Cloud Containers - Fuse cannot install fabric features properly

Posted on

Hi,

I am trying to create a fabric in aws cloud. I followed the instructions given in the Fabric Guide, Chapter 7. Cloud Containers one by one, however, below features cannot be installed properly.

features:install fabric-jclouds fabric-commands
features:install jclouds-aws-ec2

I see below errors logged 5 minutes after I execute these commands. Restarting the container did not help. (I installed fabric-zookeeper-commands and fabric-camel features in addition to features suggested in the Fabric Guide doc as I thought this might solve the issue but nothing changed unfortunately)

2014-11-20 12:59:26,832 | ERROR | rint Extender: 3 | BlueprintContainerImpl | ? ? | 14 - org.apache.aries.blueprint.core - 1.0.1.redhat-611412 | Unable to start blueprint container for bundle io.fabric8.fabric-core-agent-jclouds due to unresolved dependencies [(objectClass=io.fabric8.api.FabricService), (objectClass=org.apache.curator.framework.CuratorFramework)]
java.util.concurrent.TimeoutException
at org.apache.aries.blueprint.container.BlueprintContainerImpl$1.run(BlueprintContainerImpl.java:332)[14:org.apache.aries.blueprint.core:1.0.1.redhat-611412]
at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)[14:org.apache.aries.blueprint.core:1.0.1.redhat-611412]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_71]
at java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_71]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)[:1.7.0_71]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)[:1.7.0_71]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_71]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_71]
at java.lang.Thread.run(Thread.java:745)[:1.7.0_71]
2014-11-20 12:59:26,964 | ERROR | rint Extender: 1 | BlueprintContainerImpl | ? ? | 14 - org.apache.aries.blueprint.core - 1.0.1.redhat-611412 | Unable to start blueprint container for bundle io.fabric8.fabric-zookeeper-commands due to unresolved dependencies [(objectClass=org.apache.curator.framework.CuratorFramework)]
java.util.concurrent.TimeoutException
at org.apache.aries.blueprint.container.BlueprintContainerImpl$1.run(BlueprintContainerImpl.java:332)[14:org.apache.aries.blueprint.core:1.0.1.redhat-611412]
at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)[14:org.apache.aries.blueprint.core:1.0.1.redhat-611412]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_71]
at java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_71]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)[:1.7.0_71]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)[:1.7.0_71]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_71]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_71]
at java.lang.Thread.run(Thread.java:745)[:1.7.0_71]

Can somebody suggest how to resolve these dependencies please?

Many thanks
Mehmet Ali

Responses