Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 35296 invoked from network); 11 Dec 2007 16:24:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 16:24:05 -0000 Received: (qmail 75802 invoked by uid 500); 11 Dec 2007 16:23:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 75754 invoked by uid 500); 11 Dec 2007 16:23:52 -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 75743 invoked by uid 99); 11 Dec 2007 16:23:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 08:23:52 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 16:23:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F63F71420E for ; Tue, 11 Dec 2007 08:23:43 -0800 (PST) Message-ID: <27924095.1197390223257.JavaMail.jira@brutus> Date: Tue, 11 Dec 2007 08:23:43 -0800 (PST) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-3690) All deployer command line tools fail with NoClassDefFoundError In-Reply-To: <27257463.1197267943181.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 [ https://issues.apache.org/jira/browse/GERONIMO-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor reassigned GERONIMO-3690: ------------------------------------- Assignee: Jarek Gawor > All deployer command line tools fail with NoClassDefFoundError > -------------------------------------------------------------- > > Key: GERONIMO-3690 > URL: https://issues.apache.org/jira/browse/GERONIMO-3690 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Affects Versions: 2.1 > Reporter: Jarek Gawor > Assignee: Jarek Gawor > > C:\target>geronimo-jetty6-javaee5-2.1-SNAPSHOT\bin\deploy.bat list-targets > Using GERONIMO_BASE: C:\target\geronimo-jetty6-javaee5-2.1-SNAPSHOT > Using GERONIMO_HOME: C:\target\geronimo-jetty6-javaee5-2.1-SNAPSHOT > Using GERONIMO_TMPDIR: var\temp > Using JRE_HOME: c:\Program Files\Java\jdk1.5.0_14\jre > 01:08:28,656 WARN [ConfigurationUtil] Could not load gbean org.apache.geronimo. > configs/online-deployer/2.1-SNAPSHOT/car?ServiceModule=org.apache.geronimo.confi > gs/online-deployer/2.1-SNAPSHOT/car,j2eeType=RemoteDeploymentManager,name=Module > ConfigurerRegistry > java.lang.NoClassDefFoundError: org/codehaus/plexus/archiver/ArchiverException > at java.lang.Class.getDeclaredMethods0(Native Method) > at java.lang.Class.privateGetDeclaredMethods(Class.java:2395) > at java.lang.Class.getMethod0(Class.java:2642) > at java.lang.Class.getMethod(Class.java:1579) > at org.apache.geronimo.gbean.runtime.GBeanAttribute.(GBeanAttribut > e.java:237) > at org.apache.geronimo.gbean.runtime.GBeanInstance.(GBeanInstance. > java:245) > at org.apache.geronimo.kernel.basic.BasicKernel.loadGBean(BasicKernel.ja > va:354) > at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio > nGBeans(ConfigurationUtil.java:433) > at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConf > iguration(ConfigurationUtil.java:200) > at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConf > iguration(ConfigurationUtil.java:159) > at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBoo > tConfiguration(MainConfigurationBootstrapper.java:84) > at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain > (MainConfigurationBootstrapper.java:57) > at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(Ma > inConfigurationBootstrapper.java:38) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67) > at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31 > ) > Looks like plexus-archiver dependency was added to geronimo-system module but it was not added to the classpath of command line tools. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.