1 Reply Latest reply on Dec 8, 2002 6:04 PM by javamac

    JBOSS as Linux service

    javamac

      Hello gang. Im trying to get jboss up and running as a service on my RH 8.0 Linux box. Ive copied the jboss script and the go.sh script from the jboss 3.0 quick start guide. When I attempt to run go.sh directly("go.sh start"), I get the following error. Anyone know if there is a bug in the script.

      Warning: no auth.conf found in config=/dev/null
      JBoss release: JBoss-2.4.9 CVSTag=JBoss_2_4_9
      JBoss version: 2.4.9.2002-09-17 09:08:58 PDT
      Using configuration "/dev/null"
      javax.management.ServiceNotFoundException: The specified URL is null
      at javax.management.loading.MLet.getMBeansFromURL(MLet.java:367)
      at org.jboss.Main.(Main.java:181)
      at org.jboss.Main$1.run(Main.java:110)
      at java.security.AccessController.doPrivileged(Native Method)
      at org.jboss.Main.main(Main.java:106)
      JBoss-2.4.9 Started in 0m:1s.341