[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router
bstansberry@jboss.com
do-not-reply at jboss.com
Thu May 7 09:59:45 EDT 2009
If it is due to the ServiceBindingManager, you'd have the same problem with ports-default.
You can confirm it's due to the SBM by commenting out the following in conf/jboss-service.xml. If the problem goes away, it's the SBM.
| <mbean code="org.jboss.services.binding.ServiceBindingManager"
| name="jboss.system:service=ServiceBindingManager">
| <attribute name="ServerName">ports-01</attribute>
| <attribute name="StoreURL">${jboss.home.url}/docs/examples/binding-manager/sample-bindings.xml</attribute>
| <attribute name="StoreFactoryClassName">
| org.jboss.services.binding.XMLServicesStoreFactory
| </attribute>
| </mbean>
|
BTW, what version of JBoss AS are we talking about here?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229431#4229431
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229431
More information about the jboss-user
mailing list