Guillaume Nodet created SMX4-1624:
-------------------------------------
Summary: NPE in servicemix spec MailcapCommandMap
Key: SMX4-1624
URL: https://issues.apache.org/jira/browse/SMX4-1624
Project: ServiceMix 4
Issue Type: Bug
Reporter: Guillaume Nodet
{code}
ERROR: Bundle org.apache.servicemix.specs.activation-api-1.1 [82]
EventDispatcher: Error during dispatch. (java.lang.NullPointerException)
java.lang.NullPointerException
at
org.apache.felix.framework.BundleRevisionImpl.getResourcesLocal(BundleRevisionImpl.java:571)
at
org.apache.felix.framework.BundleWiringImpl.findResourcesByDelegation(BundleWiringImpl.java:1173)
at
org.apache.felix.framework.BundleWiringImpl.getResourcesByDelegation(BundleWiringImpl.java:1083)
at
org.apache.felix.framework.BundleWiringImpl$BundleClassLoaderJava5.getResources(BundleWiringImpl.java:1870)
at javax.activation.MailcapCommandMap.<init>(MailcapCommandMap.java:71)
at
org.apache.servicemix.specs.activation.OsgiMailcapCommandMap.<init>(OsgiMailcapCommandMap.java:33)
at
org.apache.servicemix.specs.activation.Activator.rebuildCommandMap(Activator.java:72)
at
org.apache.servicemix.specs.activation.Activator.register(Activator.java:58)
at
org.apache.servicemix.specs.locator.Activator.bundleChanged(Activator.java:88)
at
org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:870)
at
org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:791)
at
org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:515)
at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:4650)
at
org.apache.felix.framework.StatefulResolver.fireResolvedEvents(StatefulResolver.java:1073)
at
org.apache.felix.framework.StatefulResolver.resolve(StatefulResolver.java:437)
at
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4218)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2063)
at
org.apache.felix.framework.Felix$RefreshHelper.restart(Felix.java:5169)
at org.apache.felix.framework.Felix.refreshPackages(Felix.java:4373)
at
org.apache.felix.framework.FrameworkWiringImpl.run(FrameworkWiringImpl.java:178)
at java.lang.Thread.run(Thread.java:722)
{code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)