Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. Exception in thread "config-pusher" java.lang.IllegalStateException: Max wait for capabilities reached.Not enough capabilities for singleuserconflictanalysis-impl-default-config.xml(spm-singleuserconflictanalysis-impl-ui,spm-singleuserconflictanalysis-impl). Expected but not found: [urn:opendaylight:params:xml:ns:yang:singleuserconflictanalysis:impl?module=singleuserconflictanalysis-impl&revision=2014-12-10]
  2. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.getOperationServiceWithRetries(ConfigPusherImpl.java:151)
  3. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.pushConfigWithConflictingVersionRetries(ConfigPusherImpl.java:124)
  4. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.internalPushConfigs(ConfigPusherImpl.java:101)
  5. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.process(ConfigPusherImpl.java:76)
  6. at org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator$InnerCustomizer$1.run(ConfigPersisterActivator.java:181)
  7. at java.lang.Thread.run(Thread.java:745)
  8. Caused by: org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl$NotEnoughCapabilitiesException: Not enough capabilities for singleuserconflictanalysis-impl-default-config.xml(spm-singleuserconflictanalysis-impl-ui,spm-singleuserconflictanalysis-impl). Expected but not found: [urn:opendaylight:params:xml:ns:yang:singleuserconflictanalysis:impl?module=singleuserconflictanalysis-impl&revision=2014-12-10]
  9. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.getOperationService(ConfigPusherImpl.java:189)
  10. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.getOperationServiceWithRetries(ConfigPusherImpl.java:144)
  11. ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement