[jboss-user] [Clustering/JBoss] - Re: Issue with JRMP HA invoker?

tosaravananm do-not-reply at jboss.com
Fri Nov 14 01:07:07 EST 2008


Identified the issue,  timeout for socket creation is not configured in sun.rmi.transport.proxy.RMIDirectSocketFactory 

 public Socket createSocket(String host, int port) throws IOException
    {
         //Problem here 
         //Timeout is not configured for socket creation
         return new Socket(host, port);
    }



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

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



More information about the jboss-user mailing list