Christoph Gritschenberger created KARAF-2067:
------------------------------------------------
Summary: instance-script terminates with NoClassDefFoundError
Key: KARAF-2067
URL: https://issues.apache.org/jira/browse/KARAF-2067
Project: Karaf
Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Christoph Gritschenberger
Attachments: fix-instance-script-classpath.patch
{code}
$ bin/instance list
Exception in thread "main" java.lang.NoClassDefFoundError:
org/fusesource/jansi/AnsiConsole
at org.apache.karaf.instance.main.Execute.main(Execute.java:72)
Caused by: java.lang.ClassNotFoundException: org.fusesource.jansi.AnsiConsole
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
... 1 more
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira