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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to