netopeer2 icon indicating copy to clipboard operation
netopeer2 copied to clipboard

netconf rpc reply error

Open masif-cs opened this issue 4 years ago • 5 comments

Hi,

I see that sometime my netconf edit-config rpc fails with below error: Type: application Tag: operation-failed Severity: error

Even though the XML input to RPC remains same. Could you please help me understanding when this error will come?

masif-cs avatar Dec 09 '21 14:12 masif-cs

What netopeer2 version are you using? What is the error message? There must be some.

michalvasko avatar Dec 13 '21 13:12 michalvasko

I am using netopeer2 version 2.0.25. I was not able to collect logs on server side when this issue happened. This issue is happening intermittently.

masif-cs avatar Dec 13 '21 13:12 masif-cs

I cannot help you without the error message, the error information you posted is as a generic error as they come.

michalvasko avatar Dec 13 '21 13:12 michalvasko

Hi @michalvasko ,

I got below logs at client: Tag: operation-failed Type: application Severity: error Message: Callback event "rpc" with ID 2 processing timed out."

And below logs at server: Failed to send an RPC (User callback failed). Session 1: thread 0 event new RPC Session 1: thread 0 event reply error

Could you please help now.

masif-cs avatar Dec 16 '21 16:12 masif-cs

That seems like a standard timeout, try running netopeer2 with parameter -t 10, for example (look at help netopeer2-server -h for details).

michalvasko avatar Dec 17 '21 09:12 michalvasko