[CONTROLLER-2065] Cannot invoke buy-car RPC Created: 13/Dec/22  Updated: 22/Jan/24

Status: In Progress
Project: controller
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Medium
Reporter: Ivan Hrasko Assignee: Ivan Hrasko
Resolution: Unresolved Votes: 0
Labels: pick-next, pt
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Relates
relates to CONTROLLER-2068 Processing routed RPC - buy-car RPC Open

 Description   

After installing features:

feature:install odl-clustering-test-app odl-restconf-nb

and verifying that buy-car RPC model is installed with:

GET: rests/operations

with the snippet of result:

 ..."car-purchase:buy-car": [            null        ], ...

its not possible to invoke buy-car RPC:

POST rests/operations/car-purchase:buy-car

with payload:

{    "input": {        "car-id": "0",        "person-id": "0"    }}

The returned response is:

{
    "errors": {
        "error": [
            {
                "error-tag": "operation-failed",
                "error-info": "<severity>error</severity>",
                "error-message": "No implementation of RPC (urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car-purchase?revision=2014-08-18)buy-car available",
                "error-type": "rpc"
            }
        ]
    }
}


 Comments   
Comment by Šimon Ukuš [ 20/Jan/23 ]

The error message is vague and doesn't provide a good description of what is wrong. More information is in the linked issue

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