1 Reply Latest reply on Mar 1, 2007 11:53 AM by peterj

    Error while shutting down - Exception in thread

    vira

      Hi everybody!
      I use jboss-4.0.4.GA under Fedora 5. Firstly I run jboss using run.sh script and all was OK. I was able to start, stop and etc server.
      Then I decided to run jboss as service and place file jboss_init_redhat.sh in /etc/init.d directory. Surely I changed this file and rename it to simply "jboss".

      Then I run it by exec "jboss start" command and all was Ok again. BUT I cann't stop it now :( I get this error:

      Exception in thread "main" javax.naming.NameNotFoundException: jmx not bound
       at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
      ...


      I haven't deployed any applications to JBoss. Just "default" configuration was started.

      So How can I stop JBoss server? I cann't restart all server (all machine).

      Thanks in advance