-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.Final
I started seeing lots of "(OOB-19,null) JBAS010242: Partition web message wrapper does not contain Object[] object!" recently. It happens when nodes rejoin the cluster. This also happens during SYNC replication.
Need to dig in deeper why is this happening and whether its causing some problems as well.
10:16:01,543 INFO [org.jboss.weld.Version] (MSC service thread 1-12) WELD-000900 1.1.5 (AS71) 10:16:01,567 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016008: Starting weld service for deployment clusterbench-ee6.ear 10:16:01,885 INFO [stdout] (pool-14-thread-1) 10:16:01,885 INFO [stdout] (pool-14-thread-1) ------------------------------------------------------------------- 10:16:01,886 INFO [stdout] (pool-14-thread-1) GMS: address=perf18/web, cluster=web, physical address=10.16.90.54:55200 10:16:01,886 INFO [stdout] (pool-14-thread-1) ------------------------------------------------------------------- 10:16:01,887 INFO [stdout] (pool-19-thread-1) 10:16:01,887 INFO [stdout] (pool-19-thread-1) ------------------------------------------------------------------- 10:16:01,888 INFO [stdout] (pool-19-thread-1) GMS: address=perf18/ejb, cluster=ejb, physical address=10.16.90.54:55200 10:16:01,888 INFO [stdout] (pool-19-thread-1) ------------------------------------------------------------------- 10:16:01,989 INFO [org.jboss.as.clustering.impl.CoreGroupCommunicationService.web] (MSC service thread 1-15) JBAS010206: Number of cluster members: 4 10:16:01,990 INFO [org.jboss.as.clustering.impl.CoreGroupCommunicationService.ejb] (MSC service thread 1-7) JBAS010206: Number of cluster members: 4 10:16:02,096 WARN [org.jboss.as.clustering.impl.CoreGroupCommunicationService.web] (OOB-19,null) JBAS010242: Partition web message wrapper does not contain Object[] object! 10:16:02,096 WARN [org.jboss.as.clustering.impl.CoreGroupCommunicationService.web] (OOB-16,null) JBAS010242: Partition web message wrapper does not contain Object[] object! 10:16:02,097 WARN [org.jboss.as.clustering.impl.CoreGroupCommunicationService.web] (OOB-2,null) JBAS010242: Partition web message wrapper does not contain Object[] object! 10:16:02,097 WARN [org.jboss.as.clustering.impl.CoreGroupCommunicationService.web] (OOB-9,null) JBAS010242: Partition web message wrapper does not contain Object[] object! 10:16:02,098 WARN [org.jboss.as.clustering.impl.CoreGroupCommunicationService.web] (OOB-13,null) JBAS010242: Partition web message wrapper does not contain Object[] object! 10:16:02,098 WARN [org.jboss.as.clustering.impl.CoreGroupCommunicationService.web] (OOB-10,null) JBAS010242: Partition web message wrapper does not contain Object[] object! ...