You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2014/04/04 15:07:16 UTC

[jira] [Created] (SLING-3491) Standalone Launchpad Testing does not start on trunk

Robert Munteanu created SLING-3491:
--------------------------------------

             Summary: Standalone Launchpad Testing does not start on trunk
                 Key: SLING-3491
                 URL: https://issues.apache.org/jira/browse/SLING-3491
             Project: Sling
          Issue Type: Bug
          Components: Launchpad
    Affects Versions: Launchpad Builder 7
            Reporter: Robert Munteanu
            Assignee: Carsten Ziegeler
             Fix For: Launchpad Builder 7


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)



--
This message was sent by Atlassian JIRA
(v6.2#6252)