Can you provide more details? Are you using trunk or branches/2.1? What type of application are you deploying - can you attach your deployment descriptors?
Jarek On Thu, Jun 19, 2008 at 7:00 PM, jklcom99 <[EMAIL PROTECTED]> wrote: > > Hi, > > I pulled down the nightly build today. I'm getting the following error > with off-line deploy. > > > [java] Deployer operation failed: Unable to create configuration for > deploy > ment > [java] org.apache.geronimo.common.DeploymentException: Unable to create > con > figuration for deployment > [java] at > org.apache.geronimo.deployment.DeploymentContext.createTempCo > nfiguration(DeploymentContext.java:120) > [java] at > org.apache.geronimo.deployment.DeploymentContext.<init>(Deplo > ymentContext.java:100) > [java] at > org.apache.geronimo.deployment.DeploymentContext.<init>(Deplo > ymentContext.java:80) > [java] at > org.apache.geronimo.j2ee.deployment.EARContext.<init>(EARCont > ext.java:68) > [java] at > org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildCon > figuration(EARConfigBuilder.java:530) > [java] at > org.apache.geronimo.deployment.Deployer.deploy(Deployer.java: > 254) > [java] at > org.apache.geronimo.deployment.Deployer.deploy(Deployer.java: > 133) > [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [java] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces > sorImpl.java:39) > [java] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet > hodAccessorImpl.java:25) > [java] at java.lang.reflect.Method.invoke(Method.java:597) > [java] at > org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.inv > oke(ReflectionMethodInvoker.java:34) > [java] at > org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBean > Operation.java:124) > [java] at > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanI > nstance.java:867) > [java] at > org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKern > el.java:239) > [java] at > org.apache.geronimo.deployment.plugin.local.AbstractDeployCom > mand.doDeploy(AbstractDeployCommand.java:116) > [java] at > org.apache.geronimo.deployment.plugin.local.DistributeCommand > .run(DistributeCommand.java:61) > [java] at java.lang.Thread.run(Thread.java:619) > [java] Caused by: org.apache.geronimo.kernel.config.LifecycleException: > loa > d of test/testJMS/1.0/rar failed > [java] at > org.apache.geronimo.kernel.config.SimpleConfigurationManager. > loadConfiguration(SimpleConfigurationManager.java:327) > [java] at > org.apache.geronimo.deployment.DeploymentConfigurationManager > .loadConfiguration(DeploymentConfigurationManager.java:115) > [java] at > org.apache.geronimo.kernel.config.SimpleConfigurationManager. > loadConfiguration(SimpleConfigurationManager.java:286) > [java] at > org.apache.geronimo.deployment.DeploymentConfigurationManager > .loadConfiguration(DeploymentConfigurationManager.java:111) > [java] at > org.apache.geronimo.deployment.DeploymentContext.createTempCo > nfiguration(DeploymentContext.java:117) > [java] ... 17 more > [java] Caused by: > org.apache.geronimo.kernel.config.InvalidConfigException: > Error starting configuration gbean test/testJMS/1.0/rar > [java] at > org.apache.geronimo.kernel.config.SimpleConfigurationManager. > load(SimpleConfigurationManager.java:352) > [java] at > org.apache.geronimo.deployment.DeploymentConfigurationManager > .load(DeploymentConfigurationManager.java:119) > [java] at > org.apache.geronimo.kernel.config.SimpleConfigurationManager. > loadConfiguration(SimpleConfigurationManager.java:312) > [java] ... 21 more > [java] Caused by: > org.apache.geronimo.kernel.config.InvalidConfigException: > Cound not find parent configuration: > org/apache/geronimo/configs/activemq-broke > r/2.1.2-SNAPSHOT/car > [java] at > org.apache.geronimo.kernel.config.SimpleConfigurationManager. > findParentConfigurations(SimpleConfigurationManager.java:367) > [java] at > org.apache.geronimo.kernel.config.SimpleConfigurationManager. > load(SimpleConfigurationManager.java:346) > [java] ... 23 more > -- > View this message in context: > http://www.nabble.com/Cound-not-find-parent-configuration%3A-org-apache-geronimo-configs-activemq-broke-tp18019949s134p18019949.html > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > >
