[jboss-user] [JBoss Remoting Users] - why would version == SocketWarpper.CLOSING ?

mazz do-not-reply at jboss.com
Fri Dec 4 21:54:06 EST 2009


What would cause the version read over the wire to be SocketWrapper.CLOSING?

Specifically, I'm looking at MicroSocketClientInvoker, line 629-ish from Remoting 2.2.2.SP8:

if (version == SocketWrapper.CLOSING)
  | {
  |    log.debug("Received version 254: treating as end of file");
  |    throw new SocketException("end of file");
  | }

I'm sending a message from a client, and I see no reason why this should be failing, but it does. The failure is due to that exception getting thrown above. I'm not sure what it means or what could cause it to happen. Any tips would be appreciated. :}


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269116#4269116

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269116



More information about the jboss-user mailing list