Getting Fabric error messages when starting a non-fabric child
Issue
- Created child container as below
JBossA-MQ:karaf@root> admin:create Test
Creating new instance on SSH port 8102 and RMI ports 1100/44445 at: /home/location/Fuse/
- Started the child container and seeing the below error message.
/home/location/Fuse/jboss-a-mq-6.1.0.redhat-379/instances/Test/bin>karaf
karaf.bat: Ignoring predefined value for KARAF_HOME
Please wait, JBoss A-MQ is initializing...
79% [========================================================> ]ERROR: Bundle io.fabric8.fabric-zookeeper
[51] Error starting mvn:io.fabric8/fabric-zookeeper/1.0.0.redhat-379 (org.osgi.framework.BundleException: Unresolved co
nstraint in bundle io.fabric8.fabric-zookeeper [51]: Unable to resolve 51.0: missing requirement [51.0] osgi.wiring.pack
age; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0)(!(version>=16.0.0))))
org.osgi.framework.BundleException: Unresolved constraint in bundle io.fabric8.fabric-zookeeper [51]: Unable to resolve
51.0: missing requirement [51.0] osgi.wiring.package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0)(!(
version>=16.0.0)))
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4225)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2063)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1317)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
at java.lang.Thread.run(Thread.java:722)
91% [=================================================================> ]ERROR: Bundle io.fabric8.fabric-boot-comm
ands [61] Error starting mvn:io.fabric8/fabric-boot-commands/1.0.0.redhat-379 (org.osgi.framework.BundleException: Unres
olved constraint in bundle io.fabric8.fabric-boot-commands [61]: Unable to resolve 61.0: missing requirement [61.0] osgi
.wiring.package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0)(!(version>=16.0.0))))
org.osgi.framework.BundleException: Unresolved constraint in bundle io.fabric8.fabric-boot-commands [61]: Unable to reso
lve 61.0: missing requirement [61.0] osgi.wiring.package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0
)(!(version>=16.0.0)))
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4225)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2063)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1317)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
at java.lang.Thread.run(Thread.java:722)
93% [==================================================================> ]ERROR: Bundle io.fabric8.fabric-core [63]
Error starting mvn:io.fabric8/fabric-core/1.0.0.redhat-379 (org.osgi.framework.BundleException: Unresolved constraint i
n bundle io.fabric8.fabric-core [63]: Unable to resolve 63.0: missing requirement [63.0] osgi.wiring.package; (&(osgi.wi
ring.package=com.google.common.base)(version>=15.0.0)(!(version>=16.0.0))))
org.osgi.framework.BundleException: Unresolved constraint in bundle io.fabric8.fabric-core [63]: Unable to resolve 63.0:
missing requirement [63.0] osgi.wiring.package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0)(!(versi
on>=16.0.0)))
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4225)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2063)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1317)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
at java.lang.Thread.run(Thread.java:722)
ERROR: Bundle io.fabric8.fabric-commands [64] Error starting mvn:io.fabric8/fabric-commands/1.0.0.redhat-379 (org.osgi.f
ramework.BundleException: Unresolved constraint in bundle io.fabric8.fabric-commands [64]: Unable to resolve 64.0: missi
ng requirement [64.0] osgi.wiring.package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0)(!(version>=16
.0.0))))
org.osgi.framework.BundleException: Unresolved constraint in bundle io.fabric8.fabric-commands [64]: Unable to resolve 6
4.0: missing requirement [64.0] osgi.wiring.package; (&(osgi.wiring.package=com.google.common.base)(version>=15.0.0)(!(v
ersion>=16.0.0)))
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4225)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2063)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1317)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
at java.lang.Thread.run(Thread.java:722)
94% [===================================================================> ]
_ ____ __ __ ____
| | _ \ /\ | \/ |/ __ \
| | |_) | ___ ___ ___ / \ ______| \ / | | | |
_ | | _ < / _ \/ __/ __| / /\ \______| |\/| | | | |
| |__| | |_) | (_) \__ \__ \ / ____ \ | | | | |__| |
\____/|____/ \___/|___/___/ /_/ \_\ |_| |_|\___\_\
JBoss A-MQ (6.1.0.redhat-379)
http://www.redhat.com/products/jbossenterprisemiddleware/amq/
Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Open a browser to http://localhost:8181 to access the management console
Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown JBoss A-MQ.
Environment
- Red Hat JBoss Fuse
- 6.1.0
- Red Hat JBoss A-MQ
- 6.1.0
- Fuse Fabric8
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
