Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-1366

controller-config in URI was not found in parent data node

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • Lithium
    • netconf
    • None
    • Operating System: All
      Platform: All

    • 3667

      When attempting to GET yang-ext:mount using apidoc explorer for netconf devices, error message "URI was not found in parent data node" is received.

      Steps to reproduce:
      1. Download latest stable/lithium
      2. Start controller
      3. Feature:install odl-restconf-all odl-netconf-connector-all
      4. Mount devices using 99-netconf-connector.xml or via rpc
      5. Try to browse datastore

      http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/node/controller-config/yang-ext:mount/network-topology:network-topology/

      {
      "errors": {
      "error": [

      { "error-type": "protocol", "error-tag": "unknown-element", "error-message": "\"controller-config\" in URI was not found in parent data node" }

      ]
      }
      }

      Response Code
      400
      Response Headers
      {
      "Transfer-Encoding": "chunked",
      "Server": "Jetty(8.1.15.v20140411)",
      "Content-Type": "application/json"
      }

      From Log

      2015-06-10 22:31:27,743 | ERROR | sing-executor-14 | Futures$CombinedFuture | 94 - com.google.guava - 18.0.0 | input future failed.
      org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException: No providers registered for sourceSourceIdentifier [name=ietf-netconf@2011-03-08]
      at org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaRepository.getSchemaSource(AbstractSchemaRepository.java:92)[122:org.opendaylight.yangtools.yang-model-util:0.7.0.SNAPSHOT]
      at org.opendaylight.yangtools.yang.parser.repo.SharedSchemaContextFactory$1.apply(SharedSchemaContextFactory.java:66)[124:org.opendaylight.yangtools.yang-parser-impl:0.7.0.SNAPSHOT]
      at org.opendaylight.yangtools.yang.parser.repo.SharedSchemaContextFactory$1.apply(SharedSchemaContextFactory.java:63)[124:org.opendaylight.yangtools.yang-parser-impl:0.7.0.SNAPSHOT]
      at com.google.common.collect.Iterators$8.transform(Iterators.java:799)[94:com.google.guava:18.0.0]
      at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)[94:com.google.guava:18.0.0]
      at java.util.AbstractCollection.toArray(AbstractCollection.java:141)[:1.7.0_71]
      at com.google.common.collect.ImmutableList.copyOf(ImmutableList.java:258)[94:com.google.guava:18.0.0]
      at com.google.common.collect.ImmutableList.copyOf(ImmutableList.java:226)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.allAsList(Futures.java:1027)[94:com.google.guava:18.0.0]
      at org.opendaylight.yangtools.yang.parser.repo.SharedSchemaContextFactory.createSchemaContext(SharedSchemaContextFactory.java:137)[124:org.opendaylight.yangtools.yang-parser-impl:0.7.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:423)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup$1.onFailure(NetconfDevice.java:443)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.ForwardingListenableFuture.addListener(ForwardingListenableFuture.java:47)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1322)[94:com.google.guava:18.0.0]
      at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1258)[94:com.google.guava:18.0.0]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.setUpSchema(NetconfDevice.java:460)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]
      at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$RecursiveSchemaSetup.access$1400(NetconfDevice.java:390)[247:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT]

      <messages continues karaf.log file attached>

            Unassigned Unassigned
            carolsand@gmail.com Carol Sanders
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: