Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Bugzilla Migration
-
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
- system:property shard.persistent ${PERSISTENCE}
PERSISTENT="false"
- 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
- 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
- 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]