Hi guys .. I get a message saying that no application.xml is found, even though I know it is there.
Here's the exception: | 11:17:31,921 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Prog | ramfiler/jboss-4.0.4.CR2/server/default/deploy/cmdtest.ear | org.jboss.deployment.DeploymentException: No META-INF/application.xml found | at org.jboss.deployment.EARDeployer.init(EARDeployer.java:133) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:861) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:798) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771) | at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces | sorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch | er.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept | or.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM | BeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. | java:260) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190) | at $Proxy6.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen | tScanner.java:334) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS | canner.java:522) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread. | doScan(AbstractDeploymentScanner.java:207) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread. | loop(AbstractDeploymentScanner.java:218) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread. | run(AbstractDeploymentScanner.java:197) | Here's the contents of cmdtest.ear: | bash-2.05a$ unzip -l cmdtest.ear | Archive: cmdtest.ear | Length Date Time Name | -------- ---- ---- ---- | 0 05-05-06 15:09 META-INF/ | 106 05-05-06 15:09 META-INF/MANIFEST.MF | 338 05-05-06 11:22 META-INF/application.xml | 7753 05-05-06 15:09 cmdtest-ejb.jar | 350 05-05-06 11:15 cmdtest.war | -------- ------- | 8547 5 files | I also checked jboss-home/server/default/tmp/deploy and I found that it gets application.xml .. So, isn't this very strange? - bjornbjorn View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941579#3941579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941579 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
