Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 66655 invoked from network); 2 Mar 2011 13:59:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Mar 2011 13:59:03 -0000 Received: (qmail 8926 invoked by uid 500); 2 Mar 2011 13:59:02 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 8429 invoked by uid 500); 2 Mar 2011 13:59:01 -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 8353 invoked by uid 99); 2 Mar 2011 13:59:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 13:59:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 13:58:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E7D6D4B20E for ; Wed, 2 Mar 2011 13:58:36 +0000 (UTC) Date: Wed, 2 Mar 2011 13:58:36 +0000 (UTC) From: "Forrest Xia (JIRA)" To: dev@geronimo.apache.org Message-ID: <1357193646.7846.1299074316946.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1283051139.7845.1299074316888.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (GERONIMO-5845) java.lang.RuntimeException when using bin/deploy command to deploy an eba MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forrest Xia updated GERONIMO-5845: ---------------------------------- Attachment: RequireBundle-eba-3.0-SNAPSHOT.eba This eba is from require-bundle-test testsuite in trunk code. > java.lang.RuntimeException when using bin/deploy command to deploy an eba > ------------------------------------------------------------------------- > > Key: GERONIMO-5845 > URL: https://issues.apache.org/jira/browse/GERONIMO-5845 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 3.0 > Environment: ubuntu 10.04.1 > oracle jdk 1.6.0_23 > geronimo built on 20110301 > Reporter: Forrest Xia > Labels: aries,require-bundle > Attachments: RequireBundle-eba-3.0-SNAPSHOT.eba > > > 1. start geronimo server > 2. issue command: > bin/deploy deploy RequireBundle-eba-3.0-SNAPSHOT.eba > Then check console output, an exception like this: > 2011-03-02 21:50:05,628 ERROR [WebApplication] Unable to start web application for bundle org.apache.geronimo.samples.requirebundle.CalculatorServletBundle_A > java.lang.RuntimeException: getModuleFile() is not supported on Bundle-based deployment > at org.apache.geronimo.j2ee.deployment.Module.getModuleFile(Module.java:154) > at org.apache.geronimo.axis.builder.AxisBuilder.findWebServices(AxisBuilder.java:113) > at org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.basicInitContext(AbstractWebModuleBuilder.java:476) > at org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.initContext(AbstractWebModuleBuilder.java:420) > at org.apache.geronimo.osgi.web.extender.WebApplication.doRun(WebApplication.java:207) > at org.apache.geronimo.osgi.web.extender.WebApplication.run(WebApplication.java:120) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira