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 985368AA1 for ; Wed, 24 Aug 2011 02:54:00 +0000 (UTC) Received: (qmail 43476 invoked by uid 500); 24 Aug 2011 02:53:59 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 42192 invoked by uid 500); 24 Aug 2011 02:53:55 -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 42177 invoked by uid 99); 24 Aug 2011 02:53:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 02:53:53 +0000 X-ASF-Spam-Status: No, hits=-2000.9 required=5.0 tests=ALL_TRUSTED,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, 24 Aug 2011 02:53:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 29977CC9EB for ; Wed, 24 Aug 2011 02:53:29 +0000 (UTC) Date: Wed, 24 Aug 2011 02:53:29 +0000 (UTC) From: "Shenghao Fang (JIRA)" To: dev@geronimo.apache.org Message-ID: <628138674.8000.1314154409167.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <7519070.314.1313992469376.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (GERONIMO-6118) Unable to create plan by Plan Creator 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-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089966#comment-13089966 ] Shenghao Fang commented on GERONIMO-6118: ----------------------------------------- Add cleanup action to each catch block as Ivan suggested. Committed to trunk at 1160963. > Unable to create plan by Plan Creator > ------------------------------------- > > Key: GERONIMO-6118 > URL: https://issues.apache.org/jira/browse/GERONIMO-6118 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: console, deployment > Affects Versions: 3.0 > Reporter: Shenghao Fang > Assignee: Shenghao Fang > > It's unable to create plan by the default configuration and the following error occurs: > Unable to create configuration for deployment: dependencies: null > org.apache.geronimo.common.DeploymentException: Unable to create configuration for deployment: dependencies: null > at org.apache.geronimo.deployment.DeploymentContext.createTempConfiguration(DeploymentContext.java:211) > at org.apache.geronimo.deployment.DeploymentContext.initializeConfiguration(DeploymentContext.java:193) > at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:661) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:140) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:883) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245) > at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116) > at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61) > at java.lang.Thread.run(Thread.java:662) > Caused by: org.eclipse.osgi.framework.internal.core.Framework$DuplicateBundleException: Bundle "default.WebAppEjbAccessAnnotations-DEPLOYMENT" version "0.0.0.1313991938546" has already been installed from: reference:file: > at org.eclipse.osgi.framework.internal.core.Framework.createAndVerifyBundle(Framework.java:715) > at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:931) > at org.eclipse.osgi.framework.internal.core.Framework$1.run(Framework.java:838) > at org.eclipse.osgi.framework.internal.core.Framework$1.run(Framework.java:1) > at java.security.AccessController.doPrivileged(Native Method) > at org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:897) > at org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:833) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:137) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:131) > at org.apache.geronimo.deployment.DeploymentContext.createTempConfiguration(DeploymentContext.java:203) > ... 15 more -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira