-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: 4.4.1-fuse-02-02
-
Fix Version/s: 4.4.1-fuse-02-05
-
Component/s: Core
-
Labels:None
-
Environment:
OS X 10.7.3
I have begun to notice issues when starting apache-servicemix-4.4.1-fuse-02-02. It seems something is constantly getting hung. While testing for another issue I noticed the following while starting...
15:08:32,705 | ERROR | rint Extender: 2 | BlueprintContainerImpl | 10 - org.apache.aries.blueprint - 0.3.1 | Unable to start blueprint container for bundle servicemix-drools
|
java.lang.IllegalStateException: The current thread doesn't own the global lock.
|
at org.apache.felix.framework.Felix.releaseGlobalLock(Felix.java:5092)[org.apache.felix.framework-3.0.9-fuse-04-02.jar:]
|
at org.apache.felix.framework.Felix.access$600(Felix.java:91)[org.apache.felix.framework-3.0.9-fuse-04-02.jar:]
|
at org.apache.felix.framework.Felix$StatefulResolver.resolve(Felix.java:4254)[org.apache.felix.framework-3.0.9-fuse-04-02.jar:]
|
at org.apache.felix.framework.ModuleImpl.searchDynamicImports(ModuleImpl.java:1481)[org.apache.felix.framework-3.0.9-fuse-04-02.jar:]
|
at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:792)[org.apache.felix.framework-3.0.9-fuse-04-02.jar:]
|
at org.apache.felix.framework.ModuleImpl.access$400(ModuleImpl.java:74)[org.apache.felix.framework-3.0.9-fuse-04-02.jar:]
|
at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1840)[org.apache.felix.framework-3.0.9-fuse-04-02.jar:]
|
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)[:1.6.0_29]
|
at org.apache.felix.framework.ModuleImpl.getClassByDelegation(ModuleImpl.java:703)[org.apache.felix.framework-3.0.9-fuse-04-02.jar:]
|
at org.apache.felix.framework.Felix.loadBundleClass(Felix.java:1634)[org.apache.felix.framework-3.0.9-fuse-04-02.jar:]
|
at org.apache.felix.framework.BundleImpl.loadClass(BundleImpl.java:909)[org.apache.felix.framework-3.0.9-fuse-04-02.jar:]
|
at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl$NamespaceHandlerSetImpl.findCompatibleNamespaceHandler(NamespaceHandlerRegistryImpl.java:392)[10:org.apache.aries.blueprint:0.3.1]
|
at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl$NamespaceHandlerSetImpl.<init>(NamespaceHandlerRegistryImpl.java:308)[10:org.apache.aries.blueprint:0.3.1]
|
at org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl.getNamespaceHandlers(NamespaceHandlerRegistryImpl.java:202)[10:org.apache.aries.blueprint:0.3.1]
|
at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:253)[10:org.apache.aries.blueprint:0.3.1]
|
at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:227)[10:org.apache.aries.blueprint:0.3.1]
|
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)[:1.6.0_29]
|
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)[:1.6.0_29]
|
at java.util.concurrent.FutureTask.run(FutureTask.java:138)[:1.6.0_29]
|
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)[:1.6.0_29]
|
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)[:1.6.0_29]
|
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_29]
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_29]
|
at java.lang.Thread.run(Thread.java:680)[:1.6.0_29]
|
The console is still operational so I tried installing the following feature:
features:install activemq-web-console
|
This begins to process however it never returns, I control-C the console and I get the following output:
karaf@root> features:install activemq-web-console
|
^C
|
Error executing command: Unable to acquire the global lock to install the bundle.
|
karaf@root>
|