Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
5857
Description
On shutting down OpenDaylight, I saw the following exception:
Exception in thread "odl-stat-collector-1-thread-0" java.lang.NullPointerException
at org.opendaylight.openflowplugin.applications.statistics.manager.impl.StatPermCollectorImpl.isThisInstanceNodeOwner(StatPermCollectorImpl.java:368)
at org.opendaylight.openflowplugin.applications.statistics.manager.impl.StatPermCollectorImpl.collectStatCrossNetwork(StatPermCollectorImpl.java:293)
at org.opendaylight.openflowplugin.applications.statistics.manager.impl.StatPermCollectorImpl.run(StatPermCollectorImpl.java:248)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)