You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Zhang jian (JIRA)" <ji...@apache.org> on 2009/06/02 04:25:07 UTC

[jira] Created: (GERONIMO-4663) Improvement of "New Server Instance via plugins-GERONIMO-4382"

Improvement of "New Server Instance via plugins-GERONIMO-4382"
--------------------------------------------------------------

                 Key: GERONIMO-4663
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4663
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: commands, Plugins
    Affects Versions: 2.2
            Reporter: Zhang jian


When using gshell command deploy/new-instance to new a instance of the server,
an error happens in start-server window:
ERROR [PluginInstallerGBean] Unable to install plugin
java.lang.IllegalArgumentException: Could not find org.apache.geronimo.plugingro
ups/framework/2.2-SNAPSHOT/car in any repo: [org.apache.geronimo.system.plugin.GeronimoSourceRepository].
Because in directory <GERONIMO_HOME>/repository/org/apache/geronimo/plugingroups, no directory /framework (a plugin) exists, we must copy /framework from <GERONIMO_HOME>/repository/org/apache/geronimo/framework/plugingroups (It is a plugin "framework-2.2-SNAPSHOT.car") firstly.
I think it is inconvenient for users,so why not put the plugin in the right position?
Or maybe it is a bug that in the code there is a path must point to the second directory.

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


[jira] Resolved: (GERONIMO-4663) Improvement of "New Server Instance via plugins-GERONIMO-4382"

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

Rodger Zhang resolved GERONIMO-4663.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2

Ok, it has been fixed.

> Improvement of "New Server Instance via plugins-GERONIMO-4382"
> --------------------------------------------------------------
>
>                 Key: GERONIMO-4663
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4663
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: commands, Plugins
>    Affects Versions: 2.2
>            Reporter: Rodger Zhang
>             Fix For: 2.2
>
>
> When using gshell command deploy/new-instance to new a instance of the server,
> an error happens in start-server window:
> ERROR [PluginInstallerGBean] Unable to install plugin
> java.lang.IllegalArgumentException: Could not find org.apache.geronimo.plugingro
> ups/framework/2.2-SNAPSHOT/car in any repo: [org.apache.geronimo.system.plugin.GeronimoSourceRepository].
> Because in directory <GERONIMO_HOME>/repository/org/apache/geronimo/plugingroups, no directory /framework (a plugin) exists, we must copy /framework from <GERONIMO_HOME>/repository/org/apache/geronimo/framework/plugingroups (It is a plugin "framework-2.2-SNAPSHOT.car") firstly.
> I think it is inconvenient for users,so why not put the plugin in the right position?
> Or maybe it is a bug that in the code there is a path must point to the second directory.

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


[jira] Commented: (GERONIMO-4663) Improvement of "New Server Instance via plugins-GERONIMO-4382"

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715353#action_12715353 ] 

David Jencks commented on GERONIMO-4663:
----------------------------------------

The plugin is in the correct location, I didn't update the string in framework/configs/plugin/src/main/plan/plan.xml when I moved stuff around last  I fixed the string that specifies it in rev 780926, can you check that this fixes the issue?

Many thanks!
david jencks

> Improvement of "New Server Instance via plugins-GERONIMO-4382"
> --------------------------------------------------------------
>
>                 Key: GERONIMO-4663
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4663
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: commands, Plugins
>    Affects Versions: 2.2
>            Reporter: Zhang jian
>
> When using gshell command deploy/new-instance to new a instance of the server,
> an error happens in start-server window:
> ERROR [PluginInstallerGBean] Unable to install plugin
> java.lang.IllegalArgumentException: Could not find org.apache.geronimo.plugingro
> ups/framework/2.2-SNAPSHOT/car in any repo: [org.apache.geronimo.system.plugin.GeronimoSourceRepository].
> Because in directory <GERONIMO_HOME>/repository/org/apache/geronimo/plugingroups, no directory /framework (a plugin) exists, we must copy /framework from <GERONIMO_HOME>/repository/org/apache/geronimo/framework/plugingroups (It is a plugin "framework-2.2-SNAPSHOT.car") firstly.
> I think it is inconvenient for users,so why not put the plugin in the right position?
> Or maybe it is a bug that in the code there is a path must point to the second directory.

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