2 Replies Latest reply on Jul 19, 2003 12:42 PM by fspouatc

    shutdown.jar in classpath prevents JBOss from running?

    tomdee

      Env: JBoss 3.2.1, Win2K
      JDK:

      java version "1.4.1_02"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
      Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

      When i added shutdown.jar in the classpath, all
      of a sudden JBoss failed to start.

      While trying to install JBoss as a NT service, i encountered this problem (see stdout log below).

      At first I thought it was my install.cmd file but i went
      back and added the shutdown.jar into the classpath
      of the run.bat file. I am getting the same error




      [pre]
      16:23:30,219 INFO [Server] Starting JBoss (MX MicroKernel)...
      16:23:30,234 INFO [Server] Release ID: JBoss [WonderLand] 3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)
      16:23:30,234 INFO [Server] Home Dir: D:\hawkCVS\Kenya\Install\AppSrv\jboss
      16:23:30,250 INFO [Server] Home URL: file:/D:/hawkCVS/Kenya/Install/AppSrv/jboss/
      16:23:30,250 INFO [Server] Library URL: file:/D:/hawkCVS/Kenya/Install/AppSrv/jboss/lib/
      16:23:30,265 INFO [Server] Patch URL: null
      16:23:30,265 INFO [Server] Server Name: default
      16:23:30,265 INFO [Server] Server Home Dir: D:\hawkCVS\Kenya\Install\AppSrv\jboss\server\default
      16:23:30,281 INFO [Server] Server Home URL: file:/D:/hawkCVS/Kenya/Install/AppSrv/jboss/server/default/
      16:23:30,281 INFO [Server] Server Data Dir: D:\hawkCVS\Kenya\Install\AppSrv\jboss\server\default\data
      16:23:30,297 INFO [Server] Server Temp Dir: D:\hawkCVS\Kenya\Install\AppSrv\jboss\server\default\tmp
      16:23:30,297 INFO [Server] Server Config URL: file:/D:/hawkCVS/Kenya/Install/AppSrv/jboss/server/default/conf/
      16:23:30,297 INFO [Server] Server Library URL: file:/D:/hawkCVS/Kenya/Install/AppSrv/jboss/server/default/lib/
      16:23:30,312 INFO [Server] Root Deployemnt Filename: jboss-service.xml
      16:23:30,328 INFO [Server] Starting General Purpose Architecture (GPA)...
      16:23:30,390 ERROR [Server] Failed to start
      java.lang.NoClassDefFoundError: org/jboss/logging/Logger
      at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:151)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
      at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:108)
      at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:66)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:308)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
      at org.jboss.Main.boot(Main.java:150)
      at org.jboss.Main$1.run(Main.java:388)
      at java.lang.Thread.run(Thread.java:536)
      [/pre]