NetXMS Support Forum

English Support => General Support => Topic started by: Marcin on November 05, 2015, 01:21:14 PM

Title: Errors after upgrading NetXMS to version 2.0-RC2
Post by: Marcin on November 05, 2015, 01:21:14 PM
Hi Victor,

First problem:
I noticed a bug after upgrading NetXMS to version 2.0-RC2 on Solaris:

$/opt/netxms/bin $ ./netxmsd
ld.so.1: netxmsd: fatal: libnxagent.so.2: open failed: No such file or directory
Killed

Library is missing in the pkg file. As a workaround I copied this file from the NetXMS agent package.

Second problem:
Management console installed on Windows X86 is reporting following problem just after starting:
"Cannot load MIB file from server: File I/O operation failed"
How to solve this problem?

Best regards,
Marcin
Title: Re: Errors after upgrading NetXMS to version 2.0-RC2
Post by: Victor Kirhenshtein on November 06, 2015, 10:52:30 AM
Hi,

seems to be packaging problem again. I've fixed package definition.

As for the second problem, location of compiled MIB file (netxms.mib) was changed in RC2 - you have to move it to the root of server's data directory (set by DataDirectory option in netxmsd.conf), default is <installation prefix>/var/lib/netxms

Best regards,
Victor
Title: Re: Errors after upgrading NetXMS to version 2.0-RC2
Post by: Marcin on November 06, 2015, 12:36:03 PM

Moving netxms.mib to the correct location solved second problem.

Thank you,
Marcin