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.