Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 76945 invoked from network); 12 Sep 2003 07:31:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Sep 2003 07:31:03 -0000 Received: (qmail 43686 invoked by uid 500); 12 Sep 2003 07:30:25 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 43675 invoked by uid 500); 12 Sep 2003 07:30:24 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 43662 invoked from network); 12 Sep 2003 07:30:24 -0000 Message-ID: <3F61760A.6030901@student.usyd.edu.au> Date: Fri, 12 Sep 2003 17:30:18 +1000 From: Stephen Gordon User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: another Axis logging question References: <64EE0DBA15556341AF577C102564465D7E69@admin-server.javector.com> In-Reply-To: <64EE0DBA15556341AF577C102564465D7E69@admin-server.javector.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.4.3(snapshot 20030401) (lorica) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Methinks that the ZipException might be caused by something trying to open a jar file - since a jar is just a renamed zip file IIRC. stephen Mark D. Hansen wrote: >I'm trying to create/use a custom log4j.xml (same as log4j.properties, but XML format). As directed in the Axis documentation, I removed log4j.properties from axis.jar and have placed my custom log4j.xml in the classpath. > >But, now when I run the axis-admin Ant tasks (e.g., to deploy or undeploy a web service), I get a huge stack trace that starts with: > >[axis-admin] java.util.zip.ZipException error in opening zip file > >... >... > >Any ideas what I'm doing wrong? > >Thanks, > >Mark > > > >