Starting a JBoss 5.2 cluster on Windows box throws error
Issue
- I get an error when I start up the first cluster node with this string:
run.bat -c all -g TestPArtition -u 239.255.100.100 -b 10.10.10.10 -Djboss.messaging.ServerPeerID=1
This JBoss issue [1] is identical to the error I get.
The issue mentions that this should be fixed in EAP 5.3, but now where have I seen this version as released.
[1] https://issues.jboss.org/browse/JBPAPP-10979
ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Configured: name=jboss.messaging:service=ServerPeer state=Instantiated mode=Manual requiredState=Configured
org.jboss.deployment.DeploymentException: Error configuring attribute ServerPeerID
at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:52)
at org.jboss.system.metadata.ServiceAttributeMetaData.getValue(ServiceAttributeMetaData.java:155)
...
...
Caused by: java.lang.IllegalArgumentException: Failed to parse integer.
at org.jboss.common.beans.property.IntegerEditor.setAsText(IntegerEditor.java:48)
...
Caused by: java.lang.NumberFormatException: For input string: "true"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 5.2.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
