2 Replies Latest reply on Feb 6, 2009 2:03 PM by senthur_kumaran

    JBoss ON Startup issue

    senthur_kumaran

      Hi
      I am getting the below error while trying to start my JON Agent.

      2009-02-04 14:35:22,730 DEBUG [Remoting Detector - Failure Detector Thread: 359] (jboss.remoting.transport.socket.MicroSocketClientInvoker)- SocketClientInvoker[1f796d0, socket://<server_ip>:5446] added new pool ([]) as ServerAddress[<server_ip>:5446, enableTcpNoDelay timeout 1000 ms]
      2009-02-04 14:35:22,730 DEBUG [Remoting Detector - Failure Detector Thread: 359] (org.jboss.remoting.MicroRemoteClientInvoker)- SocketClientInvoker[1f796d0, socket://<server_ip>:5446] connected
      2009-02-04 14:35:22,731 WARN [Remoting Detector - Failure Detector Thread: 359] (org.jboss.remoting.marshal.MarshalFactory)- Found marshaller fully qualified class name within locator parameters, but was unable to load class: org.jboss.invocation.unified.marshall.InvocationMarshaller
      2009-02-04 14:35:22,733 DEBUG [Remoting Detector - Failure Detector Thread: 359] (org.jboss.remoting.ConnectionValidator)- ConnectionValidator failed to ping via SocketClientInvoker[1f796d0, socket://<server_ip>:5446]
      org.jboss.remoting.marshal.InvalidMarshallingResource: Can not find a valid marshaller for data type: invocation
      at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:79)
      at org.jboss.remoting.ConnectionValidator.doCheckConnection(ConnectionValidator.java:126)
      at org.jboss.remoting.ConnectionValidator.checkConnection(ConnectionValidator.java:92)
      at org.jboss.remoting.detection.AbstractDetector.checkInvokerServer(AbstractDetector.java:542)
      at org.jboss.remoting.detection.AbstractDetector$FailureDetector.run(AbstractDetector.java:647)
      at java.util.TimerThread.mainLoop(Timer.java:512)
      at java.util.TimerThread.run(Timer.java:462)
      2009-02-04 14:35:22,735 DEBUG [Remoting Detector - Failure Detector Thread: 359] (org.jboss.remoting.InvokerRegistry)- removed SocketClientInvoker[1f796d0, socket://<server_ip>:5446] from registry
      2009-02-04 14:35:22,735 DEBUG [Remoting Detector - Failure Detector Thread: 359] (jboss.remoting.transport.socket.MicroSocketClientInvoker)- SocketClientInvoker[1f796d0, socket://<server_ip>:5446] disconnecting ...
      2009-02-04 14:35:22,735 DEBUG [Remoting Detector - Failure Detector Thread: 359] (org.jboss.remoting.network.NetworkRegistry)- removeServer - JBOSS Identity
      address:<myserver.mydomain.com>/<server_ip>
      instanceid:f62adc5006ea17e7x-4f229f5ex11f1376d49bx-8000614
      JMX id:<myserver.mydomain.com>_1233773587989
      domain:JBOSS

      2009-02-04 14:35:22,736 DEBUG [Remoting Detector - Failure Detector Thread: 359] (jboss.remoting.detection.multicast.MulticastDetector)- Removed detection Detection (org.jboss.remoting.detection.Detection@e13eb596)
      identity:JBOSS Identity
      address:<myserver.mydomain.com>/<server_ip>
      instanceid:f62adc5006ea17e7x-4f229f5ex11f1376d49bx-8000614
      JMX id:<myserver.mydomain.com>_1233773587989
      domain:JBOSS

      locators:ServerInvokerMetadata:
      locator: InvokerLocator [socket://<server_ip>:5446/?dataType=invocation&enableTcpNoDelay=true&marshaller=org.jboss.invocation.unified.marshall.InvocationMarshaller&socketTimeout=600000&unmarshaller=org.jboss.invocation.unified.marshall.InvocationUnMarshaller]
      subsystems: INVOKER,

      2009-02-04 14:35:22,736 DEBUG [Thread-6] (org.rhq.enterprise.communications.ServiceContainerNetworkNotificationListener)- {ServiceContainerNetworkNotificationListener.got-notif}Got a network registry notification of type [jboss.network.server.removed]
      2009-02-04 14:35:22,736 DEBUG [Thread-6] (org.rhq.enterprise.communications.ServiceContainerNetworkNotificationListener)- {ServiceContainerNetworkNotificationListener.server-offline}A remote server has gone down: [InvokerLocator [socket://<server_ip>:5446/?dataType=invocation&enableTcpNoDelay=true&marshaller=org.jboss.invocation.unified.marshall.InvocationMarshaller&socketTimeout=600000&unmarshaller=org.jboss.invocation.unified.marshall.InvocationUnMarshaller]]

      Please help me to resolve this issue ..

      Thanks in advance!
      senthur