0 Replies Latest reply on Feb 11, 2003 12:05 PM by jbsabmello

    Run JBoss 3.2.0 beta 3 - JBoss 4 as Win32 Service

    jbsabmello

      I'm sure many have found this problem. However I
      couldn't see anybody mentioned this ... I installed
      JBoss as an NT Service using JavaService (alexandria)
      the same way I used to do it with the earlier versions
      (except shutdown method which requires parameters).
      JBoss won't start up. None of the libraries from
      jboss.xx/lib/ is loaded so it's blowing when cannot
      find the classes. Here's the log:

      17:08:14,232 INFO [Server] Starting JBoss (MX
      MicroKernel)...
      17:08:14,232 INFO [Server] Release ID: JBoss
      [WonderLand] 3.2.0beta3 (build:
      CVSTag=JBoss_3_2_0_beta3 date=200212201742)
      17:08:14,242 DEBUG [Server] Using config:
      org.jboss.system.server.ServerConfigImpl@26d4f1
      17:08:14,242 DEBUG [Server] Server type: class
      org.jboss.system.server.ServerImpl
      17:08:14,252 TRACE [URLStreamHandlerFactory] Found
      protocol:resource
      handler:org.jboss.net.protocol.resource.Handler@1ac1fe4
      17:08:14,252 TRACE [URLStreamHandlerFactory] Loaded
      protocol: resource
      17:08:14,252 TRACE [URLStreamHandlerFactory] Found
      protocol:file
      handler:org.jboss.net.protocol.file.Handler@1ef8cf3
      17:08:14,252 TRACE [URLStreamHandlerFactory] Loaded
      protocol: file
      17:08:14,262 TRACE [URLStreamHandlerFactory] Found
      protocol:njar
      handler:org.jboss.net.protocol.njar.Handler@1d520c4
      17:08:14,262 TRACE [URLStreamHandlerFactory] Loaded
      protocol: njar
      17:08:14,262 INFO [Server] Home Dir:
      E:\jboss-3.2.0beta3
      17:08:14,262 INFO [Server] Home URL:
      file:/E:/jboss-3.2.0beta3/
      17:08:14,262 INFO [Server] Library URL:
      file:/E:/jboss-3.2.0beta3/lib/
      17:08:14,262 INFO [Server] Patch URL: null
      17:08:14,262 INFO [Server] Server Name: default
      17:08:14,262 INFO [Server] Server Home Dir:
      E:\jboss-3.2.0beta3\server\default
      17:08:14,262 INFO [Server] Server Home URL:
      file:/E:/jboss-3.2.0beta3/server/default/
      17:08:14,262 INFO [Server] Server Data Dir:
      E:\jboss-3.2.0beta3\server\default\data
      17:08:14,262 INFO [Server] Server Temp Dir:
      E:\jboss-3.2.0beta3\server\default\tmp
      17:08:14,272 INFO [Server] Server Config URL:
      file:/E:/jboss-3.2.0beta3/server/default/conf/
      17:08:14,272 INFO [Server] Server Library URL:
      file:/E:/jboss-3.2.0beta3/server/default/lib/
      17:08:14,272 INFO [Server] Root Deployemnt Filename:
      jboss-service.xml
      17:08:14,282 INFO [Server] Starting General Purpose
      Architecture (GPA)...
      17:08:14,782 DEBUG [Server] Created MBeanServer:
      org.jboss.mx.server.MBeanServerImpl@148aa23
      17:08:14,802 DEBUG [Server] Boot url list:
      [file:/E:/jboss-3.2.0beta3/server/default/conf/]
      17:08:14,802 DEBUG [Server] Creating loader for URL:
      file:/E:/jboss-3.2.0beta3/server/default/conf/
      17:08:14,823 ERROR [Server] Failed to start
      java.lang.NoClassDefFoundError:
      EDU/oswego/cs/dl/util/concurrent/ConcurrentReaderHashMap
      at
      org.jboss.mx.loading.UnifiedClassLoader.(UnifiedClassLoader.java:87)
      at
      org.jboss.mx.loading.UnifiedClassLoader3.(UnifiedClassLoader3.java:60)
      at
      org.jboss.mx.loading.UnifiedClassLoader3.(UnifiedClassLoader3.java:74)
      at
      org.jboss.mx.loading.UnifiedLoaderRepository3.newClassLoader(UnifiedLoaderRepository3.java:109)
      at
      sun.reflect.NativeMethodAccessorImpl.invoke0(Native
      Method)
      at
      sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at
      org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at
      org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at
      org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:453)
      at
      org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:276)
      at
      org.jboss.system.server.ServerImpl.start(ServerImpl.java:232)
      at org.jboss.Main.boot(Main.java:155)
      at org.jboss.Main$1.run(Main.java:393)
      at java.lang.Thread.run(Thread.java:536)

      Please help someone ...
      Thanks.