2 Replies Latest reply on Apr 8, 2010 1:08 AM by prakashmvc

    Jboss 5.1.0 start up errors

    prakashmvc

      Hello,

      While starting the Jboss 5.1.0, am getting the following errors in console.

      Issue 1:

      DEBUG [MBean] Failed to register as listener of: jboss.jdbc:service=SQLExceptionProcessor
      javax.management.InstanceNotFoundException: jboss.jdbc:service=SQLExceptionProcessor is not registered.

       

      DEBUG [MBean] Failed to register as listener of: jboss.messaging:service=Connector,transport=bisocket
      javax.management.InstanceNotFoundException: jboss.messaging:service=Connector,transport=bisocket is not registered.

       

      DEBUG [MBean] Failed to register as listener of: jboss.messaging:service=JMSProviderLoader,name=JMSProvider
      javax.management.InstanceNotFoundException: jboss.messaging:service=JMSProviderLoader,name=JMSProvider is not registered.

       

      Similar errors for other Mbeans as well


      Issue 2:

      org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
          at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
          at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
          at org.jboss.Main.boot(Main.java:221)
          at org.jboss.Main$1.run(Main.java:556)
          at java.lang.Thread.run(Thread.java:619)
      Caused by: java.lang.UnsatisfiedLinkError: no tcnative-1 in java.library.path, no libtcnative-1 in java.library.path Can't find: D:\apps\jboss-5.1.0\server\default\bin\META-INF\lib\windows\x86\libapr-1.dll (C:\Program Files\Java\jdk1.6.0_17\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Oracle\product\10.1.0\Client_1\bin;D:\Oracle\product\10.1.0\Client_1\jre\1.4.2\bin\client;D:\Oracle\product\10.1.0\Client_1\jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.6.0_17\bin)
          at org.apache.tomcat.jni.Library.<init>(Library.java:77)
          at org.apache.tomcat.jni.Library.initialize(Library.java:178)
          ... 108 more

       

      are thease exceptions are known issues? could you please any one can provide your inputs?

       

      Regards,

      Prakash

        • 1. Re: Jboss 5.1.0 start up errors
          peterj

          In general, you can always ignore DEBUG log entries, so the mbean-related "errors" can be ignored.

           

          Regarding issue #2, you can also ignore this. You did not post the entire log entry, but you will notice that it is also a DEBUG entry. The entry means that the APR library was not found, which means you did not install JBioss Native. JBoss Native is NOT required to run JBoss AS, it will run just fine without it.

          • 2. Re: Jboss 5.1.0 start up errors
            prakashmvc

            Thanks Peter. I will ignore these DEBUG messages.