Error during uploading package in AEM 6.5 | Community
Skip to main content
Level 2
May 11, 2020

Error during uploading package in AEM 6.5

  • May 11, 2020
  • 2 replies
  • 9909 views

*ERROR* [FelixDispatchQueue] IA_Wrapper_Services.core FrameworkEvent ERROR (org.osgi.framework.BundleException: Unable to resolve IA_Wrapper_Services.core [582](R 582.0): missing requirement [IA_Wrapper_Services.core [582](R 582.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.sling.event.jobs)(version>=1.5.0)(version<=2.0.0)) Unresolved requirements: [[IA_Wrapper_Services.core [582](R 582.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.sling.event.jobs)(version>=1.5.0)(version<=2.0.0))])
org.osgi.framework.BundleException: Unable to resolve IA_Wrapper_Services.core [582](R 582.0): missing requirement [IA_Wrapper_Services.core [582](R 582.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.sling.event.jobs)(version>=1.5.0)(version<=2.0.0)) Unresolved requirements: [[IA_Wrapper_Services.core [582](R 582.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.sling.event.jobs)(version>=1.5.0)(version<=2.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.lang.Thread.run(Unknown Source)

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

2 replies

Level 2
May 11, 2020

I need urgent help on it. Anyone has any idea about it

akhoury
Adobe Employee
Adobe Employee
May 11, 2020

Your maven pom.xml file for bundle IA_Wrapper_Services.core has the dependency for org.sling.apache.event set with the wrong version (mismatch to 6.5 version).  Please match your dependency version config for org.apache.sling.event in the pom.xml to match the bundle in /system/console/bundles.

Level 2
May 12, 2020
I am completely new in JAVA and AEM. Can you please tell me. how can do it