Sorry, post again.
hi, did you set these parameters in your remoting config file?
| <attribute name="clientLeasePeriod"
isParam="true">10000</attribute>
| <attribute name="validatorPingPeriod"
isParam="true">10000</attribute>
| <attribute name="validatorPingTimeout"
isParam="true">5000</attribute>
|
The server thinks a client connection is bad when it doesn't receive a ping from
client for 'clientLeasePeriod'. The client will think the server connection is
bad when it sends a ping but doesn't receive response from the server for
'validatorPingTimeout'.
So they should be properly configured according to you network configuration.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226952#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...