AEM 6.3 Quick Start (Not Starting) | Community
Skip to main content
troyg68136978
New Participant
April 4, 2018
Solved

AEM 6.3 Quick Start (Not Starting)

  • April 4, 2018
  • 3 replies
  • 1909 views

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:

Java SE Development Kit 10

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kunwarsaluja

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

3 replies

troyg68136978
New Participant
April 5, 2018

Kunwar, thank you sir. That was it!

smacdonald2008
New Participant
April 5, 2018

See the AEM supported platform docs -- Technical Requirements

KunwarsalujaAccepted solution
Employee
April 4, 2018

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