0 Replies Latest reply on Jul 25, 2007 9:24 AM by gvreddy

    Unable to Shutdown JBoss-3.2.3

    gvreddy

      Hi mates,

      When I am trying to shutdown JBoss-3.2.3 on unix maching, I got the following exception.
      Help required to resolve this issue.

      I tried the following ways from jboss-3.2.3/bin directory.
      1. shutdown.sh -S
      2. shutdown.sh -s jnp://mysysip:1099

      Exception in thread "main" javax.naming.NamingException: Could not dereference object. Root exception is javax.naming.NameNotFoundException: invoker not bound
      at org.jnp.server.NamingServer.getBinding(NamingServer.java(Inlined Compiled Code))
      at org.jnp.server.NamingServer.getBinding(NamingServer.java(Inlined Compiled Code))
      at org.jnp.server.NamingServer.getObject(NamingServer.java(Inlined Compiled Code))
      at org.jnp.server.NamingServer.lookup(NamingServer.java(Compiled Code))
      at org.jnp.server.NamingServer.lookup(NamingServer.java(Compiled Code))
      at sun.reflect.GeneratedMethodAccessor104.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
      at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
      at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java(Compiled Code))
      at sun.rmi.transport.Transport$1.run(Transport.java:164)
      at java.security.AccessController.doPrivileged1(Native Method)
      at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
      at sun.rmi.transport.Transport.serviceCall(Transport.java(Compiled Code))
      at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java(Compiled Code))
      at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.handleRequest(TCPTransport.java:837)
      at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:911)
      at java.lang.Thread.run(Thread.java:568)
      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:264)
      at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:240)
      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:149)
      at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
      at javax.naming.InitialContext.lookup(InitialContext.java:361)
      at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:964)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:613)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
      at javax.naming.InitialContext.lookup(InitialContext.java:361)
      at org.jboss.Shutdown.main(Shutdown.java:182)

      Thanks in advance.
      Venkat.