I have been testing fabric8-karaf-1.1.0.CR5 on both macosx and linux.
I would like to deploy a java container with a camel application under development.
I have creates mvn archetypes and deployed quickstart projects for both spring boot webmvc and java camel projects.
After deploying, I create and start containers. In both cases, the container never starts. I receive an error if I try to start it manually
"Container has not been created using fabric".
I have tried creating an example containerfrom the fabric command line:
container-create-child --profile quickstarts-spring.boot-camel root test1
container-create-child --profile quickstarts-java-camel.cdi root test2
In both cases, the command appears to run for a while, for several minutes, and then times out with a message
"Timeout waiting for container creation".
My expectation is that a child container will be created and can be started. What am I missing?