Thomas Diesler created AS7-5469:
-----------------------------------
Summary: Initial capabilities may not resolve
Key: AS7-5469
URL:
https://issues.jboss.org/browse/AS7-5469
Project: Application Server 7
Issue Type: Bug
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Priority: Critical
Fix For: 7.2.0.Alpha1
{code}
13:28:54,327 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011006: OSGi
Framework - 2.0.0.CR21
13:28:54,337 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2)
Starting Coyote HTTP/1.1 on http-/127.0.0.1:8080
13:28:54,915 INFO [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening
on 127.0.0.1:9999
13:28:55,137 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1)
JBAS015012: Started FileSystemDeploymentService for directory
/home/tdiesler/git/jboss-as/build/target/jboss-as-7.2.0.Alpha1-SNAPSHOT/standalone/deployments
13:28:55,142 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening
on 127.0.0.1:4447
13:28:55,188 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed
to start service jbosgi.integration.BootstrapBundles.INSTALL:
org.jboss.msc.service.StartException in service
jbosgi.integration.BootstrapBundles.INSTALL: JBAS011955: Failed to process initial
capabilities
at
org.jboss.as.osgi.service.BootstrapBundlesIntegration.start(BootstrapBundlesIntegration.java:157)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
[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_33]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[rt.jar:1.6.0_33]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_33]
Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS011961: Cannot
resolve capability: org.apache.aries:org.apache.aries.util:0.4
at
org.jboss.as.osgi.service.BootstrapBundlesIntegration.getInitialDeployment(BootstrapBundlesIntegration.java:242)
at
org.jboss.as.osgi.service.BootstrapBundlesIntegration.start(BootstrapBundlesIntegration.java:153)
{code}
This may indicate a missing dependency on the repository when we bootstrap the OSGi
subsystem
--
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