Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-7200

clarify ServerPeerID in EAP clustering guide

    XMLWordPrintable

Details

    • Documentation (Ref Guide, User Guide, etc.)
    • Low
    • Hide
      The Administration and Configuration Guide did not specify the ServerPeerID range (between 0 and 1023) required for JBoss Messaging in the Clustering Section of the guide. This caused problems with users specifying values outside of these ranges, which resulted in a java.lang.IllegalArgumentException. The fix adds an admonition to the "Initial Preparation" section detailing the node range required. Customer now know the range available when setting node ServerPeer IDs.
      Show
      The Administration and Configuration Guide did not specify the ServerPeerID range (between 0 and 1023) required for JBoss Messaging in the Clustering Section of the guide. This caused problems with users specifying values outside of these ranges, which resulted in a java.lang.IllegalArgumentException. The fix adds an admonition to the "Initial Preparation" section detailing the node range required. Customer now know the range available when setting node ServerPeer IDs.
    • Documented as Resolved Issue
    • ON_QA

    Description

      I was searching in internet about JBM ServerPeerID and I found only "it must be a valid integer. In EAP 5.1.1 clustering guide only a schema like 0,1,2,3.. is suggested but no limitations I see mentioned. In my use case I can't assign sequential numbers because there are no means to number the nodes, so for the time being I'm using random instead. And I got:

      13:07:28,647 ERROR [ExceptionUtil] ServerPeer[25123] startService
      java.lang.IllegalArgumentException: node id must be between 0 to 1023 inclusive, wrong id: 25123

      I think that it is worth specifying that the upper limit of server peer id is 1023 in clustering guide.

      Attachments

        Activity

          People

            jaredmorgs_jira Jared Morgan (Inactive)
            akostadi1@redhat.com Aleksandar Kostadinov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: