Error while starting bundle: blueprint:file:...

Solution Verified - Updated -

Environment

  • Red Hat JBoss A-MQ 6.0
  • Red Hat JBoss Fuse 6.0

Issue

User gets an error similar to:

2014-04-04 09:49:17,027 | WARN  | edhat-024/deploy | fileinstall                      | ?                                   ? | 6 - org.apache.felix.fileinstall - 3.3.11.redhat-60024 | Error while starting bundle: blueprint:file:/D:/jboss-a-mq-6.0.0.redhat-024/deploy/TradeEnrichmentAdapterRouting.xml
org.osgi.framework.BundleException: Unresolved constraint in bundle TradeEnrichmentAdapterRouting.xml [134]: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (osgi.wiring.package=org.apache.camel.impl)
    at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4155)[org.apache.felix.framework-4.0.3.redhat-60024.jar:]
    at org.apache.felix.framework.Felix.startBundle(Felix.java:2055)[org.apache.felix.framework-4.0.3.redhat-60024.jar:]
    at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)[org.apache.felix.framework-4.0.3.redhat-60024.jar:]
    at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1247)[6:org.apache.felix.fileinstall:3.3.11.redhat-60024]
    at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1219)[6:org.apache.felix.fileinstall:3.3.11.redhat-60024]
    at org.apache.felix.fileinstall.internal.DirectoryWatcher.startAllBundles(DirectoryWatcher.java:1208)[6:org.apache.felix.fileinstall:3.3.11.redhat-60024]
    at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:503)[6:org.apache.felix.fileinstall:3.3.11.redhat-60024]
    at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:291)[6:org.apache.felix.fileinstall:3.3.11.redhat-60024]

Resolution

In Karaf, enter the following commands:

features:install camel-blueprint
features:install camel-jms

Root Cause

User has not yet installed camel-blueprint or camel-jms.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments