Expand my Community achievements bar.

Recurring NPE from ReplicationEventListener AEM 6.1 sp2 java 8u102

Avatar

Level 4

I am observing a recurring null pointer exception and I wonder if anyone has seen this occurring or whether it may be fixed by something post SP2 for AEM 6.1?

08.12.2016 15:32:38.006 *ERROR* [pool-7-thread-49] org.apache.sling.extensions.threaddump.internal.Activator Uncaught exception in Thread Thread[pool-7-thread-49,5,main]
java.lang.NullPointerException: null
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener.process(ReplicationEventListener.java:153)
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener$1.run(ReplicationEventListener.java:134)
        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)

08.12.2016 15:32:38.159 *ERROR* [pool-7-thread-38] org.apache.sling.extensions.threaddump.internal.Activator Uncaught exception in Thread Thread[pool-7-thread-38,5,main]
java.lang.NullPointerException: null
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener.process(ReplicationEventListener.java:153)
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener$1.run(ReplicationEventListener.java:134)
        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)

08.12.2016 15:32:38.484 *ERROR* [pool-7-thread-52] org.apache.sling.extensions.threaddump.internal.Activator Uncaught exception in Thread Thread[pool-7-thread-52,5,main]
java.lang.NullPointerException: null
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener.process(ReplicationEventListener.java:153)
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener$1.run(ReplicationEventListener.java:134)
        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)

08.12.2016 15:32:38.893 *ERROR* [pool-7-thread-53] org.apache.sling.extensions.threaddump.internal.Activator Uncaught exception in Thread Thread[pool-7-thread-53,5,main]
java.lang.NullPointerException: null
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener.process(ReplicationEventListener.java:153)
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener$1.run(ReplicationEventListener.java:134)
        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)

08.12.2016 15:32:39.265 *ERROR* [pool-7-thread-51] org.apache.sling.extensions.threaddump.internal.Activator Uncaught exception in Thread Thread[pool-7-thread-51,5,main]
java.lang.NullPointerException: null
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener.process(ReplicationEventListener.java:153)
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener$1.run(ReplicationEventListener.java:134)
        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)

08.12.2016 15:32:40.069 *ERROR* [pool-7-thread-56] org.apache.sling.extensions.threaddump.internal.Activator Uncaught exception in Thread Thread[pool-7-thread-56,5,main]
java.lang.NullPointerException: null
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener.process(ReplicationEventListener.java:153)
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener$1.run(ReplicationEventListener.java:134)
        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)

08.12.2016 15:32:40.558 *ERROR* [pool-7-thread-55] org.apache.sling.extensions.threaddump.internal.Activator Uncaught exception in Thread Thread[pool-7-thread-55,5,main]
java.lang.NullPointerException: null
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener.process(ReplicationEventListener.java:153)
        at com.day.cq.wcm.webservicesupport.impl.ReplicationEventListener$1.run(ReplicationEventListener.java:134)
        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)
08.12.2016 15:32:40.573 *INFO* [Adobe Granite ChainReplicationService Processor] com.day.cq.replication.Agent.external-tada-.queue Replication request queued for externaltada- at /content/guesswho/configuration/internal/global/facebook-live.

1 Reply