Server Initialization Errors - Mib and Configuration

Started by lhpaladin, June 05, 2026, 03:04:47 AM

Previous topic - Next topic

lhpaladin

Server Initialization Errors

I'm encountering some errors during initialization. In principle, they don't prevent the system from functioning.

[snmp.mib] Failed to load MIB tree from /var/lib/netxms/netxms.cmib: Invalid or corrupted file data
The MIB compiles successfully on the frontend, but the MIB Explorer doesn't work. This message appears in the server logs during the MIB file compilation.

The second error is this:

[config] Configuration loading error: XML parser error in file ":memory:" at line 1 (no element found)
I can't identify the cause of this message, but it appears constantly.

Could someone offer some guidance on how to fix this?

Filipp Sudanov

XML parser error is not really an error - this happens in some places, e.g. if configuration of a notification channel is empty (or contains only comments).

/var/lib/netxms/netxms.cmib is more interesting. Is your server running under root user or some other user? Does this file change it's modification time when you compile MIBs from the GUI? You can just move this file to some other folder and then check if it's recreated by mib compilation.