1 Reply Latest reply on Feb 18, 2005 8:03 AM by ruddy

    Failed to shutdown JBoss 3.2.5

    ruddy

      I get the following warning message while I try to shutdown the server.

      * Stopping JBoss...
      16:47:26,875 WARN [NamingContext] Failed to connect to localhost:1099
      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]]
       at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:213)
       at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1185)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:516)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:509)
       at javax.naming.InitialContext.lookup(InitialContext.java:347)
       at org.jboss.Shutdown.main(Shutdown.java:188)
      Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused]
       at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:187)
       ... 5 more
      Caused by: java.net.ConnectException: Connection refused
       at java.net.PlainSocketImpl.socketConnect(Native Method)
       at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
       at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
       at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
       at java.net.Socket.connect(Socket.java:452)
       at java.net.Socket.connect(Socket.java:402)
       at java.net.Socket.<init>(Socket.java:309)
       at java.net.Socket.<init>(Socket.java:211)
       at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:69)
       at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:62)
       at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:183)
       ... 5 more
      Exception in thread "main" javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099
       at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1198)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:516)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:509)
       at javax.naming.InitialContext.lookup(InitialContext.java:347)
       at org.jboss.Shutdown.main(Shutdown.java:188)
      


      How can I stop the server properly ?

        • 1. Re: Failed to shutdown JBoss 3.2.5
          ruddy

          First, check if JBoss server is running.

          >netstat -l | grep 1099

          This command display the current opened tcp/ip port:1099. If nothing is displayed, it means that JBoss is not started.:-)