Several Resolved / Installed Bundles will not change to Active State
I have 2 instances of AEM 6.2 running on Linux VM's. One of the instance starts and processing documents fine. The other instance is having problems with bundles changing from Resolved / Installed to Active.
Here is a snippet from the error.log and this is consistently repreated:
03.08.2017 07:37:01.273 *WARN* [sling-oak-observation-567] org.apache.jackrabbit.oak.jcr.observation.ChangeProcessor Error while dispatching observation events for /etc/workflow//*[10101b, cq:Workflow, cq:Payload, no local]@com.adobe.granite.workflow.core.eventsupport.JcrToWorkflowEventService
java.lang.NullPointerException: null
at com.adobe.granite.workflow.core.eventsupport.JcrToWorkflowEventService.onEvent(JcrToWorkflowEventService.java:209)
at org.apache.jackrabbit.commons.observation.ListenerTracker$1.onEvent(ListenerTracker.java:164)
at org.apache.jackrabbit.oak.jcr.observation.ChangeProcessor.contentChanged(ChangeProcessor.java:317)
at org.apache.jackrabbit.oak.spi.commit.BackgroundObserver$1$1.call(BackgroundObserver.java:131)
at org.apache.jackrabbit.oak.spi.commit.BackgroundObserver$1$1.call(BackgroundObserver.java:125)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)