You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On startup of the backend, if startup-db contains an object (eg <x>17</x>) and there is a default value for one symbol (eg <x>42</x>), then both objects will appear and cause a too-many-elements error and fail to come up.
For example:
clixon_backend: 58724 <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><rpc-error><error-type>protocol</error-type><error-tag>operation-failed</error-tag><error-app-tag>too-many-elements</error-app-tag><error-severity>error</error-severity><error-path>/myconfig</error-path></rpc-error></rpc-reply>
clixon_backend[58724]: Mar 14 16:03:54.878824: load_failsafe: 1124: Database error: Startup failed and no Failsafe database found, exiting
clixon_backend[58724]: Mar 14 16:03:54.878828: clixon_backend: 58724 Terminated retval:-1
The text was updated successfully, but these errors were encountered:
olofhagsand
changed the title
Startup and default of same objct causes too-many-elements error
Startup and default of same object causes too-many-elements error
Mar 18, 2024
On startup of the backend, if startup-db contains an object (eg
<x>17</x>
) and there is a default value for one symbol (eg <x>42</x>
), then both objects will appear and cause atoo-many-elements
error and fail to come up.For example:
The text was updated successfully, but these errors were encountered: