Github user hzbarcea commented on the pull request:

    
https://github.com/apache/incubator-brooklyn/pull/1048#issuecomment-158831369
  
    @CMoH I looked into this this weekend, builds ok, tests work, webui works 
with the old launcher.
    
    However the karaf tests gave the following trace:
    ```
    org.osgi.service.resolver.ResolutionException: Unable to resolve root: 
missing requirement [root] osgi.identity; osgi.identity=brooklyn-rest-server; 
type=karaf.feature; version="[0.9.0.SNAPSHOT,0.9.0.SNAPSHOT]"; 
filter:="(&(osgi.identity=brooklyn-rest-server)(type=karaf.feature)(version>=0.9.0.SNAPSHOT)(version<=0.9.0.SNAPSHOT))"
 [caused by: Unable to resolve brooklyn-rest-server/0.9.0.SNAPSHOT: missing 
requirement [brooklyn-rest-server/0.9.0.SNAPSHOT] osgi.identity; 
osgi.identity=org.apache.brooklyn.rest-server; type=osgi.bundle; 
version="[0.9.0.SNAPSHOT,0.9.0.SNAPSHOT]"; resolution:=mandatory [caused by: 
Unable to resolve org.apache.brooklyn.rest-server/0.9.0.SNAPSHOT: missing 
requirement [org.apache.brooklyn.rest-server/0.9.0.SNAPSHOT] 
osgi.wiring.package; 
filter:="(&(osgi.wiring.package=org.apache.brooklyn.camp.brooklyn)(version>=0.9.0)(!(version>=1.0.0)))"
 [caused by: Unable to resolve org.apache.brooklyn.camp/0.9.0.SNAPSHOT: missing 
requirement [org.apache.brooklyn.camp/0.9
 .0.SNAPSHOT] osgi.wiring.package; 
filter:="(osgi.wiring.package=org.python.google.common.collect)"]]]
            at 
org.apache.felix.resolver.ResolutionError.toException(ResolutionError.java:42)[org.apache.felix.framework-5.4.0.jar:]
            at 
org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:235)[org.apache.felix.framework-5.4.0.jar:]
            at 
org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:158)[org.apache.felix.framework-5.4.0.jar:]
            at 
org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:220)[7:org.apache.karaf.features.core:4.0.3]
            at 
org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:263)[7:org.apache.karaf.features.core:4.0.3]
            at 
org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1079)[7:org.apache.karaf.features.core:4.0.3]
            at 
org.apache.karaf.features.internal.service.FeaturesServiceImpl$1.call(FeaturesServiceImpl.java:975)[7:org.apache.karaf.features.core:4.0.3]
            at 
java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_80]
            at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_80]
            at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_80]
            at java.lang.Thread.run(Thread.java:745)[:1.7.0_80]
    ```
    Is this still WIP?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to