2 Replies Latest reply on Oct 21, 2010 7:23 AM by dgwilliams55

    javax.management.InstanceNotFoundException error on JBoss startup

    dgwilliams55

      I get the following error trying to start JBoss-3.0.7 under jdk1.6.0_04:

       

      17:06:06,357 INFO  [Server] JBoss Release: JBoss-3.0.7 CVSTag=JBoss_3_0_7
      17:06:06,432 INFO  [Server] Home Dir: /usr/home/devcbt/tpsoft/Casablanca/ThirdPartyJars/JBOSS
      17:06:06,433 INFO  [Server] Home URL: file:/usr/home/devcbt/tpsoft/Casablanca/ThirdPartyJars/JBOSS/
      17:06:06,434 INFO  [Server] Library URL: file:/usr/home/devcbt/tpsoft/Casablanca/ThirdPartyJars/JBOSS/lib/
      17:06:06,437 INFO  [Server] Patch URL: null
      17:06:06,438 INFO  [Server] Server Name: cbjms
      17:06:06,439 INFO  [Server] Server Home Dir: /usr/home/devcbt/tpsoft/Casablanca/ThirdPartyJars/JBOSS/server/cbjms
      17:06:06,440 INFO  [Server] Server Home URL: file:/usr/home/devcbt/tpsoft/Casablanca/ThirdPartyJars/JBOSS/server/cbjms/
      17:06:06,441 INFO  [Server] Server Data Dir: /usr/home/devcbt/tpsoft/Casablanca/ThirdPartyJars/JBOSS/server/cbjms/db
      17:06:06,442 INFO  [Server] Server Temp Dir: /usr/home/devcbt/tpsoft/Casablanca/ThirdPartyJars/JBOSS/server/cbjms/tmp
      17:06:06,443 INFO  [Server] Server Config URL: file:/usr/home/devcbt/tpsoft/Casablanca/ThirdPartyJars/JBOSS/server/cbjms/conf/
      17:06:06,444 INFO  [Server] Server Library URL: file:/usr/home/devcbt/tpsoft/Casablanca/ThirdPartyJars/JBOSS/server/cbjms/lib/
      17:06:06,444 INFO  [Server] Root Deployemnt Filename: jboss-service.xml
      17:06:06,453 INFO  [Server] Starting General Purpose Architecture (GPA)...
      17:06:06,550 ERROR [Server] start failed
      javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default
              at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
              at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
              at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
              at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:440)
              at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:261)
              at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
              at org.jboss.Main.boot(Main.java:148)
              at org.jboss.Main$1.run(Main.java:381)
              at java.lang.Thread.run(Thread.java:619)

       

      I've seached this site and the wider internet for resolutions to this and there appear to be none. Can anybody tell me if there is a solution yet or do I have to use a later version of JBoss and, if so, which one?

       

      We need to use an early version of JBoss for regression testing purposes.