Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This is caused by the migration to commons-lang3 (SLING-7953)
04.09.2019 15:22:33.954 *ERROR* [FelixStartLevel] ERROR: Bundle '181' Error starting inputstream:org.apache.sling.tooling.support.install-1.0.4.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.tooling.support.install [181](R 181.0): missing requirement [org.apache.sling.tooling.support.install [181](R 181.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.lang)(version>=2.4.0)(!(version>=3.0.0))) Unresolved requirements: [[org.apache.sling.tooling.support.install [181](R 181.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.lang)(version>=2.4.0)(!(version>=3.0.0)))]) org.osgi.framework.BundleException: Unable to resolve org.apache.sling.tooling.support.install [181](R 181.0): missing requirement [org.apache.sling.tooling.support.install [181](R 181.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.lang)(version>=2.4.0)(!(version>=3.0.0))) Unresolved requirements: [[org.apache.sling.tooling.support.install [181](R 181.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.lang)(version>=2.4.0)(!(version>=3.0.0)))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4368) at org.apache.felix.framework.Felix.startBundle(Felix.java:2281) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1539) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308) at java.base/java.lang.Thread.run(Thread.java:834)
Attachments
Issue Links
- is caused by
-
SLING-7953 Switch from legacy commons lang 2 to commons lang 3
- Closed