Guillaume Nodet created FELIX-3957:
--------------------------------------
Summary: Error events can be thrown when refreshing fragment
bundles
Key: FELIX-3957
URL: https://issues.apache.org/jira/browse/FELIX-3957
Project: Felix
Issue Type: Bug
Affects Versions: framework-4.2.0
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
Priority: Minor
Fix For: framework-4.2.1
The event is harmless but we should avoid it ...
See the following exception
{code}
org.osgi.framework.BundleException: Fragment bundles can not be stopped:
com.google.inject.assistedinject [131]
at
org.apache.felix.framework.Felix.stopBundle(Felix.java:2663)[org.apache.felix.framework-4.0.3.redhat-60012.jar:]
at
org.apache.felix.framework.Felix$RefreshHelper.stop(Felix.java:5045)[org.apache.felix.framework-4.0.3.redhat-60012.jar:]
at
org.apache.felix.framework.Felix.refreshPackages(Felix.java:4285)[org.apache.felix.framework-4.0.3.redhat-60012.jar:]
at
org.apache.felix.framework.FrameworkWiringImpl.run(FrameworkWiringImpl.java:178)[org.apache.felix.framework-4.0.3.redhat-60012.jar:]
at java.lang.Thread.run(Thread.java:722)[:1.7.0_12-ea]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira