0 Replies Latest reply on Dec 17, 2013 10:41 AM by cooldost

    Messaging fails due to Bisocket Control connection WARN

    cooldost

      Dear All,

       

      We are using:

       

      JBoss EAP 5.0.1.CR2

      JBoss Remoting Version 2.5.2.SP2 (Flounder)

       

      We have an application that receives notification using JMS Topics.

       

      We see the following 'control connection' warning on the client:

       

      2013-12-17 03:53:34,508 WARN  [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] (Timer-3) org.jboss.remoting.transport.bisocket.BisocketServerInvoker$ControlMonitorTimerTask@4116a530: detected failure on control connection Thread[control: Socket[addr=/10.45.66.118,port=19364,localport 59234],5,] (433x606i-1olo40-hpa3se7k-1-hpa3yit5-fj: requesting new control connection

       

      and messages getting failed to delieverd and resumes back normal after recylce the server.

      remoting-bisocket-service.xml

      <attribute name="numberOfCallRetries" isParam="true">2</attribute>

      <attribute name="pingFrequency" isParam="true">30000</attribute>

      <attribute name="pingWindowFactor" isParam="true">10</attribute>

      <attribute name="generalizeSocketException" isParam="true">true</attribute>

      <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>

      <attribute name="clientLeasePeriod" isParam="true">10000</attribute>

      <attribute name="validatorPingPeriod" isParam="true">10000</attribute>

      <attribute name="validatorPingTimeout" isParam="true">5000</attribute>

      <attribute name="failureDisconnectTimeout" isParam="true">0</attribute>

      <attribute name="callbackErrorsAllowed">1</attribute>

      <attribute name="registerCallbackListener">false</attribute>

      <attribute name="useClientConnectionIdentity" isParam="true">true</attribute>

      <attribute name="timeout" isParam="true">0</attribute>

      <attribute name="JBM_clientMaxPoolSize" isParam="true">200</attribute>

      <attribute name="callbackTimeout">10000</attribute>

       

      Please help me fix this.

       

      Thanks