3 Replies Latest reply on Feb 13, 2009 1:54 PM by brian.stansberry

    jboss nodes show membership in group  "null-CTRL" or "null-D

      we have jboss clustered nodes set up with specific jboss partition name and messaging groupname. However, the nodes log group membership to "null-CTRL" or "null-DATA". where is this configuration getting picked up from?

      running jboss-eap-4.3.0-cp03

        • 1. Re: jboss nodes show membership in group
          brian.stansberry

          In the deploy/jboss-messaging.sar/clustered-hsqldb-persistence-service.xml file's jboss.messaging:service=PostOffice mbean, try adding the following:

          <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}</attribute>


          I don't know why that isn't there by default; probably an oversight.

          • 2. Re: jboss nodes show membership in group

            Thanks Brian, we are actually using oracle as the back-end so we have removed that file. My dir contents look like this:

            connection-factories-service.xml
            destinations-service.xml
            jboss-common-jdbc-wrapper-4.3.0.GA.jar
            jboss-local-jdbc-4.3.0.GA.rar
            messaging-service.xml
            META-INF
            ojdbc14-10.2.0.3.jar
            oracle-ds.xml
            oracle-persistence-service.xml
            orai18n-10.2.0.3.jar
            remoting-bisocket-service.xml

            Should this go in the oracle-persistence-service.xml?

            • 3. Re: jboss nodes show membership in group
              brian.stansberry

              Yes, in the jboss.messaging:service=PostOffice mbean.