4 Replies Latest reply on Apr 6, 2005 6:47 PM by rogerforum

    [beginner]error on run jboss

    champion

      Hello,

      I am starting jboss jboss-4.0.0DR3 on windows xP jdk 1.5 and here is the error I got. what should I do?

      09:48:55,443 INFO [Server] Starting JBoss (MX MicroKernel)...
      09:48:55,443 INFO [Server] Release ID: JBoss [Zion] 4.0.0DR3 (build: CVSTag=HEAD date=200403161350)
      09:48:55,443 INFO [Server] Home Dir: F:\jboss-4.0.0DR3
      09:48:55,443 INFO [Server] Home URL: file:/F:/jboss-4.0.0DR3/
      09:48:55,443 INFO [Server] Library URL: file:/F:/jboss-4.0.0DR3/lib/
      09:48:55,443 INFO [Server] Patch URL: null
      09:48:55,443 INFO [Server] Server Name: jboss
      09:48:55,453 INFO [Server] Server Home Dir: F:\jboss-4.0.0DR3\server\jboss
      09:48:55,453 INFO [Server] Server Home URL: file:/F:/jboss-4.0.0DR3/server/jboss/
      09:48:55,453 INFO [Server] Server Data Dir: F:\jboss-4.0.0DR3\server\jboss\data
      09:48:55,463 INFO [Server] Server Temp Dir: F:\jboss-4.0.0DR3\server\jboss\tmp
      09:48:55,463 INFO [Server] Server Config URL: file:/F:/jboss-4.0.0DR3/server/jboss/conf/
      09:48:55,463 INFO [Server] Server Library URL: file:/F:/jboss-4.0.0DR3/server/jboss/lib/
      09:48:55,463 INFO [Server] Root Deployment Filename: jboss-service.xml
      09:48:55,473 INFO [Server] Starting General Purpose Architecture (GPA)...
      Failed to boot JBoss:
      javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
       at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerIn
      


        • 1. Re: [beginner]error on run jboss
          darranl

          If you are a beginner why are you using the old developer release, the latest release is 4.0.1.

          • 2. Re: [beginner]error on run jboss
            champion

            hi,
            I don't think this would change anything, but the reason is I got this version on cd and I don't have adsl so.

            • 3. Re: [beginner]error on run jboss
              darranl

               

              I don't think this would change anything


              The developer releases of JBoss 4 where previews so that developers could start to look at the new features that had been implemented for J2EE 1.4. It was not until after another developer release had been made two months later that the code was considered ready to start moving towards the production release and the release candidate releases started.

              I remember at the time there were some conflicts with the JBoss 4 JMX implementation and JDK 1.5, I can't remember the details but I think the workaround involved removing some classes from the JDK. The error you have reported suggests to me that your problem is along simiar lines.

              If you can not download a later version of JBoss do you have a 1.4 version of a JDK that you could use instead?

              I would still recommend that you move to a production release as soon as you can, the availability of support is going to be very limited for an intermediate developer release when two production releases have been made since.



              • 4. Re: [beginner]error on run jboss
                rogerforum

                Remove jmxri.jar from \jre\lib\ext

                After 3 days with headache...the solution...

                My 2 cents.