0 Replies Latest reply on Mar 4, 2004 4:16 PM by cduncan

    LogConfigurationException testing simple web service

    cduncan

      I have a very simple method on a stateless session bean that I am trying to get working using jboss-net.

      When I run my client program to hit the web service I get the following exception in jboss server. I can't figure out what the problem is.

      This is in JBoss 3.2.3 using Tomcat.

      Anyone have any suggestions?

      Thanks,

      Craig







       at java.lang.Thread.run(Thread.java:534)
      Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Log4JLogger does not implement Log
       at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532)
       at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
       at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:414)
       at org.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:76)
       at org.apache.axis.providers.BasicProvider.<clinit>(BasicProvider.java:87)
       ... 67 more
      Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Log4JLogger does not implement Log
       at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:416)
       at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525)
       ... 71 more
      Caused by: org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Log4JLogger does not implement Log
       at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:412)
       ... 72 more