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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to