Hi,
I´m using JBoss jboss-4.0.4.CR2 and I´m having some trouble booting JBoss.I have the
jndi.properties file configured to search an ejb server (192.168.101.114), but it seems
that my ejb server is not answering.
I´m running it in all configuration, with HA-JNDI service enabled.
Below is my jndi.properties file configured.
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp\://192.168.101.114\:1100
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
~
...booting JBoss...
17:23:12,549 WARN [NamingService] Context.PROVIDER_URL in server jndi.properties,
url=192.168.101.114:1100
........After some time, the exception below is thrown:
17:35:48,857 WARN [ServiceController] Problem starting service
jboss:service=proxyFactory,target=ClientUserTransactionFactory
javax.naming.CommunicationException [Root exception is java.rmi.RemoteException: Service
unavailable.]
at org.jnp.interfaces.NamingContext.bind(NamingContext.java:578)
at org.jnp.interfaces.NamingContext.bind(NamingContext.java:531)
at javax.naming.InitialContext.bind(InitialContext.java:359)
at org.jboss.util.naming.Util.bind(Util.java:102)
Does anyone have an idea of what is going on?
Thank you very much.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968481#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...