CESNET / netopeer2

NETCONF toolset
BSD 3-Clause "New" or "Revised" License
300 stars 188 forks source link

Callback event "rpc" with ID 1 processing timed out. #1588

Closed falilou076 closed 3 months ago

falilou076 commented 3 months ago

Hi michalvasko:

i use the docker image sysrepo/sysrepo-netopeer2:latest netopeer2-server: 2.1.49 sysrepo: v2.2.36

I try to do an edit-config on cli (edit-config --target=candidate --config=/opt/dev/global.xml) but i have this error: ERROR type: application tag: operation-failed severity: error message: Callback event "rpc" with ID 1 processing timed out.

    type:     application
    tag:      operation-failed
    severity: error
    message:  User callback failed.

I also change the timeout on server with "netopeer2-server -t 30" and add '--rpc-timeout 30' to my edit-config command but i always have the same error. Thanks for any help you can give

michalvasko commented 3 months ago

I can only suggest you do not use a Docker image (or create your own with the actual latest versions) because it is not maintained by us and not up-to-date.

falilou076 commented 3 months ago

Ah ok I understood thank you for your answer