[jboss-user] [JBoss Getting Started Documentation] - Re: Error while starting the Jboss Application Server.

jangeysen do-not-reply at jboss.com
Wed Dec 20 11:53:21 EST 2006


you have conflict with another jboss (version < 4.0.5) server running

change your messaging ip addresses (or ports) for clustering

1	For EJB clustering

In the file <JBOSS_HOME> \server\\deploy\cluster-service.xml, change in the mbean jboss:service=${jboss.partition.name:DefaultPartition}" the UDP entry:
<UDP mcast_addr="${jboss.partition.udpGroup:228.1.2.3}" mcast_port="45566"

Adapt the ClusteredConsoleServlet in the console accordingly. In <JBOSS_HOME> \server\\deploy\jmx-console.war\WEB-INF\web.xml? change the line <param-value> UDP(ip_mcast=true;ip_ttl=16; loopback=false; mcast_addr= ${jboss.partition.udpGroup:228.1.2.3};mcast_port=45566):

2	For JNDI clustering

In the same file <JBOSS_HOME> \server\\deploy\cluster-service.xml, change the entry   ${jboss.partition.udpGroup:230.0.0.4} .. This address should also be used by the HA-JNDIJMS provider in <JBOSS_HOME> \server\\deploy \jms \hajndi-jms-ds.xml , line jnp.discoveryGroup=${jboss.partition.udpGroup:230.0.0.4}
3	For Tomcat  clustering
In the file <JBOSS_HOME> \server\\deploy \tc5-cluster.sar\META-INF\jboss-service.xml", change the entry     <UDP mcast_addr= "${jboss.partition.udpGroup: 230.1.2.7}".




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995362#3995362

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995362



More information about the jboss-user mailing list