Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A5C664F53 for ; Wed, 6 Jul 2011 01:54:39 +0000 (UTC) Received: (qmail 75604 invoked by uid 500); 6 Jul 2011 01:54:39 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 75540 invoked by uid 500); 6 Jul 2011 01:54:38 -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 75529 invoked by uid 99); 6 Jul 2011 01:54:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 01:54:38 +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, 06 Jul 2011 01:54:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9159244CE6 for ; Wed, 6 Jul 2011 01:54:16 +0000 (UTC) Date: Wed, 6 Jul 2011 01:54:16 +0000 (UTC) From: "Shawn Jiang (JIRA)" To: dev@geronimo.apache.org Message-ID: <1997154026.2464.1309917256592.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2026662153.41842.1306311588911.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (GERONIMO-5977) Can not load adapter class in classloader when deploy ear application using inPlace method MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang updated GERONIMO-5977: ---------------------------------- Attachment: inPlaceBank.ear.working.zip This is a modified working ear that include the rar within the ear. > Can not load adapter class in classloader when deploy ear application using inPlace method > ------------------------------------------------------------------------------------------ > > Key: GERONIMO-5977 > URL: https://issues.apache.org/jira/browse/GERONIMO-5977 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 3.0 > Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101209_70480 (JIT enabled, AOT enabled) > Reporter: Tina Li > Assignee: Shawn Jiang > Priority: Minor > Attachments: inPlaceBank.ear.working.zip, inPlaceBank.ear.zip > > > 1.Use the build 2011.05.19-14:51:13.744+0800-3.0-SNAPSHOT of geronimo server > 2.Start the server using command: startup.bat or geronimo run under /bin > 3.Get inPlaceBank.ear.zip and decompress it into > 3.Under /bin,use inPlace method to deploy this EAR package ,excute the command: > deploy --user system --password manager deploy --inPlace \inPlaceBank.ear > 4.Then error message displayed in cmd console: > 2011-05-25 16:01:20,437 ERROR [DeployTool] Error: > org.apache.geronimo.common.DeploymentException: Unable to deploy inPlaceBank.ear > : Can not load adapter class in classloader testSample.BankSampleEAR-DEPLOYMENT_ > 1.0.0 [374] > org.tranql.connector.derby.EmbeddedXAMCF > at org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDe > ploy.java:43) > at org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(Co > mmandDistribute.java:148) > at org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandD > istribute.java:124) > at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java > :167) > at org.apache.geronimo.system.main.MainBridge.execute(MainBridge.java:64 > ) > at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:65) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) > at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:32 > ) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira