I have the following dependencies in the jboss-service.xml file. | <depends>jboss:service=Naming</depends> | <depends>jboss:service=invoker,type=jrmp</depends> | <depends>jboss:service=invoker,type=http,target=Naming</depends> |
but the service, where I am registering an object in the naming service fails to start during boot because it's start lifecycle method is getting called even before the port 1099 is created. Appreciate any insight. Regards Vivek | Caused by: javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect]] | at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:269) | at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1385) | ... 101 more | Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect] | at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:243) | ... 102 more | Caused by: java.net.ConnectException: Connection refused: connect | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957899#3957899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957899 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
