Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 60346 invoked by uid 500); 25 Sep 2002 20:41:40 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 60317 invoked from network); 25 Sep 2002 20:41:40 -0000 From: "Per Kreipke" To: Subject: RE: Using Axis SOAP client from Tomcat/Catalina causes LogConfigurationException... Date: Wed, 25 Sep 2002 16:45:04 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <02ea01c264d1$45cd2550$c900a8c0@fastdata> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > Isn't Tomcat just picking up its commons-logging.jar from > tomcat/server/lib? You might have to see whether Tomcat is stable if > you replace that with the one from Axis rc1. Scott, Thanks for the suggestion. You're right, the one in [tomcat]/server/lib should be used by the 'kernel'. I'd tried all of these: [tomcat]/common/lib [tomcat]/server/lib 1) commons-logging 1.0.1-dev -none- 2) commons-logging 1.1-dev -none- 3) commons-logging 1.0.1-dev commons-logging 1.0.1-dev 4) commons-logging 1.1-dev commons-logging 1.0.1-dev 5) commons-logging 1.0.1-dev commons-logging 1.1-dev 6) commons-logging 1.1-dev commons-logging 1.1-dev All caused the same error. The trick turned out to be Richard's note about having a commons-logging in your WARs/EARs as well. When I removed the one in the Cocoon WAR and went back to the ones that Tomcat and Axis wanted, it worked. E.g. this worked [tomcat]/common/lib [tomcat]/server/lib 4) commons-logging 1.1-dev commons-logging 1.0.1-dev Richard, Care to comment about what the problem is? I'm a little unclear. Per