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

[jira] Created: (GERONIMO-4226) GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin

GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin
----------------------------------------------------------------------------------------------

                 Key: GERONIMO-4226
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4226
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: dependencies
    Affects Versions: 2.2
            Reporter: YunFeng Ma
            Priority: Minor


Assemble a server which only includes geronimo-boilerplate plugin, start gsh and get the following error:
{noformat}
C:\gshell2-1.0\bin>gsh
java.io.FileNotFoundException: C:\gshell2-1.0\repository\org\apache\ant\ant\1.7.0
        at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:484)
        at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:454)
        at org.codehaus.plexus.classworlds.launcher.Configurator.configure(Configurator.java:315)
        at org.codehaus.plexus.classworlds.launcher.Launcher.configure(Launcher.java:131)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:404)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
        at org.apache.geronimo.gshell.bootstrap.Launcher.main(Launcher.java:59)
{noformat}

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


[jira] Updated: (GERONIMO-4226) GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin

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

Donald Woods updated GERONIMO-4226:
-----------------------------------

    Affects Version/s: 2.1.2
        Fix Version/s: 2.2
                       2.1.3

Also affects the 2.1.2 release

> GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin
> ----------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4226
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4226
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies
>    Affects Versions: 2.1.2, 2.2
>            Reporter: YunFeng Ma
>            Priority: Minor
>             Fix For: 2.1.3, 2.2
>
>
> Assemble a server which only includes geronimo-boilerplate plugin, start gsh and get the following error:
> {noformat}
> C:\gshell2-1.0\bin>gsh
> java.io.FileNotFoundException: C:\gshell2-1.0\repository\org\apache\ant\ant\1.7.0
>         at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:484)
>         at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:454)
>         at org.codehaus.plexus.classworlds.launcher.Configurator.configure(Configurator.java:315)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.configure(Launcher.java:131)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:404)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
>         at org.apache.geronimo.gshell.bootstrap.Launcher.main(Launcher.java:59)
> {noformat}

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


[jira] Resolved: (GERONIMO-4226) GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin

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

Lin Sun resolved GERONIMO-4226.
-------------------------------

    Resolution: Fixed

I made framework plugin group (pre-selected for the user) as a required plugin in customer server assembly port in rev 704973.  Also updated 2.2 documentation to reflect that framework plugin group must be selected to get a working server - http://cwiki.apache.org/GMOxDOC22/buidlinginstalling-plugins-and-assembling-a-server-from-an-exsiting-server.html

> GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin
> ----------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4226
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4226
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies
>    Affects Versions: 2.1.2, 2.2
>            Reporter: YunFeng Ma
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>
> Assemble a server which only includes geronimo-boilerplate plugin, start gsh and get the following error:
> {noformat}
> C:\gshell2-1.0\bin>gsh
> java.io.FileNotFoundException: C:\gshell2-1.0\repository\org\apache\ant\ant\1.7.0
>         at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:484)
>         at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:454)
>         at org.codehaus.plexus.classworlds.launcher.Configurator.configure(Configurator.java:315)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.configure(Launcher.java:131)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:404)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
>         at org.apache.geronimo.gshell.bootstrap.Launcher.main(Launcher.java:59)
> {noformat}

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


[jira] Commented: (GERONIMO-4226) GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637992#action_12637992 ] 

Donald Woods commented on GERONIMO-4226:
----------------------------------------

Sounds good.

> GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin
> ----------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4226
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4226
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies
>    Affects Versions: 2.1.2, 2.2
>            Reporter: YunFeng Ma
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>
> Assemble a server which only includes geronimo-boilerplate plugin, start gsh and get the following error:
> {noformat}
> C:\gshell2-1.0\bin>gsh
> java.io.FileNotFoundException: C:\gshell2-1.0\repository\org\apache\ant\ant\1.7.0
>         at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:484)
>         at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:454)
>         at org.codehaus.plexus.classworlds.launcher.Configurator.configure(Configurator.java:315)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.configure(Launcher.java:131)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:404)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
>         at org.apache.geronimo.gshell.bootstrap.Launcher.main(Launcher.java:59)
> {noformat}

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


[jira] Commented: (GERONIMO-4226) GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637972#action_12637972 ] 

Lin Sun commented on GERONIMO-4226:
-----------------------------------

Also ran into the same error when issuing ./start-server command to start server using gshell. 

I am proposing to make framework the minimal plugin, instead of boilerplate.

> GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin
> ----------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4226
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4226
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies
>    Affects Versions: 2.1.2, 2.2
>            Reporter: YunFeng Ma
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>
> Assemble a server which only includes geronimo-boilerplate plugin, start gsh and get the following error:
> {noformat}
> C:\gshell2-1.0\bin>gsh
> java.io.FileNotFoundException: C:\gshell2-1.0\repository\org\apache\ant\ant\1.7.0
>         at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:484)
>         at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:454)
>         at org.codehaus.plexus.classworlds.launcher.Configurator.configure(Configurator.java:315)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.configure(Launcher.java:131)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:404)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
>         at org.apache.geronimo.gshell.bootstrap.Launcher.main(Launcher.java:59)
> {noformat}

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


[jira] Updated: (GERONIMO-4226) GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin

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

Donald Woods updated GERONIMO-4226:
-----------------------------------

    Fix Version/s:     (was: 2.1.3)
         Assignee: Lin Sun

Lin, can you make sure this get fixed as part or your profileplugins work in 2.2?


> GShell can not be started in a server assembly which only includes geronimo-boilerplate plugin
> ----------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4226
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4226
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies
>    Affects Versions: 2.1.2, 2.2
>            Reporter: YunFeng Ma
>            Assignee: Lin Sun
>            Priority: Minor
>             Fix For: 2.2
>
>
> Assemble a server which only includes geronimo-boilerplate plugin, start gsh and get the following error:
> {noformat}
> C:\gshell2-1.0\bin>gsh
> java.io.FileNotFoundException: C:\gshell2-1.0\repository\org\apache\ant\ant\1.7.0
>         at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:484)
>         at org.codehaus.plexus.classworlds.launcher.Configurator.loadGlob(Configurator.java:454)
>         at org.codehaus.plexus.classworlds.launcher.Configurator.configure(Configurator.java:315)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.configure(Launcher.java:131)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:404)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
>         at org.apache.geronimo.gshell.bootstrap.Launcher.main(Launcher.java:59)
> {noformat}

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