You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Krzysztof Sobkowiak (JIRA)" <ji...@apache.org> on 2015/07/01 23:44:05 UTC

[jira] [Created] (SM-2595) Error message while installing activiti feature

Krzysztof Sobkowiak created SM-2595:
---------------------------------------

             Summary: Error message while installing activiti feature
                 Key: SM-2595
                 URL: https://issues.apache.org/jira/browse/SM-2595
             Project: ServiceMix
          Issue Type: Bug
          Components: activiti
    Affects Versions: 6.0.0
            Reporter: Krzysztof Sobkowiak
             Fix For: 6.0.x


While installing the {{activiti}} or {{examples-activiti-camel}} following message appears on the console (not in the log file)

{code}
karaf@root>feature:install -v examples-activiti-camel
Installing feature examples-activiti-camel 6.0.0-SNAPSHOT
Installing feature camel-core 2.15.2
...
...
Found installed bundle: activiti-camel [258]
Installing bundle mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/3.2.11.RELEASE_1
Refreshing bundles org.apache.servicemix.bundles.spring-context-support (125), org.apache.servicemix.bundles.spring-tx (132), org.apache.servicemix.bundles.spring-context (124)

 ____                  _          __  __ _     
/ ___|  ___ _ ____   _(_) ___ ___|  \/  (_)_  __
\___ \ / _ \ '__\ \ / / |/ __/ _ \ |\/| | \ \/ /
 ___) |  __/ |   \ V /| | (_|  __/ |  | | |>  <
|____/ \___|_|    \_/ |_|\___\___|_|  |_|_/_/\_\

  Apache ServiceMix (6.0.0-SNAPSHOT)

Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown ServiceMix.

karaf@root>Exception in thread "Karaf Console Local for user karaf" java.lang.NoClassDefFoundError: org/apache/karaf/shell/util/ShellUtil
    at org.apache.karaf.shell.console.impl.jline.ConsoleImpl.run(ConsoleImpl.java:220)
    at org.apache.karaf.shell.console.impl.jline.LocalConsoleManager$2$1$1.run(LocalConsoleManager.java:109)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.karaf.jaas.modules.JaasHelper.doAs(JaasHelper.java:57)
    at org.apache.karaf.shell.console.impl.jline.LocalConsoleManager$2$1.run(LocalConsoleManager.java:102)
Caused by: java.lang.ClassNotFoundException: Unable to load class 'org.apache.karaf.shell.util.ShellUtil' because the bundle wiring for org.apache.karaf.shell.console is no longer valid.
    at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1494)
    at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:75)
    at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1955)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
    ... 5 more
{code}

Full output in attachment. 

Although this error message appears everything works ok.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)