It looks like there was a lot of breakage in the deploy tool in 1.1.
I've started working through that. At the moment, there's a problem
in redeploy. Dain, if you could take a look, that'd be great. To
reproduce:
- start Geronimo
- in another console, go to applications/console-ear and run:
java -jar
../../assemblies/j2ee-jetty-server/target/geronimo-1.1-SNAPSHOT/bin/deployer.jar
--verbose redeploy target/geronimo-console-*.ear
../../configs/console-jetty/target/plan/plan.xml
I get this on the server console:
22:32:13,602 ERROR [LocalAttributeManager] Trying to stop unknown
configuration:
geronimo/webconsole-jetty_geronimo-console-framework-1.1-SNAPSHOT.war/1.1-SNAPSHOT/car
22:32:13,906 ERROR [LocalAttributeManager] Trying to stop unknown
configuration:
geronimo/webconsole-jetty_geronimo-console-standard-1.1-SNAPSHOT.war/1.1-SNAPSHOT/car
And this on the client console:
Stopped geronimo/webconsole-jetty/1.1-SNAPSHOT/car
Unloaded geronimo/webconsole-jetty/1.1-SNAPSHOT/car
Uninstalled geronimo/webconsole-jetty/1.1-SNAPSHOT/car
Error: Operation failed: Unable to initialize webapp GBean
org.apache.geronimo.common.DeploymentException: Unable to initialize
webapp GBean
at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addGBeans(JettyModuleBuilder.java:720)
at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder$$FastClassByCGLIB$$b30bba8a.invoke(<generated>)
...
Caused by: org.apache.geronimo.kernel.GBeanAlreadyExistsException:
geronimo/webconsole-jetty/1.1-SNAPSHOT/car?J2EEApplication=geronimo/webconsole-jetty/1.1-SNAPSHOT/car,WebModule=geronimo-console-framework-1.1-SNAPSHOT.war,j2eeType=Servlet,name=jsp
at
org.apache.geronimo.kernel.config.Configuration.addGBean(Configuration.java:497)
at
org.apache.geronimo.deployment.DeploymentContext.addGBean(DeploymentContext.java:195)
at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addGBeans(JettyModuleBuilder.java:672)
... 70 more
Thanks,
Aaron