1 Reply Latest reply on Mar 11, 2009 7:13 PM by peterj

    Got error message when running application with war file dep

      We found the following problem in JBoss 5.0.0.GA with a war file. But the same war file works in JBoss 4.0.2.

      When the application is deployed on JBoss 5.0, we got the following error message when it runs

      SEVERE: Error happened while running the application.

      java.lang.ExceptionInInitializerError

      at org.apache.axis.client.Service.getAxisClient(Service.java:103)

      at org.apache.axis.client.Service.(Service.java:112)
      .
      .
      .

      Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor

      [Ljava.lang.Class;@1853069 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category) (Caused by

      org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@1853069 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category))

      at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)

      at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)

      at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)

      at org.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:37)

      at org.apache.axis.handlers.BasicHandler.(BasicHandler.java:43)

      ... 101 more



      Caused by: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@1853069 for

      org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category)



      We run JBoss 5.0 on Windows XP Professional,JDK version is 1.6.

      Does anyone have any thoughts on this? Thank you in advance.