Hi guys, I`m working in a cluster lab, where I have an ejb client and two ejb servers. My ejb client and servers have a firewall among them. I´ve previously asked the net administrators to enable traffic to and from ports 1100 (rmi), 1098,1099 and 444. I´ve configured my jndi.properties to know the list of ejb servers, like below: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=jnp\://192.168.101.114\:1100,192.168.101.113\:1100 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces ~ When JBoss is booting, it stops in the message below.
09:20:52,611 WARN [NamingService] Context.PROVIDER_URL in server jndi.properties, url=jnp://192.168.101.114:1100,192.168.101.113:1100 After some time, it logs the following error: Root exception is java.rmi.RemoteException: Service unavailable. My ejb servers´s JBoss are started and HA-JNDI is enabled by default in the all configuration. What could be wrong? I´m using the release jboss-4.0.4.CR2 Anyone could help? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969221#3969221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969221 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
