What are you trying to achieve Stefan? You seem to do very complexe stuff
for a quite basic scenario.
First rule: never ever change conf/jndi.properties in any of the JBoss
instance configuration: clustering or not, this rule remains: don't change
this file.
Cheers,
Sacha
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Stefan Groschupf
> Sent: mardi, 2. septembre 2003 11:38
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] HA JNDI trouble
>
>
> Hi Guys,
>
> i figure out that my HA JNDI was not started since there was an
> incompatibility between gnu.regex package and the same but
> older package
> in an external component i have to use.
>
> However not its start and i get via binding manger an test
> setup running
> on my home w2k system. Last night i had tried to setup to
> servers in the
> net. They do not discover each other. Of curse the
> multicasting is not
> available. So i setup on my slave engine the jndi properies:
>
> java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
> java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
> # Do NOT uncomment this line as it causes in VM calls to go over
> # RMI!
> java.naming.provider.url=myserver.biz:1100
>
> my master has the last line not!
>
> The master starting well, since he is indenpendent.
> The slave start with this exception:
>
> 11:35:26,942 ERROR [JRMPInvoker] Starting failed
> javax.naming.CommunicationException. Root exception is
> java.rmi.RemoteException: Service unavailable.
> at
> org.jboss.ha.framework.interfaces.HARMIClient.invokeRemote(HAR
> MIClient.java:158)
> at
> org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClie
> nt.java:196)
> at $Proxy11.lookup(Unknown Source)
> at
> org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
> at
> org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
> at javax.naming.InitialContext.lookup(InitialContext.java:347)
> at
> org.jboss.invocation.jrmp.server.JRMPInvoker.rebind(JRMPInvoke
> r.java:409)
> at
> org.jboss.invocation.jrmp.server.JRMPInvoker.startService(JRMP
> Invoker.java:307)
> at
> org.jboss.invocation.jrmp.server.JRMPInvoker$1.startService(JR
> MPInvoker.java:107)
> at
> org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport
> .java:192)
> at
> org.jboss.invocation.jrmp.server.JRMPInvoker.start(JRMPInvoker
> .java:560)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
> orImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
> odAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec
> tedMBeanDispatcher.java:284)
> at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
> at
> org.jboss.system.ServiceController$ServiceProxy.invoke(Service
> Controller.java:976)
> at $Proxy0.start(Unknown Source)
> at
> org.jboss.system.ServiceController.start(ServiceController.java:394)
> at
> org.jboss.system.ServiceController.start(ServiceController.java:411)
> at
> org.jboss.system.ServiceController.start(ServiceController.java:411)
> at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
> odAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec
> tedMBeanDispatcher.java:284)
> at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
> at
> org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
> at $Proxy4.start(Unknown Source)
> at
> org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
> at
> org.jboss.deployment.MainDeployer.start(MainDeployer.java:824)
> at
> org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:632)
> at
> org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
> at
> org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
> orImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
> odAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec
> tedMBeanDispatcher.java:284)
> at
> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
> at
> org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
> at $Proxy5.deploy(Unknown Source)
> at
> org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
> at
> org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
> at org.jboss.Main.boot(Main.java:150)
> at org.jboss.Main$1.run(Main.java:388)
> at java.lang.Thread.run(Thread.java:536)
> 11:35:26,981 WARN [ServiceController] Problem starting service
> jboss:service=invoker,type=jrmp
> javax.naming.CommunicationException. Root exception is
> java.rmi.RemoteException: Service unavailable.
> at
> org.jboss.ha.framework.interfaces.HARMIClient.invokeRemote(HAR
> MIClient.java:158)
> at
> org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClie
> nt.java:196)
>
> I had tried as well IP adresses but no different.
> I would very happy if someone can give an hint!
>
> Thanks a lot!
> Stefan.
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user