[NETCONF-350] NPE when NetconfDeviceSalProvider.close Created: 16/Feb/17 Updated: 15/Mar/19 Resolved: 13/Apr/17 |
|
| Status: | Resolved |
| Project: | netconf |
| Component/s: | netconf |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Claudio David Gasparini | Assignee: | Matúš Kubica |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 7812 |
| Description |
|
NPE observed during bgpcep-csit-3node-periodic-bgpclustering-only-carbon test org.opendaylight.netconf.sal.connect.netconf.sal.NetconfDeviceSalProvider@366a9057 |
| Comments |
| Comment by Claudio David Gasparini [ 16/Feb/17 ] |
| Comment by Claudio David Gasparini [ 17/Feb/17 ] |
|
2017-02-17 08:34:32,278 | ERROR | sing-executor-11 | NetconfDevice | 341 - org.opendaylight.netconf.sal-netconf-connector - 1.5.0.SNAPSHOT | RemoteDevice {test-device}: Initialization in sal failed, disconnecting from device java.lang.NullPointerException: Closed at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:226)[84:com.google.guava:18.0.0] at org.opendaylight.netconf.sal.connect.netconf.sal.NetconfDeviceSalProvider$MountInstance.onTopologyDeviceConnected(NetconfDeviceSalProvider.java:137)[341:org.opendaylight.netconf.sal-netconf-connector:1.5.0.SNAPSHOT] at org.opendaylight.netconf.topology.singleton.impl.MasterSalFacade.registerMasterMountPoint(MasterSalFacade.java:141)[344:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT] at org.opendaylight.netconf.topology.singleton.impl.MasterSalFacade.onDeviceConnected(MasterSalFacade.java:87)[344:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT] at org.opendaylight.netconf.topology.singleton.impl.MasterSalFacade.onDeviceConnected(MasterSalFacade.java:43)[344:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT] at org.opendaylight.netconf.sal.connect.netconf.NetconfDevice.handleSalInitializationSuccess(NetconfDevice.java:217)[341:org.opendaylight.netconf.sal-netconf-connector:1.5.0.SNAPSHOT] at org.opendaylight.netconf.sal.connect.netconf.NetconfDevice$SchemaSetup.setUpSchema(NetconfDevice.java:465)[341:org.opendaylight.netconf.sal-netconf-connector:1.5.0.SNAPSHOT] at org.opendaylight.netconf.sal.connect.netconf.NetconfDevice$SchemaSetup.run(NetconfDevice.java:430)[341:org.opendaylight.netconf.sal-netconf-connector:1.5.0.SNAPSHOT] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0_121] at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121] at java.lang.Thread.run(Thread.java:745)[:1.8.0_121] |
| Comment by Matúš Kubica [ 14/Mar/17 ] |
|
This bug should be fixed by patch: |
| Comment by Matúš Kubica [ 04/Apr/17 ] |
|
Cherry-picked on boron-4 |
| Comment by Claudio David Gasparini [ 05/Apr/17 ] |
|
Shouldn't be closed until fixes are merged. Regards |
| Comment by Matúš Kubica [ 13/Apr/17 ] |
|
Bug fix was merged |