lofflermic...@gmail.com
unread,Apr 28, 2015, 1:44:35 AM4/28/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to neto...@googlegroups.com
Hi folks,
please would you mind helping me with following issue?:
I have a fresh installation of netopeer-server in my virtual machine.
It only has two transAPI modules: the default cfgnetopeer module and turing-machine module from /netopeer/transAPI directory.
The problem is, that I can not perform any get requests via netopeer-cli. (get / get-config / get --filter).
It always responses with following answer:
netconf> get
NETCONF error: operation-failed (application) - Some unspecified error occurred.
while the server's verbose output logs following:
netopeer-server[2948]: Received message (session 1): <?xml version="1.0" encoding="UTF-8"?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
<get/>
</rpc>
netopeer-server[2948]: xmlAddChildList failed (src/messages.c:1913).
netopeer-server[2948]: Writing message (session 1): <?xml version="1.0" encoding="UTF-8"?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
<rpc-error>
<error-type>application</error-type>
<error-tag>operation-failed</error-tag>
<error-severity>error</error-severity>
<error-message>Some unspecified error occurred.</error-message>
</rpc-error>
</rpc-reply>
The interesting thing for me is, that other commands like user-rpc (initialize turing machine), or edit-config (define delta function for TM) are working correctly. When I execute them, they afterwards are replying with success. Also I am seeing that the datastores in /usr/local/etc/netopeer/(turing-machine for example) are really being changed.
My environment:
OS: Scientific Linux 7.1 x86_64
netopeer-server version 0.7.0 built from git 1f0b2f8eaa524c614d64
pyang 1.5
Thank you very much for your effort.
Regards
Michal
p.s.: I am willing to provide you with ssh access to that VM