[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-576) IllegalStateException on ServiceEvent to uninstalled bundle

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Aug 15 12:03:15 EDT 2012


     [ https://issues.jboss.org/browse/JBOSGI-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated JBOSGI-576:
----------------------------------

    Summary: IllegalStateException on ServiceEvent to uninstalled bundle  (was: Error during activator stop: org.apache.felix.configadmin:1.2.8)

    
> IllegalStateException on ServiceEvent to uninstalled bundle
> -----------------------------------------------------------
>
>                 Key: JBOSGI-576
>                 URL: https://issues.jboss.org/browse/JBOSGI-576
>             Project: JBoss OSGi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: JBossOSGi 1.2.0
>
>
> On server shutdown you may see
> {code}
> 11:58:19,477 INFO  [org.jboss.osgi.framework] JBOSGI011003: Bundle stopped: jboss-as-osgi-configadmin:7.2.0.Alpha1-SNAPSHOT
> 11:58:19,477 INFO  [org.jboss.osgi.framework] JBOSGI011003: Bundle stopped: org.apache.felix.configadmin:1.2.8
> 11:58:19,478 INFO  [org.jboss.osgi.framework] JBOSGI011005: Bundle uninstalled: jboss-as-osgi-configadmin:7.2.0.Alpha1-SNAPSHOT
> 11:58:19,478 ERROR [org.jboss.osgi.framework] JBOSGI011026: Framework Error: org.osgi.framework.BundleException: JBOSGI011257: Error during activator stop: org.apache.felix.configadmin:1.2.8
> 	at org.jboss.osgi.framework.internal.HostBundleState.stopInternal(HostBundleState.java:467) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:434) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:142) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> 	at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_29]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_29]
> 	at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
> Caused by: java.lang.IllegalStateException: JBOSGI011210: Bundle already uninstalled: jboss-osgi-logging:1.0.0
> 	at org.jboss.osgi.framework.internal.AbstractBundleState.assertNotUninstalled(AbstractBundleState.java:615) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.osgi.framework.internal.AbstractBundleState.loadClass(AbstractBundleState.java:446) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.osgi.framework.internal.HostBundleState.loadClass(HostBundleState.java:175) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.osgi.framework.internal.ServiceState.isAssignableTo(ServiceState.java:350) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.osgi.framework.internal.FrameworkEventsPlugin.fireServiceEvent(FrameworkEventsPlugin.java:521) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.osgi.framework.internal.ServiceManagerPlugin.unregisterService(ServiceManagerPlugin.java:414) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.osgi.framework.internal.ServiceState.unregisterInternal(ServiceState.java:237) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.osgi.framework.internal.ServiceState.unregister(ServiceState.java:233) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.jboss.osgi.framework.internal.ServiceRegistrationWrapper.unregister(ServiceRegistrationWrapper.java:78) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	at org.apache.felix.cm.impl.ConfigurationManager.stop(ConfigurationManager.java:263)
> 	at org.jboss.osgi.framework.internal.HostBundleState.stopInternal(HostBundleState.java:436) [jbosgi-framework-core-1.4.0.CR3-SNAPSHOT.jar:1.4.0.CR3-SNAPSHOT]
> 	... 7 more
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list