JBoss does not connect all the times during server re-boot. The errors on the log are listed below. It looks like the ports are in use, but re-starting the JBoss service or the server will resolve the connection issue. This problem does not occur all the times. Sometimes JBoss starts without any problem. This is a Windows Server 2003 and SQL 2005 environment.
Caused by: javax.naming.CommunicationException: Failed to connect to server 0.0.0.0:1100 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 0.0.0.0:1100 [Root exception is java.net.ConnectException: Connection refused: connect]]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:254)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1370)
... 162 more
What could be the problem? Thank you,