4 Replies Latest reply on Aug 14, 2003 6:37 AM by rachono

    JBOSS3.2.1  STARTUP problem on IA-64

    taranjit

      Jboss3.2.1 throws CNF exception's and doesn't start with sun 1.4.1 jdk on IA-64 linux server, but it works fine with WebLogic JRockit 8.1 SP1 1.4.1 SDK.

      Below is the server info and contents of log file.

      Any help would be highly appreciated !


      2:45:34,704 INFO [ServerInfo] Java version: 1.4.2,Sun Microsystems Inc.
      12:45:34,705 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 1.4.2-b28,Sun Microsystems Inc.
      12:45:34,706 INFO [ServerInfo] OS-System: Linux 2.4.20-ia64.smp,ia64



      12:45:36,526 INFO [SARDeployer] Started
      12:45:36,528 INFO [Server] Core system initialized
      12:45:36,676 INFO [MainDeployer] Starting deployment of package: file:/opt/size/usr/jboss/jboss-3.2.1/server/sf-db01/conf/jboss-service.xml
      12:45:50,800 WARN [ServiceConfigurator] Failed to complete install
      java.lang.ClassNotFoundException: Unexpected error during load of: org.jboss.logging.Log4jService, msg=null
      at org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:212)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
      at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:822)
      at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:294)
      at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:321)

        • 1. Re: JBOSS3.2.1  STARTUP problem on IA-64
          taranjit

          Sorry forget to attach the console.log file.

          • 2. Re: JBOSS3.2.1  STARTUP problem on IA-64

            Any chance you've got log4j somewhere that gets picked up by the JVM into its system classpath, for instance the lib/ext directory of the JRE? Or any other libraries there that JBoss would normally use?

            • 3. Re: JBOSS3.2.1  STARTUP problem on IA-64
              taranjit

              Thanks for the reply.

              I haven't added any jar file in my JVM system class path. Both sun and bea jdk. have same libraries but somehow bew works fine but sun jdk throws CFN.

              I removed Log4j-boot.jar from jboss lib directory and it throws CNF for appender class of log4j immediately. but if jar file is there it throws CNF exceptions after a while and also exception is not the same.

              Not sure what's happening..

              Any tips would be highly appreciated !

              • 4. Re: JBOSS3.2.1  STARTUP problem on IA-64

                Hi,

                I'm also having the exact same issue with starting jboss 3.2.1 on Linux IA64.

                12:24:05,838 ERROR [MainDeployer] could not create deployment: file:/usr/local/jboss/server/appli/conf/jboss-service.xml
                org.jboss.deployment.DeploymentException: create operation failed for package file:/usr/local/jboss/server/appli/conf/jboss-service.xml; - nested throwable: (javax.management.InstanceNotFoundException: jboss.system:type=Log4jService,service=Logging is not registered.)
                at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
                at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
                at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
                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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
                at $Proxy6.deploy(Unknown Source)
                at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
                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)
                Caused by: javax.management.InstanceNotFoundException: jboss.system:type=Log4jService,service=Logging is not registered.

                The application 'default' and 'all' are not starting

                However, the application 'minimal' is starting.

                The error happens with both JRE1.4.2 and JRE1.4.1

                Any help would be sincerely appreciated!