service jboss restart slow
PostPosted:Wed Mar 30, 2011 3:14 pm
Why when I issue command like
service jboss stop
or
service jboss restart
does it take so long.
Heres the output and it can go on this way for hours.
service jboss restart
service jboss stop
or
service jboss restart
does it take so long.
Heres the output and it can go on this way for hours.
service jboss restart
Code: Select all
Stopping JBoss....Exception in thread "main" javax.naming.CommunicationException: Could not obtain connection to any of these urls: 0.0.0.0 [Root exception is javax.naming.CommunicationException: Failed to connect to server 0.0.0.0:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 0.0.0.0:1099 [Root exception is java.net.ConnectException: Connection timed out]]]
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1562)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:634)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at org.jboss.Shutdown.main(Shutdown.java:214)
Caused by: javax.naming.CommunicationException: Failed to connect to server 0.0.0.0:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 0.0.0.0:1099 [Root exception is java.net.ConnectException: Connection timed out]]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:274)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1533)
... 4 more
Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server 0.0.0.0:1099 [Root exception is java.net.ConnectException: Connection timed out]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:248)
... 5 more
Caused by: java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:211)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:276)
at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84)
at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77)
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:244)
... 5 more
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................