Uploaded image for project: 'bgpcep'
  1. bgpcep
  2. BGPCEP-170

Get operation for netconf-state subtree failed following a restart of pcep-pcc-mock

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • Bugzilla Migration
    • Bugzilla Migration
    • PCEP
    • None
    • Operating System: All
      Platform: All

    • 2418

    Description

      I used https://jenkins.opendaylight.org/integration/job/integration-master-project-centralized-integration/2759/
      Revision: 6c2498ed5e23c7ff0f6f5d9e243f450c7e37c817

      Deployed as a 3 node cluster on 10.25.2.9 , 10.25.2.10 , 10.25.2.11

      1. system:property shard.persistent ${PERSISTENCE}
        PERSISTENT="false"
      1. module-shards.conf,
        REPLICA="single"

      On a separate machine at 10.25.2.12 I created PCEP session with the tool here:

      https://wiki.opendaylight.org/view/BGP_LS_PCEP:Testing_components#pcep-pcc-mock

      java -jar pcep-pcc-mock-0.3.2-SNAPSHOT-executable.jar --log-level DE --local-address 10.25.2.12 --remote-address 10.25.2.9 --pcc 1 --lsp 100

      1. Result
        All 100 LSPs were displayed in the operational datastore at 10.25.2.9.
        localhost/restconf/operational/network-topology:network-topology/topology/pcep-topology-1

      I then restarted the session.

      java -jar pcep-pcc-mock-0.3.2-SNAPSHOT-executable.jar --log-level DE --local-address 10.25.2.12 --remote-address 10.25.2.9 --pcc 1 --lsp 100

      I checked the restconf interface at:

      localhost/restconf/operational/network-topology:network-topology/topology/pcep-topology-1

      1. Result
        No lsps were shown but the karaf log shows they were established.

      {
      "topology": [
      {
      "topology-id": "pcep-topology-1",
      "topology-types": {
      "network-topology-pcep:topology-pcep": {}
      }
      }
      ]
      }

      This warning was seen in logs

      • org.opendaylight.controller.netconf-monitoring - 0.3.0.SNAPSHOT | Get operation for netconf-state subtree failed
        javax.management.RuntimeMBeanException: java.lang.NullPointerException
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(Unknown Source)[:1.7.0_60]
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(Unknown Source)[:1.7.0_60]
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(Unknown Source)[:1.7.0_60]
        at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(Unknown Source)[:1.7.0_60]

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            milos.fabian@pantheon.tech Milos Fabian
            ricjhill@gmail.com RichardHill
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: