This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Unable to process control connection: Socket closedron_sigal Jun 1, 2007 5:37 PM (in response to stephen.campbell)Hi Stephen, 
 Yeah, I just noticed this message - it's nothing. There's a test in org.jboss.remoting.transport.bisocket.BisocketServerInvoker that's meant to bypass this message, but I wroteif ("socket closed".equals(e.getMessage())
 instead ofif ("Socket closed".equals(e.getMessage())
 It will get fixed in the next release. If you want to build your own jboss-remoting.jar, you should get the source from branch remoting_2_2_0_GA.
- 
        2. Re: Unable to process control connection: Socket closedstephen.campbell Jun 4, 2007 4:31 AM (in response to stephen.campbell)Hi Ron, 
 Thanks for the reply, glad it is something silly like that, puts my mind at ease a bit :o)
 Have one question tho, is there a reason why this message would appear only in a Linx box, and not on my PC???
 Regards,
 Stephen
 
    