What is the structure of your ear file and what is your application.xml?
I'd guess that your application.xml lists geronimo-activemq-ra. 2.1.4.rar as a module but you have not included it in your ear.
thanks david jencks On Oct 31, 2009, at 3:19 AM, Antonio Fornié wrote:
Thank you very much! I'm having this error now: Invalid moduleFile: geronimo-activemq-ra-2.1.4.rar org.apache.geronimo.common.DeploymentException: Invalid moduleFile: geronimo-activemq-ra-2.1.4.rar atorg .apache .geronimo .j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java: 783)atorg .apache .geronimo .j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java: 402)atorg .apache .geronimo .j2ee .deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java: 295)at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:227) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:134) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) atsun .reflect .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)atsun .reflect .DelegatingMethodAccessorImpl .invoke(DelegatingMethodAccessorImpl.java:25)at java.lang.reflect.Method.invoke(Method.java:597) atorg .apache .geronimo .gbean .runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java: 34)atorg .apache .geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)atorg .apache .geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)atorg.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java: 239)atorg .apache .geronimo .deployment .plugin .local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)atorg .apache .geronimo .deployment .plugin.local.DistributeCommand.run(DistributeCommand.java:61)at java.lang.Thread.run(Thread.java:619) Caused by: java.io.IOException: Jar entry does not exist:jarFile=C:\SERVIDORES\geronimo-tomcat6-javaee5-2.1.4\var\temp \geronimo-deployer142431723576948754.tmpdir\car_ear.ear,path=geronimo-activemq-ra-2.1.4.rar atorg .apache .geronimo.deployment.util.NestedJarFile.<init>(NestedJarFile.java:51)atorg .apache .geronimo .j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java: 781)... 15 more What should I do to make geronimo find it? -- View this message in context: http://old.nabble.com/Trying-to-set-up-a-MDB-tp26137988s134p26141178.htmlSent from the Apache Geronimo - Users mailing list archive at Nabble.com.
