Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-server/pull/362
Trying to test this (including the cxf upgrade to 3.1.9), it is failing
when starting karaf with:
```
2017-01-06 15:29:40,191 ERROR 11 o.a.k.f.i.s.BootFeaturesInstaller
[pool-7-thread-1] Error installing boot features
org.osgi.service.resolver.ResolutionException: Unable to resolve
org.ops4j.pax.web.pax-web-jsp/4.2.4: missing requirement
[org.ops4j.pax.web.pax-web-jsp/4.2.4] osgi.wiring.package;
filter:="(&(osgi.wiring.package=javax.servlet.jsp.resources)(version>=2.2.0))"
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:404)[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:216)[11:org.apache.karaf.features.core:4.0.4]
at
org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:263)[11:org.apache.karaf.features.core:4.0.4]
at
org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)[11:org.apache.karaf.features.core:4.0.4]
at
org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1089)[11:org.apache.karaf.features.core:4.0.4]
at
org.apache.karaf.features.internal.service.FeaturesServiceImpl$1.call(FeaturesServiceImpl.java:985)[11:org.apache.karaf.features.core:4.0.4]
at
java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_111]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_111]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_111]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_111]
```
Talking to @m4rkmckenna, it is likely that the error shown is not the
underlying cause.
I'm going to try applying these changes incrementally (starting with the
cxf 3.1.9 upgrade), to see if I can get karaf to start properly!
---
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.
---