Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Launchpad Builder 7
-
None
Description
When starting the standalone launchpad it can fail with the error below. Whether or not you see this depends a little on the version of org.apache.felix.http.jetty that you have in your local .m2 directory.
This is caused by the fact that in org.apache.felix.http.jetty version 2.3 the API bundles have been split off.
The error is:
19.03.2014 16:17:59.128 ERROR [FelixStartLevel] ERROR: Error starting slinginstall:org.apache.felix.http.jetty-2.3.0-R1570612.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.http.jetty [5]: Unable to resolve 5.0: missing requirement [5.0] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet)(version>=3.0.0)(!(version>=4.0.0))))
org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.http.jetty [5]: Unable to resolve 5.0: missing requirement [5.0] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet)(version>=3.0.0)(!(version>=4.0.0)))
19.03.2014 16:17:59.128 ERROR [FelixStartLevel] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3962)
19.03.2014 16:17:59.128 ERROR [FelixStartLevel] at org.apache.felix.framework.Felix.startBundle(Felix.java:2025)
19.03.2014 16:17:59.128 ERROR [FelixStartLevel] at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1279)
19.03.2014 16:17:59.128 ERROR [FelixStartLevel] at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
19.03.2014 16:17:59.128 ERROR [FelixStartLevel] at java.lang.Thread.run(Thread.java:695)
Attachments
Attachments
Issue Links
- is cloned by
-
SLING-3491 Standalone Launchpad Testing does not start on trunk
- Closed