[jboss-user] [Remoting] - Re: SSLBisocket is continually throwing ConnectionExceptions

ron.sigal@jboss.com do-not-reply at jboss.com
Thu Feb 7 19:08:04 EST 2008


If the network and/or server are busy, it could be that the default timeout (1000 ms) is too stringent.  You can set the org.jboss.remoting.ConnectionValidator timeout by passing ConnectionValidator.VALIDATOR_PING_TIMEOUT (actual value "validatorPingTimeout") with a string value such as "5000" in either 

1. the InvokerLocator used to create the org.jboss.remoting.Client,
2. the configuration map used to create the Client, or
3. the metadata map passed to Client.addConnectionListener().

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

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



More information about the jboss-user mailing list