You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org> on 2005/10/07 08:46:47 UTC

[jira] Created: (GERONIMO-1047) undeploy using "uninstall" in Applications Management page doesn't do the cleanup properly

undeploy using "uninstall" in Applications Management page doesn't do the cleanup properly
------------------------------------------------------------------------------------------

         Key: GERONIMO-1047
         URL: http://issues.apache.org/jira/browse/GERONIMO-1047
     Project: Geronimo
        Type: Bug
  Components: console  
    Versions: 1.0-M5    
 Environment: Win XP, Sun JDK 1.4.2
    Reporter: Vamsavardhana Reddy
    Priority: Minor


Undeploying applications using the "uninstall" link in Applications Management pages doesn't seem to do the cleanup properly.  Here is the scenario:

    Step 1:  Install a WAR file (hellojsp.war) using "Install New Applications" option in "All Configurations"  page under Applications management.

    Step 2: Uninstall this application by clicking on the "uninstall" link provided against the application name in "WebApp WARs" page Applications Management

    Step 3: Install the same WAR file again as in Step 1.

Step 3 results in an error.  The message displayed is "Module hellojsp already exists in the server.  Try to undeploy it first or use the redeploy command."

But, if the server is stopped and started again after Step 2, Step 3 goes fine.

The same sequence of deploy, undeploy and deploy works fine with the command line deployer.







-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1047) undeploy using "uninstall" in Applications Management page doesn't do the cleanup properly

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1047?page=all ]

Joe Bohn updated GERONIMO-1047:
-------------------------------

    Geronimo Info: [Patch Available]
      Fix Version: 1.0

> undeploy using "uninstall" in Applications Management page doesn't do the cleanup properly
> ------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1047
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1047
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2
>     Reporter: Vamsavardhana Reddy
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: uninstall.patch
>
> Undeploying applications using the "uninstall" link in Applications Management pages doesn't seem to do the cleanup properly.  Here is the scenario:
>     Step 1:  Install a WAR file (hellojsp.war) using "Install New Applications" option in "All Configurations"  page under Applications management.
>     Step 2: Uninstall this application by clicking on the "uninstall" link provided against the application name in "WebApp WARs" page Applications Management
>     Step 3: Install the same WAR file again as in Step 1.
> Step 3 results in an error.  The message displayed is "Module hellojsp already exists in the server.  Try to undeploy it first or use the redeploy command."
> But, if the server is stopped and started again after Step 2, Step 3 goes fine.
> The same sequence of deploy, undeploy and deploy works fine with the command line deployer.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (GERONIMO-1047) undeploy using "uninstall" in Applications Management page doesn't do the cleanup properly

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1047?page=all ]
     
Aaron Mulder resolved GERONIMO-1047:
------------------------------------

    Resolution: Fixed
     Assign To: Aaron Mulder

Patch applied in revision 331048

> undeploy using "uninstall" in Applications Management page doesn't do the cleanup properly
> ------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1047
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1047
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2
>     Reporter: Vamsavardhana Reddy
>     Assignee: Aaron Mulder
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: uninstall.patch
>
> Undeploying applications using the "uninstall" link in Applications Management pages doesn't seem to do the cleanup properly.  Here is the scenario:
>     Step 1:  Install a WAR file (hellojsp.war) using "Install New Applications" option in "All Configurations"  page under Applications management.
>     Step 2: Uninstall this application by clicking on the "uninstall" link provided against the application name in "WebApp WARs" page Applications Management
>     Step 3: Install the same WAR file again as in Step 1.
> Step 3 results in an error.  The message displayed is "Module hellojsp already exists in the server.  Try to undeploy it first or use the redeploy command."
> But, if the server is stopped and started again after Step 2, Step 3 goes fine.
> The same sequence of deploy, undeploy and deploy works fine with the command line deployer.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1047) undeploy using "uninstall" in Applications Management page doesn't do the cleanup properly

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1047?page=all ]

Joe Bohn updated GERONIMO-1047:
-------------------------------

    Attachment: uninstall.patch

This fix ensures that the configuration is stopped before it is undeployed so that it will not leave residual GBean trash in the registry.

> undeploy using "uninstall" in Applications Management page doesn't do the cleanup properly
> ------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1047
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1047
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2
>     Reporter: Vamsavardhana Reddy
>     Priority: Minor
>  Attachments: uninstall.patch
>
> Undeploying applications using the "uninstall" link in Applications Management pages doesn't seem to do the cleanup properly.  Here is the scenario:
>     Step 1:  Install a WAR file (hellojsp.war) using "Install New Applications" option in "All Configurations"  page under Applications management.
>     Step 2: Uninstall this application by clicking on the "uninstall" link provided against the application name in "WebApp WARs" page Applications Management
>     Step 3: Install the same WAR file again as in Step 1.
> Step 3 results in an error.  The message displayed is "Module hellojsp already exists in the server.  Try to undeploy it first or use the redeploy command."
> But, if the server is stopped and started again after Step 2, Step 3 goes fine.
> The same sequence of deploy, undeploy and deploy works fine with the command line deployer.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1047) undeploy using "uninstall" in Applications Management page doesn't do the cleanup properly

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1047?page=all ]
     
Aaron Mulder closed GERONIMO-1047:
----------------------------------


Verified by Joe Bohn

> undeploy using "uninstall" in Applications Management page doesn't do the cleanup properly
> ------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1047
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1047
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2
>     Reporter: Vamsavardhana Reddy
>     Assignee: Aaron Mulder
>     Priority: Minor
>      Fix For: 1.0
>  Attachments: uninstall.patch
>
> Undeploying applications using the "uninstall" link in Applications Management pages doesn't seem to do the cleanup properly.  Here is the scenario:
>     Step 1:  Install a WAR file (hellojsp.war) using "Install New Applications" option in "All Configurations"  page under Applications management.
>     Step 2: Uninstall this application by clicking on the "uninstall" link provided against the application name in "WebApp WARs" page Applications Management
>     Step 3: Install the same WAR file again as in Step 1.
> Step 3 results in an error.  The message displayed is "Module hellojsp already exists in the server.  Try to undeploy it first or use the redeploy command."
> But, if the server is stopped and started again after Step 2, Step 3 goes fine.
> The same sequence of deploy, undeploy and deploy works fine with the command line deployer.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira