Unable to deploy fabric component in fuse.
Issue
- Using
FuseVersion: 611423, i.e. R2 patch - User migrated the existing code base to
Fuse 6.1.0 (ver 611423), the bundle doesn't start, stays inGracePeriodfor sometime and changes to failed state. - Following are the details.
- Update the
zookeeperclient & fabric camel component as per the 6.1 guide, below is the code snippet. - User installed the
fabric-camelfeature and verified theFabric8 :: Camel Component (1.0.0.redhat-423)is in active state. - Error user see in the logs:
- Update the
19:26:42,560 | INFO | l Console Thread | BlueprintContainerImpl | 13 - org.apache.aries.blueprint.core - 1.0.1.redhat-611423 | Bundle xxx is waiting for dependencies [(objectClass=org.apache.curator.framework.CuratorFramework)]
- Code snippet
<!-- Zoo keeper client -->
<reference id="curator" interface="org.apache.curator.framework.CuratorFramework" />
<!-- Fabric camel component -->
<bean id="fabric-camel" class="io.fabric8.camel.FabricComponent">
<property name="curator" ref="curator" />
</bean>
Environment
- Red Hat JBoss Fuse
- 6.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.