[jboss-jira] [JBoss JIRA] (AS7-3906) "JBAS010242: Partition web message wrapper does not contain Object[] object!" on node rejoining the cluster

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Sat Feb 25 16:28:36 EST 2012


    [ https://issues.jboss.org/browse/AS7-3906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671039#comment-12671039 ] 

Paul Ferraro commented on AS7-3906:
-----------------------------------

Ah - I see what's happening.  The CoreGroupCommunicationService (used for the distributed lock manager) and the Infinispan cache manager share the same channel.  The CGCS uses a muxing up handler; the Infinispan cache manager does not.  If the CGCS's rpc dispatcher adds its up handler before the Infinispan cache manager, it will be the default up handler for the channel until the Infinispan cache manager starts, and will attempt to handle messages from Infinispan.  This is fixable by adding a dependency to make sure the CGCS always starts after the cache manager.
                
> "JBAS010242: Partition web message wrapper does not contain Object[] object!" on node rejoining the cluster
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AS7-3906
>                 URL: https://issues.jboss.org/browse/AS7-3906
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 7.1.0.Final
>            Reporter: Radoslav Husar
>            Assignee: Paul Ferraro
>            Priority: Minor
>             Fix For: 7.1.1.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.
> {noformat}
> 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!
> ...
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list