[
https://issues.apache.org/jira/browse/GERONIMO-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796574#action_12796574
]
Łukasz Budnik commented on GERONIMO-5012:
-----------------------------------------
Hi Ivan,
I use Geronimo deployment plan. I know that if you don't provide groupId and
artifactId it will be generated using timestamp.
But I set it.
On EJB Jars page I see:
org.xh.studies.ws.ejb/secure-ejb-web-service/0.0.1-SNAPSHOT/car
when I try to deploy the application without checking "Redeploy application"
option I get the following message:
The application was not deployed.
Module org.xh.studies.ws.ejb/secure-ejb-web-service/0.0.1-SNAPSHOT/car already
exists in the server. Try to undeploy it first or use the redeploy command.
org.apache.geronimo.common.DeploymentException: Module
org.xh.studies.ws.ejb/secure-ejb-web-service/0.0.1-SNAPSHOT/car already exists
in the server. Try to undeploy it first or use the redeploy command.
at
org.apache.geronimo.deployment.Deployer.getConfigID(Deployer.java:313)
...
...
...
When I check "Redeploy application" I get:
Unable to identify modules to replace. Check if it has already been stopped or
undeployed.
null
To reproduce this issue you can use the Maven project I attached to issue 5011.
thanks,
Łukasz
> "Redeploy application" in Web console does not work (G2.2)
> ----------------------------------------------------------
>
> Key: GERONIMO-5012
> URL: https://issues.apache.org/jira/browse/GERONIMO-5012
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Environment: G 2.2 with Tomcat 6, Windows XP, Java 6
> Reporter: Łukasz Budnik
> Priority: Minor
>
> When using http://localhost/console/portal/Applications/Deploy%20New to
> redeploy the application I keep getting the following message:
> Unable to identify modules to replace. Check if it has already been stopped
> or undeployed.
> null
> (no exceptions logged in geronimo.out)
> I have to uninstall the application using
> http://localhost/console/portal/Applications/Web%20App%20WARs or
> http://localhost/console/portal/Applications/EJB%20JARs and then deploy it
> from the scratch.
> not a blocker, but quite annoying.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.