Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 12444 invoked from network); 4 Nov 2004 11:42:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Nov 2004 11:42:23 -0000 Received: (qmail 41625 invoked by uid 500); 4 Nov 2004 11:42:15 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 41592 invoked by uid 500); 4 Nov 2004 11:42:15 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 41574 invoked by uid 99); 4 Nov 2004 11:42:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of davanum@gmail.com designates 64.233.170.197 as permitted sender) Received: from [64.233.170.197] (HELO rproxy.gmail.com) (64.233.170.197) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 04 Nov 2004 03:42:14 -0800 Received: by rproxy.gmail.com with SMTP id a36so231277rnf for ; Thu, 04 Nov 2004 03:42:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=fcTSKpOIJ8rL/7Ub0G4/UjJnLgVOejbO0uGA7FvK+WqeGY6bjuVXXU4cDuncZthZTJrweH6baZWeGtmsB3WYatZTFfqsE7A3rVU6rI/sqTWKh5er4/x2OknwUzcp3aXVuXGekQ6SRZ7SlbdgTK5ygJ/d1qo58ajri3XkTsuzQqg= Received: by 10.38.163.75 with SMTP id l75mr294375rne; Thu, 04 Nov 2004 03:42:12 -0800 (PST) Received: by 10.38.171.63 with HTTP; Thu, 4 Nov 2004 03:42:12 -0800 (PST) Message-ID: <19e0530f04110403422c28bca6@mail.gmail.com> Date: Thu, 4 Nov 2004 06:42:12 -0500 From: Davanum Srinivas Reply-To: dims@apache.org To: Aaron Mulder , "dev@geronimo.apache.org" Subject: Commons Logging problem? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Aaron, Here's my paste: http://rafb.net/paste/results/I89rnj81.html. If you look closely, there's some problem loading commons logging stuff in your environment. 24: [java] [DEBUG] Finding class org.apache.commons.logging.LogFactory 25: [java] [DEBUG] Class org.apache.commons.logging.LogFactory loaded from ant loader 26: [java] [DEBUG] Class java.security.PrivilegedAction loaded from parent loader 27: [java] [DEBUG] Finding class org.apache.commons.logging.LogConfigurationException On my line 25: maven/ant is able to load the org.apache.commons.logging.LogFactory class. 24: [java] [DEBUG] Finding class org.apache.commons.logging.LogFactory 25: [java] [ERROR] java.lang.NoClassDefFoundError 26: [ant] [DEBUG] +User task: propertyfile org.apache.tools.ant.taskdefs.optional.PropertyFile 27: [ant] [DEBUG] +User task: vsscheckin org.apache.tools.ant.taskdefs.optional.vss.MSVSSCHECKIN while on your line 25 (http://rafb.net/paste/results/I89rnj81.html) there's a java.lang.NoClassDefFoundError...so i believe you have a rogus commons-logging somewhere that is causing this problem. As you mentioed you don't have a problem running the "org.apache.geronimo.ews.ws4j2ee.utils.packager.Packager" task from the command line which further reinforces this notion of mine..... -- dims -- Davanum Srinivas - http://webservices.apache.org/~dims/