You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2012/12/27 16:12:12 UTC

[jira] [Work started] (KARAF-2067) instance-script terminates with NoClassDefFoundError

     [ https://issues.apache.org/jira/browse/KARAF-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on KARAF-2067 started by Jean-Baptiste Onofré.

> 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
>            Assignee: Jean-Baptiste Onofré
>         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