[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread gaohoward
hi, did you set these parameters in your remoting config file? 1 1 5000 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

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread gaohoward
Sorry, post again. hi, did you set these parameters in your remoting config file? |attribute name=clientLeasePeriod isParam=true1/attribute |attribute name=validatorPingPeriod isParam=true1/attribute |attribute

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread dahm
Hi, here's the completx remoting-bisocket.xml: | mbean code=org.jboss.remoting.transport.Connector name=jboss.messaging:service=Connector,transport=bisocket | display-name=Bisocket Transport Connector | attribute name=Configuration |

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread gaohoward
Hi, I think your configure are fine. The client log shows that the connection is closed by server. But I didn't see the JBM server detected any client connection failure. Usually if a client lost its connection to the server, the server will detected it after a while (10 sec, as per

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread dahm
Yes, this happens, too: | 2009-04-26 08:00:15,124 DEBUG [org.jboss.remoting.InvokerRegistry] removed SocketClientInvoker[67006700, bisocket://10.93.41.120:2077474083] from registry | 2009-04-26 08:00:15,125 TRACE [org.jboss.remoting.ConnectionNotifier] Client disconnected (session id =

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread gaohoward
Based on the log, I think the problem is that the server side closed a connection when ever it hasn't received a lease ping for more than 10 seconds. Maybe your network condition is not so good, or very busy. I suggest you enlarge the clientLeasePeriod parameter. also please set the

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-28 Thread dahm
We deliberately changed the pingFrequency since a value of 214748364 = 60 hours effectively disables the ping. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227118#4227118 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-27 Thread dahm
BTW: We also updated the Remoting to version 2.5.1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226873#4226873 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226873 ___