[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511747 ]
Jacek Laskowski commented on GERONIMODEVTOOLS-174: -------------------------------------------------- Doh, forgot to answer (2). When the module has been renamed to ear it deployed fine. [EMAIL PROTECTED] /cygdrive/c/Documents and Settings/jlaskowski/Local Settings/Temp/geronimo-deployer2185.tmpdir $ mv geronimoTestEAR.zip geronimoTestEAR.ear [EMAIL PROTECTED] /cygdrive/c/Documents and Settings/jlaskowski/Local Settings/Temp/geronimo-deployer2185.tmpdir $ c\:/apps/geronimo-tomcat6-jee5-2.0-SNAPSHOT/bin/deploy.sh -u system -p manager deploy geronimoTestEAR.ear Using GERONIMO_BASE: c:\apps\geronimo-tomcat6-jee5-2.0-SNAPSHOT Using GERONIMO_HOME: c:\apps\geronimo-tomcat6-jee5-2.0-SNAPSHOT Using GERONIMO_TMPDIR: c:\Documents and Settings\jlaskowski\Local Settings\Temp\geronimo-deployer2185.tmpdir\var\temp Using JRE_HOME: c:\apps\java5\jre Deployed default/geronimoTestEAR/1.0/car `-> geronimoTest.war @ http://localhost:8080/geronimoTest Deployed org.apache.geronimo.configs/axis/2.0-SNAPSHOT/car Deployed org.apache.geronimo.configs/axis2/2.0-SNAPSHOT/car [EMAIL PROTECTED] /cygdrive/c/Documents and Settings/jlaskowski/Local Settings/Temp/geronimo-deployer2185.tmpdir $ wget -S http://localhost:8080/geronimoTest --14:58:59-- http://localhost:8080/geronimoTest => `geronimoTest' Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8080... connected. HTTP request sent, awaiting response... HTTP/1.1 302 Moved Temporarily Server: Apache-Coyote/1.1 Location: http://localhost:8080/geronimoTest/ Date: Wed, 11 Jul 2007 12:58:59 GMT Connection: close Location: http://localhost:8080/geronimoTest/ [following] --14:58:59-- http://localhost:8080/geronimoTest/ => `index.html' Connecting to localhost|127.0.0.1|:8080... connected. HTTP request sent, awaiting response... HTTP/1.1 200 OK Server: Apache-Coyote/1.1 ETag: W/"253-1184158492890" Last-Modified: Wed, 11 Jul 2007 12:54:52 GMT Content-Type: text/html Content-Length: 253 Date: Wed, 11 Jul 2007 12:58:59 GMT Connection: keep-alive Length: 253 [text/html] 100%[========================================================================================================================================>] 253 --.--K/s 14:58:59 (1.64 MB/s) - `index.html' saved [253/253] [EMAIL PROTECTED] /cygdrive/c/Documents and Settings/jlaskowski/Local Settings/Temp/geronimo-deployer2185.tmpdir $ cat index.html <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Insert title here</title> </head> <body> TEST </body> </html> > "Distribution of configuration failed" when attempting to deploy using > Geronimo 2.0 adapter > ------------------------------------------------------------------------------------------- > > Key: GERONIMODEVTOOLS-174 > URL: > https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-174 > Project: Geronimo-Devtools > Issue Type: Bug > Components: eclipse-plugin > Affects Versions: 2.0 > Reporter: Tom Mutdosch > > Using the following Geronimo 2.0 runtime server and adapter: > (*) Server: > http://people.apache.org/dist/geronimo/eclipse/unstable/servers/geronimo-tomcat6-jee5-2.0-SNAPSHOT-bin.zip > > (*)Server plugins: > http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse-plugin-2.0.0-v20070621.1204-deployable.zip > > Using eclipse WTP, I create a simple Dynamic Web Project targeting Geronimo > with a single HTML file. When I do a Run on Server I get the following error > in an error dialog and my page does not run. > Error: > Distribution of configuration failed. See log for details. > Cannot deploy the requested application module because no deployer is able to > handle it. This can happen if you have omitted the J2EE deployment > descriptor, disabled a deployer module, or if, for example, you are trying to > deploy an EJB module on a minimal Geronimo server that does not have EJB > support installed. > (moduleFile=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\geronimo-deployer1127.tmpdir\geronimoTestEAR.zip) > org.apache.geronimo.common.DeploymentException: Cannot deploy the requested > application module because no deployer is able to handle it. This can happen > if you have omitted the J2EE deployment descriptor, disabled a deployer > module, or if, for example, you are trying to deploy an EJB module on a > minimal Geronimo server that does not have EJB support installed. > (moduleFile=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\geronimo-deployer1127.tmpdir\geronimoTestEAR.zip) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:239) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124) > at > org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>) > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at > org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at > org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:863) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239) > at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342) > at > org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>) > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at > org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at > org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:863) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239) > at > org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168) > at > com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231) > at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238) > at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833) > at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802) > at > javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1423) > at > javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:96) > at > javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1260) > at java.security.AccessController.doPrivileged(AccessController.java:275) > at > javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1363) > at > javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:797) > at sun.reflect.GeneratedMethodAccessor193.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:615) > at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:309) > at sun.rmi.transport.Transport$1.run(Transport.java:168) > at java.security.AccessController.doPrivileged(AccessController.java:275) > at sun.rmi.transport.Transport.serviceCall(Transport.java:164) > at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:506) > at > sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.handleRequest(TCPTransport.java:838) > at > sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:912) > at java.lang.Thread.run(Thread.java:801) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.