Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 37691 invoked by uid 500); 14 Nov 2002 15:02:16 -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 37672 invoked from network); 14 Nov 2002 15:02:15 -0000 Message-ID: <002d01c28bee$cfcfe1e0$0202a8c0@zermatt> From: "Steve Loughran" To: References: <200211141443.57608.mb@blumenstrasse.vol.at> Subject: Re: Class loader madness and useless error reporting Date: Thu, 14 Nov 2002 07:02:11 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Matthias Brunner" To: Sent: Thursday, November 14, 2002 05:43 Subject: Class loader madness and useless error reporting Hello, I do not know whether this is a bug in tomcat or axis or both (in fact, I do not even know if it is it a bug at all or it is me how is dumb). But for now I will only report it here please correct me if I am wrong. ------ Software used: tomcat 4.1.12, axis 1.0, sun jdk 1.4.1_01-b01, linux I have an RPC-style service, the required JAR myservice.jar is located in axis/WEB-INF/lib. This has been working without any problems for months. I needed some of the classes in another context so I moved the JAR from axis/WEB-INF/lib to shared/lib (as the tomcat documentation tells me to). Now when I access axis/servlet/AxisServlet an empty page is returned (and calling the service results in the same error as listed below). localhost_log contains the following message: --------------- Likely cause is the shared jar needs access to classes in axis.jar, which is in the 'lower' classloader and hence invisible. Move axis and needed jars up, perhaps