You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2008/08/07 17:07:44 UTC

[jira] Created: (GERONIMO-4230) When installing a plugin that is already existed, we still give people confusing missingDependency message

When installing a plugin that is already existed, we still give people confusing missingDependency message
----------------------------------------------------------------------------------------------------------

                 Key: GERONIMO-4230
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4230
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: Plugins
    Affects Versions: 2.1.2, 2.1.3, 2.2
            Reporter: Lin Sun
            Assignee: Lin Sun
            Priority: Minor
             Fix For: 2.2


For example, when I install the daytrader-streamer-client onto my server without knowing the module is already installed, the deployer gave me the following message:

lin-suns-macbook-pro:bin linsun$ java install-plugin ~/daytrader/daytrader-tomcat/target/daytrader-streamer-client-2.2-SNAPSHOT.car 
Listening for transport dt_socket at address: 8011
Checking for status every 1000ms:
Installation FAILED: Configuration org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car is already installed.
Missing dependency:
org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car

The Missing Dependency message is rather confusing and should be removed.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-4230) When installing a plugin that is already existed, we still give people confusing missingDependency message

Posted by "Ivan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan closed GERONIMO-4230.
--------------------------

    Assignee: Ivan  (was: Lin Sun)

This issue is fixed, so close it.

> When installing a plugin that is already existed, we still give people confusing missingDependency message
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4230
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4230
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Plugins
>    Affects Versions: 2.1.2, 2.1.3, 2.2
>            Reporter: Lin Sun
>            Assignee: Ivan
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4230.patch
>
>
> For example, when I install the daytrader-streamer-client onto my server without knowing the module is already installed, the deployer gave me the following message:
> lin-suns-macbook-pro:bin linsun$ java install-plugin ~/daytrader/daytrader-tomcat/target/daytrader-streamer-client-2.2-SNAPSHOT.car 
> Listening for transport dt_socket at address: 8011
> Checking for status every 1000ms:
> Installation FAILED: Configuration org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car is already installed.
> Missing dependency:
> org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car
> The Missing Dependency message is rather confusing and should be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-4230) When installing a plugin that is already existed, we still give people confusing missingDependency message

Posted by "Han Hong Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Han Hong Fang updated GERONIMO-4230:
------------------------------------

    Attachment: GERONIMO-4230.patch

> When installing a plugin that is already existed, we still give people confusing missingDependency message
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4230
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4230
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Plugins
>    Affects Versions: 2.1.2, 2.1.3, 2.2
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4230.patch
>
>
> For example, when I install the daytrader-streamer-client onto my server without knowing the module is already installed, the deployer gave me the following message:
> lin-suns-macbook-pro:bin linsun$ java install-plugin ~/daytrader/daytrader-tomcat/target/daytrader-streamer-client-2.2-SNAPSHOT.car 
> Listening for transport dt_socket at address: 8011
> Checking for status every 1000ms:
> Installation FAILED: Configuration org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car is already installed.
> Missing dependency:
> org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car
> The Missing Dependency message is rather confusing and should be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4230) When installing a plugin that is already existed, we still give people confusing missingDependency message

Posted by "Han Hong Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712905#action_12712905 ] 

Han Hong Fang commented on GERONIMO-4230:
-----------------------------------------

Patch for this problem is attached. And following test scenarioes are successfully performed:

- install existing plugin with deploy.bat
- install existing plugin group with deploy.bat

- install existing plugin with gshell
- install existing plugin group with gshell

Does anybody see some issue regarding  plugin farm functionality as discussed in GERONIMO-4318?

Thanks for verification!

Janet

> When installing a plugin that is already existed, we still give people confusing missingDependency message
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4230
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4230
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Plugins
>    Affects Versions: 2.1.2, 2.1.3, 2.2
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4230.patch
>
>
> For example, when I install the daytrader-streamer-client onto my server without knowing the module is already installed, the deployer gave me the following message:
> lin-suns-macbook-pro:bin linsun$ java install-plugin ~/daytrader/daytrader-tomcat/target/daytrader-streamer-client-2.2-SNAPSHOT.car 
> Listening for transport dt_socket at address: 8011
> Checking for status every 1000ms:
> Installation FAILED: Configuration org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car is already installed.
> Missing dependency:
> org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car
> The Missing Dependency message is rather confusing and should be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (GERONIMO-4230) When installing a plugin that is already existed, we still give people confusing missingDependency message

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun reopened GERONIMO-4230:
-------------------------------


As rev698248 is reverted and being reworked.

> When installing a plugin that is already existed, we still give people confusing missingDependency message
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4230
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4230
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Plugins
>    Affects Versions: 2.1.2, 2.1.3, 2.2
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>
> For example, when I install the daytrader-streamer-client onto my server without knowing the module is already installed, the deployer gave me the following message:
> lin-suns-macbook-pro:bin linsun$ java install-plugin ~/daytrader/daytrader-tomcat/target/daytrader-streamer-client-2.2-SNAPSHOT.car 
> Listening for transport dt_socket at address: 8011
> Checking for status every 1000ms:
> Installation FAILED: Configuration org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car is already installed.
> Missing dependency:
> org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car
> The Missing Dependency message is rather confusing and should be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-4230) When installing a plugin that is already existed, we still give people confusing missingDependency message

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun resolved GERONIMO-4230.
-------------------------------

    Resolution: Fixed

This is fixed by rev698248.   Tested with both gshell and command line deployer that the confusing message is removed.

lin-suns-macbook-pro:bin linsun$ ./deploy.sh install-plugin ~/.m2/repository/org/apache/geronimo/daytrader/daytrader-jms/2.2-SNAPSHOT/daytrader-jms-2.2-SNAPSHOT.car 
Using GERONIMO_BASE:   /Users/linsun/gtrunk/assemblies/geronimo-tomcat6-javaee5/target/assembly
Using GERONIMO_HOME:   /Users/linsun/gtrunk/assemblies/geronimo-tomcat6-javaee5/target/assembly
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME:        /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
Checking for status every 1000ms:
Installation FAILED: Configuration
org.apache.geronimo.daytrader/daytrader-jms/2.2-SNAPSHOT/car is already
installed.



> When installing a plugin that is already existed, we still give people confusing missingDependency message
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4230
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4230
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Plugins
>    Affects Versions: 2.1.2, 2.1.3, 2.2
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>
> For example, when I install the daytrader-streamer-client onto my server without knowing the module is already installed, the deployer gave me the following message:
> lin-suns-macbook-pro:bin linsun$ java install-plugin ~/daytrader/daytrader-tomcat/target/daytrader-streamer-client-2.2-SNAPSHOT.car 
> Listening for transport dt_socket at address: 8011
> Checking for status every 1000ms:
> Installation FAILED: Configuration org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car is already installed.
> Missing dependency:
> org.apache.geronimo.daytrader/daytrader-streamer-client/2.2-SNAPSHOT/car
> The Missing Dependency message is rather confusing and should be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.