Launching OSGi subsystem causes exception
-----------------------------------------
Key: AS7-3266
URL:
https://issues.jboss.org/browse/AS7-3266
Project: Application Server 7
Issue Type: Bug
Components: OSGi
Reporter: David Bosschaert
Assignee: Thomas Diesler
[built using upstream/master on Jan 11, 2012]
Launching the OSGi subsystem causes the following exception to appear:
08:24:45,474 ERROR [org.jboss.osgi.framework.internal.FrameworkEventsPlugin] (MSC service
thread 1-10) Framework ERROR: org.osgi.framework.BundleException: Cannot resolve bundle
resModule: [jboss-as-osgi-configadmin:7.1.0.Final-SNAPSHOT]
at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:157)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
at
org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
at
org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:211)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
at
org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
at
org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824)
[jboss-msc-1.0.1.GA.jar:1.0.1.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759)
[jboss-msc-1.0.1.GA.jar:1.0.1.GA]
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]
Caused by: org.jboss.osgi.resolver.XResolverException: Unable to resolve
Module[jboss-as-osgi-configadmin:7.1.0.Final-SNAPSHOT]: missing requirement
[Module[jboss-as-osgi-configadmin:7.1.0.Final-SNAPSHOT]] package;
(package=org.jboss.as.configadmin.service)
at org.jboss.osgi.resolver.felix.FelixResolver.resolveInternal(FelixResolver.java:117)
[jbosgi-resolver-felix-1.0.10.jar:1.0.10]
at org.jboss.osgi.resolver.spi.AbstractResolver.resolve(AbstractResolver.java:148)
[jbosgi-resolver-spi-1.0.10.jar:1.0.10]
at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:155)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
... 10 more
08:24:45,476 ERROR [org.jboss.osgi.framework.internal.FrameworkEventsPlugin] (MSC service
thread 1-10) Framework ERROR: org.osgi.framework.BundleException: Cannot resolve bundle:
jboss-as-osgi-configadmin:7.1.0.Final-SNAPSHOT
at
org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:212)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
at
org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
at
org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
[jbosgi-framework-core-1.1.0.jar:1.1.0]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824)
[jboss-msc-1.0.1.GA.jar:1.0.1.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759)
[jboss-msc-1.0.1.GA.jar:1.0.1.GA]
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]
08:24:45,477 INFO [org.jboss.osgi.framework.internal.FrameworkActive] (MSC service thread
1-10) OSGi Framework started
08:24:45,488 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.1.0.Final-SNAPSHOT
"Flux Capacitor" started in 1716ms - Started 131 of 202 services (69 services
are passive or on-demand)
--
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