You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Brian Gladish <br...@rainingdata.com> on 2005/01/20 00:44:28 UTC

RE: NoClassDefFoundError when using logging/Sorry

I apologize to the list as this was an RTFM issue.  My predecessors had
instituted an incorrect procedure for installing our Web Services which
produced this problem.  As I thought the procedure was correct, I was at
a loss as to what was going wrong when I tried to add logging.

Again, my apologies.

Brian J. Gladish
Senior Software Engineer
Raining Data Corporation (http://www.rainingdata.com)
(949) 260-5140
 

-----Original Message-----
From: jayachandra [mailto:jayachandra@gmail.com] 
Sent: Tuesday, January 18, 2005 9:54 PM
To: axis-user@ws.apache.org
Subject: Re: NoClassDefFoundError when using logging

Do you have commons-logging.jar AND commons-discovery.jar in your
webapps/axis/WEB-INF/lib. Having them in Tomcat/common/lib also should
be fine.

Jayachandra

On Mon, 17 Jan 2005 09:19:08 -0800, Brian Gladish
<br...@rainingdata.com> wrote:
> 
> 
> When I try to retrieve a logger from
> org.apache.axis.components.logger.LogFactory in a static initializer I
get
> the following exception:
> 
> java.lang.NoClassDefFoundError:
org/apache/axis/components/logger/LogFactory
>         at
> com.rdta.tlapi.webservice.TigerLogic.<clinit>(TigerLogic.java:297)
>  
> Any help would be GREATLY appreciated!
> 
> Brian J. Gladish
> Senior Software Engineer
> Raining Data Corporation (http://www.rainingdata.com)
> (949) 260-5140


-- 
-- Jaya