[JBoss-user] [Beginners Corner] - Re: HANamingService Startup Error

2006-02-24 Thread oglueck
You get this when you don't specify a bind address. Do instead: run -c all -b 127.0.0.1 But I really think this is a bug in the HA-JNDI config somewhere View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3926079#3926079 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: HANamingService Startup Error

2006-02-24 Thread oglueck
Alternatively you can comment out two lines in the cluster-service.xml in the MBean jboss:service=HAJNDI: attribute name=BindAddress${jboss.bind.address}/attribute | attribute name=AutoDiscoveryBindAddress${jboss.bind.address}/attribute[/code ] | | This makes HA-JNDI bind to all