Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
4029
Description
Updated stack trace, as of stable/lithuim NN at Jul/21/15 at 11am
the command that causes the exception is:
line 54 in
https://gist.github.com/anonymous/767559c4dae884b6654a#file-gistify988877-txt-L54
====
java.lang.NullPointerException
at org.opendaylight.ovsdb.openstack.netvirt.impl.NeutronL3Adapter.handleNeutronPortEvent(NeutronL3Adapter.java:251)[271:org.opendaylight.ovsdb.openstack.net-virt:1.2.0.SNAPSHOT]
at org.opendaylight.ovsdb.openstack.netvirt.PortHandler.doNeutronPortUpdated(PortHandler.java:98)[271:org.opendaylight.ovsdb.openstack.net-virt:1.2.0.SNAPSHOT]
at org.opendaylight.ovsdb.openstack.netvirt.PortHandler.processEvent(PortHandler.java:170)[271:org.opendaylight.ovsdb.openstack.net-virt:1.2.0.SNAPSHOT]
at org.opendaylight.ovsdb.openstack.netvirt.impl.EventDispatcherImpl.dispatchEvent(EventDispatcherImpl.java:97)[271:org.opendaylight.ovsdb.openstack.net-virt:1.2.0.SNAPSHOT]
at org.opendaylight.ovsdb.openstack.netvirt.impl.EventDispatcherImpl.access$100(EventDispatcherImpl.java:30)[271:org.opendaylight.ovsdb.openstack.net-virt:1.2.0.SNAPSHOT]
at org.opendaylight.ovsdb.openstack.netvirt.impl.EventDispatcherImpl$1.run(EventDispatcherImpl.java:59)[271:org.opendaylight.ovsdb.openstack.net-virt:1.2.0.SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_80]
at java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_80]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_80]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_80]
at java.lang.Thread.run(Thread.java:745)[:1.7.0_80]