[ 
https://issues.apache.org/jira/browse/ARIES-870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477955#comment-13477955
 ] 

Glyn Normington commented on ARIES-870:
---------------------------------------

I've noticed an issue when running the Aries subsystems implementation in the 
Virgo user region (!) which may be relevant. Here's a portion of a stack trace:

Caused by: org.osgi.service.subsystem.SubsystemException: 
org.osgi.service.resolver.ResolutionException: Unable to resolve 
file:/Users/glynnormington/aries-subsystems/virgo-kernel-3.6.0.CI-2012-10-15_20-52-58/hello.esa/hello.jar:
 missing requirement 
org.apache.aries.subsystem.core.archive.ImportPackageRequirement: 
namespace=osgi.wiring.package, attributes={}, 
directives={filter=(&(osgi.wiring.package=org.osgi.framework)(version>=0.0.0))},
 
resource=file:/Users/glynnormington/aries-subsystems/virgo-kernel-3.6.0.CI-2012-10-15_20-52-58/hello.esa/hello.jar
 [caused by: Unable to resolve org.eclipse.osgi_3.8.1.v20120830-144521: missing 
requirement osgi.ee; 
filter:="(|(&(osgi.ee=JavaSE)(version=1.5))(&(osgi.ee=OSGi/Minimum)(version=1.2)))"]
        at 
org.apache.aries.subsystem.core.internal.SubsystemResource.computeDependencies(SubsystemResource.java:417)
        at 
org.apache.aries.subsystem.core.internal.SubsystemResource.computeDependencies(SubsystemResource.java:394)
        at 
org.apache.aries.subsystem.core.internal.SubsystemResource.<init>(SubsystemResource.java:102)
        at 
org.apache.aries.subsystem.core.internal.SubsystemResource.<init>(SubsystemResource.java:92)
        at 
org.apache.aries.subsystem.core.internal.InstallAction.createSubsystemResource(InstallAction.java:128)
        at 
org.apache.aries.subsystem.core.internal.InstallAction.run(InstallAction.java:62)
        at 
org.apache.aries.subsystem.core.internal.InstallAction.run(InstallAction.java:31)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
org.apache.aries.subsystem.core.internal.AriesSubsystem.install(AriesSubsystem.java:252)
        at 
org.apache.aries.subsystem.core.internal.AriesSubsystem.install(AriesSubsystem.java:246)
        at demo.driver.HelloDriver.start(HelloDriver.java:19)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
        ... 61 common frames omitted
Caused by: org.osgi.service.resolver.ResolutionException: Unable to resolve 
file:/Users/glynnormington/aries-subsystems/virgo-kernel-3.6.0.CI-2012-10-15_20-52-58/hello.esa/hello.jar:
 missing requirement 
org.apache.aries.subsystem.core.archive.ImportPackageRequirement: 
namespace=osgi.wiring.package, attributes={}, 
directives={filter=(&(osgi.wiring.package=org.osgi.framework)(version>=0.0.0))},
 
resource=file:/Users/glynnormington/aries-subsystems/virgo-kernel-3.6.0.CI-2012-10-15_20-52-58/hello.esa/hello.jar
 [caused by: Unable to resolve org.eclipse.osgi_3.8.1.v20120830-144521: missing 
requirement osgi.ee; 
filter:="(|(&(osgi.ee=JavaSE)(version=1.5))(&(osgi.ee=OSGi/Minimum)(version=1.2)))"]
        at 
org.apache.felix.resolver.Candidates.populateResource(Candidates.java:285)
        at org.apache.felix.resolver.Candidates.populate(Candidates.java:153)
        at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:96)
        at 
org.apache.aries.subsystem.core.internal.SubsystemResource.computeDependencies(SubsystemResource.java:411)
        ... 74 common frames omitted

The strange thing is that hello.jar doesn't need the osgi.ee capability (nor 
does it use BREE). Also, the system bundle is, of course, already resolved and 
there's only one system bundle in my system, so it's strange that the Felix 
resolver can't resolve it.

I'm not complaining about this stack trace - running inside the Virgo user 
region is likely to be the problem (as the user region doesn't allow any 
generic capabilities of the system bundle to be visible) - but it *may* help to 
inform the current issue.
                
> How to handle osgi.ee requirements.
> -----------------------------------
>
>                 Key: ARIES-870
>                 URL: https://issues.apache.org/jira/browse/ARIES-870
>             Project: Aries
>          Issue Type: Bug
>          Components: Subsystem
>            Reporter: John Ross
>
> When working with the Resolver in order to compute dependencies and resolve 
> subsystems, the ResolveContext will need to handle requests for osgi.ee 
> capabilities. Currently, these capabilities need to be provided by resources 
> packaged with the subsystems.

--
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

Reply via email to