-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
-
%
With 023 build I noticed that creating command often fails provisioning container. It simple to reproduce it by starting containers like
fabric:container-create-child --profile example-mq root example-mq
I managed to reproduce it with various profiles mq, example-camel, camel, etc
if I do container-info, this is the provision error reported
Provision Error: org.fusesource.fabric.agent.utils.MultiException: Error updating agent at org.fusesource.fabric.agent.DeploymentAgent.updateDeployment(DeploymentAgent.java:769) at org.fusesource.fabric.agent.DeploymentAgent.doUpdate(DeploymentAgent.java:432) at org.fusesource.fabric.agent.DeploymentAgent$1.run(DeploymentAgent.java:242) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:680) org.osgi.framework.BundleException: Activator start error in bundle org.ops4j.pax.logging.pax-logging-service [3]. at org.apache.felix.framework.Felix.doActivateBundle(Felix.java:2367) at org.apache.felix.framework.Felix$7.call(Felix.java:2255) at org.apache.felix.framework.Felix$6.call(Felix.java:2199) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:680) Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.ops4j.pax.logging.service.internal.JdkHandler at org.ops4j.pax.logging.service.internal.Activator.start(Activator.java:131) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:645) at org.apache.felix.framework.Felix.doActivateBundle(Felix.java:2317) ... 7 more
I also saw this JdkHandler error in itests couple of times