[CONTROLLER-586] NPE during startup if initial config XML does not contain /snapshot/required-capabilities node Created: 27/Jun/14 Updated: 25/Jul/23 Resolved: 30/Jun/14 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | netconf |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Tomas Olvecky | Assignee: | Tomas Olvecky |
| 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: | 1253 |
| Description |
|
Exception in thread "config-pusher" java.lang.NullPointerException at java.util.HashSet.<init>(HashSet.java:116) at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.computeNotFoundCapabilities(ConfigPusher.java:160) at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.getOperationService(ConfigPusher.java:140) at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.getOperationServiceWithRetries(ConfigPusher.java:104) at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.pushConfigWithConflictingVersionRetries(ConfigPusher.java:87) at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.pushConfigs(ConfigPusher.java:69) at org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator$InnerCustomizer$1.run(ConfigPersisterActivator.java:156) at java.lang.Thread.run(Thread.java:744) |
| Comments |
| Comment by Tomas Olvecky [ 27/Jun/14 ] |