[CONTROLLER-442] Netconf client cannot to internal netconf server Created: 02/May/14  Updated: 25/Jul/23  Resolved: 02/May/14

Status: Resolved
Project: controller
Component/s: netconf
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Tomas Olvecky Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


Issue Links:
Blocks
blocks CONTROLLER-290 Milestone: config and netconf bugfixing Resolved
Duplicate
duplicates CONTROLLER-441 Netconf connection fails with ClassCa... Resolved
External issue ID: 939

 Description   

After letting the controller stabilize I issue

curl http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/controller-config/

Response:

{
"node": [

{ "id": "controller-config" }

]
}
indicates that connection was not established. No errors in log.

Issuing
curl -v http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount/

results in

  • About to connect() to localhost port 8080 (#0)
  • Trying 127.0.0.1... connected
    > GET /restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount/ HTTP/1.1
    > User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
    > Host: localhost:8080
    > Accept: /
    >
    < HTTP/1.1 400 Bad Request
    < Server: Apache-Coyote/1.1
    < Cache-Control: private
    < Expires: Thu, 01 Jan 1970 01:00:00 CET
    < Content-Type: text/plain
    < Transfer-Encoding: chunked
    < Date: Fri, 02 May 2014 08:47:09 GMT
    < Connection: close
    <
  • Closing connection #0
    Mount point does not contain any schema with modules.

Generated at Wed Feb 07 19:53:01 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.