Expand my Community achievements bar.

SOLVED

AEM 6.3 Quick Start (Not Starting)

Avatar

Level 1

Hey Folks,

Having issues getting the AEM Quick start jar running. Below is what I've pulled from the error log. Any suggestions would be helpful, thanks!

04.04.2018 17:43:18.816 *ERROR* [FelixStartLevel] ERROR: Bundle '19' Error starting slinginstall:org.apache.sling.installer.factory.configuration-1.1.2.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.installer.factory.configuration [19](R 19.0): missing requirement [org.apache.sling.installer.factory.configuration [19](R 19.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.sling.installer.api.tasks)(version>=1.3.0)(!(version>=2.0.0))) [caused by: Unable to resolve org.apache.sling.installer.core [14](R 14.0): missing requirement [org.apache.sling.installer.core [14](R 14.0)] osgi.wiring.package; (osgi.wiring.package=javax.annotation)] Unresolved requirements: [[org.apache.sling.installer.factory.configuration [19](R 19.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.sling.installer.api.tasks)(version>=1.3.0)(!(version>=2.0.0)))])

org.osgi.framework.BundleException: Unable to resolve org.apache.sling.installer.factory.configuration [19](R 19.0): missing requirement [org.apache.sling.installer.factory.configuration [19](R 19.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.sling.installer.api.tasks)(version>=1.3.0)(!(version>=2.0.0))) [caused by: Unable to resolve org.apache.sling.installer.core [14](R 14.0): missing requirement [org.apache.sling.installer.core [14](R 14.0)] osgi.wiring.package; (osgi.wiring.package=javax.annotation)] Unresolved requirements: [[org.apache.sling.installer.factory.configuration [19](R 19.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.sling.installer.api.tasks)(version>=1.3.0)(!(version>=2.0.0)))]

at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4112)

at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)

at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)

at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)

at java.base/java.lang.Thread.run(Thread.java:844)

System:

1458049_pastedImage_0.png

Java SE Development Kit 10

1 Accepted Solution

Avatar

Correct answer by
Employee

Switch to JDK8 and start the instance. That should fix it,

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

Switch to JDK8 and start the instance. That should fix it,

Avatar

Level 1

Kunwar, thank you sir. That was it!