Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Cumulative Fix Pack (CFP15) on AEM 6.2 -- Issue

Avatar

Level 9

Hi,

I am trying to install the CFP 15 on my AEM 6.2 instance (Adobe Experience Manager Help | Release Notes: AEM 6.2 Cumulative Fix Pack ). This CFP 15 requires SP1 and a Hotfix. I was able to install these successfully without any issues. But when I try to install CFP 15 using package manager, it is installing but its corrupting my AEM instance (Not able to open crx/de or Felix consoles).

I've performed the compaction and re-started the server but its not starting because none of the bundles are starting (see below error):

15.07.2018 15:45:08.617 *ERROR* [FelixStartLevel] ERROR: Bundle '2' Error starting slinginstall:org.apache.sling.javax.activation-0.1.0.jar (org.osgi.framework.BundleException: Unable to resolve org.apache.sling.javax.activation [2](R 2.0): missing requirement [org.apache.sling.javax.activation [2](R 2.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) Unresolved requirements: [[org.apache.sling.javax.activation [2](R 2.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))])

org.osgi.framework.BundleException: Unable to resolve org.apache.sling.javax.activation [2](R 2.0): missing requirement [org.apache.sling.javax.activation [2](R 2.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0))) Unresolved requirements: [[org.apache.sling.javax.activation [2](R 2.0)] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.5.0)(!(version>=2.0.0)))]

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

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

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

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

at java.lang.Thread.run(Thread.java:748)

Can you please help?

Thanks.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 9

I was able to resolve this issue by:

1. Deleting nodes under: /var/eventing/jobs/unassigned/com.adobe.integrations.target.deleteauthoractivity (All child nodes) (We don't have any target integration in AEM)

2. Deploying CFP 10 before installing CFP15

Let me know if anyone faces this issue. I can provide more info.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Level 9

I see below exceptions (few) during DFP 15 installation:

java.lang.ClassNotFoundException: org.apache.poi.hslf.usermodel.SlideShow not found by com.adobe.granite.poi [68]

15.07.2018 16:05:30.861 *WARN* [CM Event Dispatcher (Fire ConfigurationEvent: pid=org.apache.sling.commons.scheduler.impl.QuartzScheduler)] com.day.cq.dam.cq-dam-handler [com.day.cq.dam.handler.standard.msoffice.MSPowerPointHandler(1868)] Failure loooking up method bindJcrResolverFactory(org.apache.sling.jcr.resource.JcrResourceResolverFactory) in class class com.day.cq.dam.handler.standard.msoffice.MSPowerPointHandler. Assuming no such method. (java.lang.NoClassDefFoundError: org/apache/poi/hslf/usermodel/SlideShow)

java.lang.NoClassDefFoundError: org/apache/poi/hslf/usermodel/SlideShow

15.07.2018 16:06:01.337 *ERROR* [FelixDispatchQueue] com.day.cq.dam.cq-dam-core FrameworkEvent ERROR (org.osgi.framework.ServiceException: Service factory returned null. (Component: com.day.cq.dam.handler.standard.msoffice.MSPowerPointHandler (1868)))

org.osgi.framework.ServiceException: Service factory returned null. (Component: com.day.cq.dam.handler.standard.msoffice.MSPowerPointHandler (1868))

15.07.2018 16:07:24.498 *ERROR* [FelixStartLevel] org.apache.sling.discovery.oak.pinger.OakViewChecker resetLeaderElectionid: could not login: org.apache.sling.api.resource.LoginException: Cannot derive user name for bundle org.apache.sling.discovery.oak [129] and sub service null

org.apache.sling.api.resource.LoginException: Cannot derive user name for bundle org.apache.sling.discovery.oak [129] and sub service null

Avatar

Korrekte Antwort von
Level 9

I was able to resolve this issue by:

1. Deleting nodes under: /var/eventing/jobs/unassigned/com.adobe.integrations.target.deleteauthoractivity (All child nodes) (We don't have any target integration in AEM)

2. Deploying CFP 10 before installing CFP15

Let me know if anyone faces this issue. I can provide more info.