1 Reply Latest reply on Feb 1, 2004 11:11 PM by jashwin

    java.lang.NoClassDefFoundError: com/sun/jdmk/MBeanInstantiat

    gilb

       

      "GilB" wrote:
      I get this error when I am running jboss-4.0.0DR2 with JBOSS and Lomboz as Eclipse plug-ins. Following the Lomboz debug script closely, but can't figure this one out. I am sure that it is me. Thanks in advance, Gil Blais
      --- cut here ---
      05:09:08,835 INFO [Server] Starting JBoss (MX MicroKernel)...
      05:09:08,835 INFO [Server] Release ID: JBoss [Matrix2] 4.0.0DR2 (build: CVSTag=JBoss_4_0_0_DR2 date=200307030107)
      05:09:08,835 DEBUG [Server] Using config: org.jboss.system.server.ServerConfigImpl@6f50a8
      05:09:08,835 DEBUG [Server] Server type: class org.jboss.system.server.ServerImpl
      05:09:08,850 INFO [Server] Home Dir: G:\Apps\JBOSS
      05:09:08,850 INFO [Server] Home URL: file:/G:/Apps/JBOSS/
      05:09:08,850 INFO [Server] Library URL: file:/G:/Apps/JBOSS/lib/
      05:09:08,850 INFO [Server] Patch URL: null
      05:09:08,850 INFO [Server] Server Name: all
      05:09:08,850 INFO [Server] Server Home Dir: G:\Apps\JBOSS\server\all
      05:09:08,850 INFO [Server] Server Home URL: file:/G:/Apps/JBOSS/server/all/
      05:09:08,850 INFO [Server] Server Data Dir: G:\Apps\JBOSS\server\all\data
      05:09:08,850 INFO [Server] Server Temp Dir: G:\Apps\JBOSS\server\all\tmp
      05:09:08,850 INFO [Server] Server Config URL: file:/G:/Apps/JBOSS/server/all/conf/
      05:09:08,850 INFO [Server] Server Library URL: file:/G:/Apps/JBOSS/server/all/lib/
      05:09:08,850 INFO [Server] Root Deployemnt Filename: jboss-service.xml
      05:09:08,866 INFO [Server] Starting General Purpose Architecture (GPA)...
      05:09:08,866 ERROR [Server] Failed to start
      java.lang.NoClassDefFoundError: com/sun/jdmk/MBeanInstantiator
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:277)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:241)
      at org.jboss.Main.boot(Main.java:165)
      at org.jboss.Main$1.run(Main.java:403)
      at java.lang.Thread.run(Unknown Source)