Hi Experts,
We have AEM 6.3 with SP2+CFP1+CFP2 installed, Few days back some data was migrated using CRX2OAK tool but the system was working perfectly fine. Seems like the server got rebooted without AEM shutdown and when we are starting the AEM server back again, server is not starting properly. I am able to access system/console but crx/de or any other console is not accessible.
Below exception are the exceptions from error.log -
ERROR [FelixStartLevel] c.a.c.d.i.DeserializationFirewallImpl (DeserializationFirewallImpl.java:346) - Unable to load Attach API. Unable to dynamically load deserialization protection agent. This usually happens when running a JRE (instead of a JDK) or a JVM that doesn't provide the Attach API. Please review the AEM Java Deserialization Firewall documentation for how to load the deserialization agent via JVM command line arguments.
ERROR [Apache Sling Repository Startup Thread] o.a.j.o.s.SegmentNotFoundExceptionListener (SegmentNotFoundExceptionListener.java:48) - Segment not found: 559ffe71-f9f2-4771-a6d7-334b866f17ed. SegmentId age=233ms
- org.apache.jackrabbit.oak.segment.SegmentNotFoundException: Segment 559ffe71-f9f2-4771-a6d7-334b866f17ed not found
at org.apache.sling.jcr.base.AbstractSlingRepositoryManager$4.run(AbstractSlingRepositoryManager.java:455)
ERROR [Apache Sling Repository Startup Thread] c.a.g.r.impl.SlingRepositoryManager (AbstractSlingRepositoryManager.java:499) - start: Uncaught Throwable trying to access Repository, calling stopRepository()
- org.apache.jackrabbit.oak.segment.SegmentNotFoundException: Segment 559ffe71-f9f2-4771-a6d7-334b866f17ed not found
at org.apache.jackrabbit.oak.segment.file.FileStore$8.call(FileStore.java:602)
at org.apache.jackrabbit.oak.segment.file.FileStore$8.call(FileStore.java:542)
ERROR [qtp3107287-158] o.a.s.engine.impl.SlingHttpContext (SlingHttpContext.java:136) - handleSecurity: AuthenticationSupport service missing. Cannot authenticate request.
Any pointer will be great help, thanks!