Thomas Diesler created AS7-4891:
-----------------------------------
Summary: Error during activator stop: org.apache.felix.configadmin:1.2.8
Key: AS7-4891
URL:
https://issues.jboss.org/browse/AS7-4891
Project: Application Server 7
Issue Type: Bug
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 7.2.0.Alpha1
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