Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Windows
Platform: PC
-
1664
Description
Where the netconf controller is called 'controller-config_xrvr' a GET request to the URL resulted in a 500 error. We believe that this is because the response times out but this is not clear from the response. However filtering the response to request a smaller subtree resulted in a successful operation.
http://localhost:8080/restconf/operational/opendaylight-inventory:nodes/node/<controller-config_xrvr>/yang-ext:mount/
Expected Result
HTTP STATUS 200 and a JSON or XML reporesentation of the tre.
Actual Result
HTTP STATUS 500 and null pointer error.
SUCCESSFUL request for subtree
Test Env
org.opendaylight.controller.version = 0.1
org.opendaylight.controller.build.scm.version = d04b6dc0d4f1eb7e53b95048d41bd11ff35a3fa9
org.opendaylight.controller.build.user = jenkins-controller
org.opendaylight.controller.build.workspace = **********
org.opendaylight.controller.build.timestamp = 1406427010958
org.opendaylight.controller.build.machine = **********
~