3 Replies Latest reply on Apr 22, 2005 10:23 AM by tom.elrod

    Debug messages in JBoss remoting in a clustered system

    hsaha

      Sorry to post in this forum. Needed urgent help.

      While deploying applications in a clustered environment, i get the following debug messages in server.log. These look like Remoting messages. Could you let me know the cause ?

      2005-04-20 02:58:01,181 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] 1) invoking =>RemoteMethodInvocation [sessionId:org.jboss.remoting.detection.multicast.MulticastDetector,subsystem:self,locator:InvokerLocator [socket://10.253.201.241:8084/]] with parameter: $PING$
      2005-04-20 02:58:01,187 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] received result=>org.jboss.remoting.RemoteMethodInvocationResult@b0f534
      2005-04-20 02:58:01,187 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] unmarshal (ClassBytes [class=java.lang.Boolean,value=[B@1b24706],null)
      2005-04-20 02:58:01,187 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] ... load class: java.lang.Boolean
      2005-04-20 02:58:01,187 DEBUG [org.jboss.remoting.transport.socket.SocketClientInvoker] ... trying classbyteclassloader - load class: java.lang.Boolean
      2005-04-20 02:58:01,188 DEBUG [org.jboss.remoting.detection.multicast.MulticastDetector] detection for: Detection [identity:JBOSS Identity [address:appi7/10.253.201.242,instanceid:4f957fa885a3ef1ax-7aa4114ex1035e780465x-7fde914,JMX id:appi7_1113986723953,domain:JBOSS],locators:2] recovered on ping
      2005-04-20 02:58:07,117 DEBUG [org.jboss.remoting.transport.async.AsyncServerInvoker] server received invocation =>RemoteMethodInvocation [sessionId:org.jboss.remoting.detection.multicast.MulticastDetector,subsystem:self,locator:InvokerLocator [async://10.253.201.242:8085/?compression=-1&tcp.nodelay=true]]
      2005-04-20 02:58:07,117 DEBUG [org.jboss.remoting.transport.async.AsyncServerInvoker] deserialized param: $PING$
      2005-04-20 02:58:07,210 DEBUG [org.jboss.remoting.detection.multicast.MulticastDetector] detection for: Detection [identity:JBOSS Identity [address:appi7/10.253.201.242,instanceid:4f957fa885a3ef1ax-7aa4114ex1035e780465x-7fde914,JMX id:appi7_1113986723953,domain:JBOSS],locators:2] has not been received in: 5000 ms, contacting..


      JBoss-4.0.1/JDK1.5

      Thanks
      Himadri

        • 1. Re: Debug messages in JBoss remoting in a clustered system

          This is due to the remoting services within remoting-service.xml. Not sure what your question is, but can just remove this file if not using remoting explicitly within your application code.

          • 2. Re: Debug messages in JBoss remoting in a clustered system
            hsaha

            I have tried that .. but no luck. The same error(s) kept happening.
            Do the retries and timeout happening repeatedly giving you any clue ?

            Thanks
            Himadri

            • 3. Re: Debug messages in JBoss remoting in a clustered system

              These messages are based on the jboss remoting services running. They will try to perform autodiscovery. This is what you are seeing in the logs. They are not anything to be worried about as no core servies are using jboss remoting in 4.x versions, so can remove the remoting services.

              These services are within the remoting-service.xml within the deploy directory. If you think you have removed these, look for the string 'AsyncServerInvoker' in your jboss directory and find where it is being defined and remote it and the other remoting services.