Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 71773 invoked from network); 24 Jul 2006 23:45:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jul 2006 23:45:38 -0000 Received: (qmail 817 invoked by uid 500); 24 Jul 2006 23:45:34 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 771 invoked by uid 500); 24 Jul 2006 23:45:34 -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 List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 753 invoked by uid 99); 24 Jul 2006 23:45:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 16:45:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 16:45:33 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 696607141F1 for ; Mon, 24 Jul 2006 23:43:14 +0000 (GMT) Message-ID: <30208527.1153784594429.JavaMail.jira@brutus> Date: Mon, 24 Jul 2006 16:43:14 -0700 (PDT) From: "John Sisson (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-2208) bad classpath in geronimo-deploy-jsr88-1.1.jar In-Reply-To: <28428808.1153419555058.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-2208?page=comments#action_12423200 ] John Sisson commented on GERONIMO-2208: --------------------------------------- Could you please provide some more information on the steps to reproduce this problem, along with a stackstrace of the ClassNotFoundException to aid understanding of the issue and to help others searching JIRAs for similar symptoms. Thanks, John > bad classpath in geronimo-deploy-jsr88-1.1.jar > ---------------------------------------------- > > Key: GERONIMO-2208 > URL: http://issues.apache.org/jira/browse/GERONIMO-2208 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 1.1.x > Reporter: Ted Kirby > Fix For: 1.1.x, 1.2 > > > When trying to do a remote deploy using geronimo-deploy-jsr88-1.1.jar, got a class not found exception on org.apache.geronimo.util.encoders.Base64. This class is packaged in geronimo-util-1.1.jar. The classpath in geronimo-deploy-jsr88-1.1.jar is suspect. First, it does not include the required geronimo-util-1.1.jar. Second, it includes itself, which I think is unnecessary. > My change is to geronimo\modules\deploy-jsr88\src\conf\manifest.mf. > In the classpath, I changed: > < ../lib/geronimo-deploy-jsr88-${geronimo_version}.jar > --- > > ../lib/geronimo-util-${geronimo_version}.jar > With that change, my remote deploy was successful. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira