Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Beryllium
-
None
-
None
-
Operating System: All
Platform: All
-
5903
Description
Whenever i shutdown the controller using "shutdown -f" i see following exception on the karaf console
opendaylight-user@root>shutdown -f
opendaylight-user@root>
[ERROR] [05/17/2016 15:09:31.874] [opendaylight-cluster-data-akka.actor.default-dispatcher-45] [akka.dispatch.Dispatcher] null
java.lang.NullPointerException
at org.opendaylight.controller.cluster.datastore.utils.ActorContext$4.onComplete(ActorContext.java:410)
at org.opendaylight.controller.cluster.datastore.utils.ActorContext$4.onComplete(ActorContext.java:407)
Following gist contains the full exception.
https://gist.github.com/vishnoianil/3e9fcf16d416c141152c7f8227316777
Karaf.log is attached with the bug.