[jboss-jira] [JBoss JIRA] (WFCORE-1268) undeploying disabled deployment stops service for same runtime-name in DeploymentUndeployHandler

Brian Stansberry (JIRA) issues at jboss.org
Tue Jan 5 14:03:00 EST 2016


Brian Stansberry created WFCORE-1268:
----------------------------------------

             Summary: undeploying disabled deployment stops service for same runtime-name in DeploymentUndeployHandler 
                 Key: WFCORE-1268
                 URL: https://issues.jboss.org/browse/WFCORE-1268
             Project: WildFly Core
          Issue Type: Bug
          Components: Domain Management
    Affects Versions: 2.0.4.Final
            Reporter: Chao Wang
            Assignee: Chao Wang


{noformat}
1. Start EAP 6.4.4 in domain mode and deploy application using following CLI command:
~~
[domain at localhost:9999 /] deploy /Applications/WebApp-1.war --server-groups=main-server-group --name=WebApp-1.war --runtime-name=WebApp-1.war
~~~
2. Deploy next version of application in "disabled" state with same "runtime-name"  
~~~
[domain at localhost:9999 /] deploy /Applications/WebApp-2.war --disabled --name=WebApp-2.war --runtime-name=WebApp-1.war 
~~~

3. Now use replace-deployment command to access latest version of application:
~~~
[domain at localhost:9999 /] /server-group=main-server-group:replace-deployment(name=WebApp-2.war,to-replace=WebApp-1.war)
~~~
its working fine,laest version of application is accessable.

4. Now try to undeploy old version of application
~~~
/server-group=main-server-group/deployment=WebApp-1.war:undeploy()
~~~
After undploying older version, we are not able to access(404) latest version of application(WebApp-2.war) as well.To access it we have to redeploy it. 
Same steps are working fine in Standalone mode.
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list