1 Reply Latest reply on Jan 2, 2013 9:31 AM by rhusar

    Warnings in JBOSS 7.1.3 Cluster Deployment

    niraj.salot

      Hi All,

       

      We are seeing below mentioned messages in server log file. Our applications are deployed on JBOSS 7.1.3 and in cluster mode.

       

      • 09:05:05,098 WARN  [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] (Incoming-9,null) Problems unmarshalling remote command from byte buffer: java.io.StreamCorruptedException: Unexpected byte found when reading an object: 0
      • 03:45:57,390 WARN  [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] (OOB-6,null) Problems unmarshalling remote command from byte buffer: java.io.StreamCorruptedException: Unexpected byte found when reading an object: 50

       

      • 09:05:07,704 WARN  [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] (Incoming-14,null) Problems unmarshalling remote command from byte buffer: java.lang.ClassCastException: org.infinispan.context.Flag cannot be cast to java.lang.String

       

       

       

      What is the meaning of upper mentioned messages? Does it mean that something is wrong with our application. Anything which we need to take-care from our side ?

       

      Also Recently when we are deploying/undeploying/redeploying our applications (multiple) , Sometimes It is not working and we are getting below mentioned exception/message from CLI.

       

      {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.infinispan.web.\"....\"" => "org.jboss.msc.service.StartException in service jboss.infinispan.web.\"\": org.infinispan.CacheException: Unable to invoke method public void org.infinispan.statetransfer.BaseStateTransferManagerImpl.waitForJoinToComplete() throws java.lang.InterruptedException on object of type ReplicatedStateTransferManagerImpl

      Caused by: org.infinispan.CacheException: Unable to invoke method public void org.infinispan.statetransfer.BaseStateTransferManagerImpl.waitForJoinToComplete() throws java.lang.InterruptedException on object of type ReplicatedStateTransferManagerImpl

      Caused by: org.infinispan.CacheException: Error joining the cluster"},"

       

      Please suggest OR guide us on above

       

      Thannks,Niraj