Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - edward.borst

#46
make[4]: Leaving directory `/mnt/netxms/1.2.12/server/netxms-1.2.12/src/server/core'
Making all in netxmsd
make[4]: Entering directory `/mnt/netxms/1.2.12/server/netxms-1.2.12/src/server/netxmsd'
  CXX    netxmsd-netxmsd.o
netxmsd.cpp: In function âBOOL ParseCommandLine(int, char**)â:
netxmsd.cpp:210: warning: use of âhâ length modifier with âsâ type character
netxmsd.cpp:232: warning: use of âhâ length modifier with âsâ type character
netxmsd.cpp: In function âint main(int, char**)â:
netxmsd.cpp:439: warning: use of âhâ length modifier with âsâ type character
  CXXLD  netxmsd
../core/.libs/libnxcore.so: undefined reference to `xmpp_stanza_add_child_ex'
collect2: ld returned 1 exit status
make[4]: *** [netxmsd] Error 1
make[4]: Leaving directory `/mnt/netxms/1.2.12/server/netxms-1.2.12/src/server/netxmsd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mnt/netxms/1.2.12/server/netxms-1.2.12/src/server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/netxms/1.2.12/server/netxms-1.2.12/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/netxms/1.2.12/server/netxms-1.2.12'
make: *** [all] Error 2


On the same machine 1.2.11 works well.
Thanks,
Edward
#47
Anyone else having this problem?
#48
General Support / Re: netxmsd uses 100% CPU
February 03, 2014, 10:38:26 PM
Any help on this please!
#49
General Support / Re: netxmsd uses 100% CPU
January 24, 2014, 10:45:58 AM
Hi Victor,

I'm running 1.2.11
Attached is de logfile with debug on 6
#50
General Support / netxmsd uses 100% CPU
January 23, 2014, 03:33:50 PM
Hi,

I found out that the netxmsd is always running on 100% cpu.
We also face some issues where timeouts are reached to nodes where this is not actual the case.

Any suggestion to find the cause of this?
Regards,
Edward
#51
After upgrading the server and agent to 1.2.11 it did not happen again.
so, issue solved... ;)
#52
Hi,

I'm having a problem with the logwatch on windows.
I'm getting this message in the agent log file: LogParser: file size differs for stat(6) and fstat...
but the file is actually not renamed. and because it is re-reading all of the records we get old errors over and over again.
What could cause this problem?

Thanks,
Edward
#53
server is Red Hat Enterprise Linux Server release 6.2
logfile debug 7 is attached.
#54
Hi,

I have the situation that the netxms server is adding itself as a node to the system many times.
New nodes are added with the same name. the ID is always different, so it is a new node.
I can't figure out why this is happening. we are running 1.2.10.
The agent on the server is running same version.
Thanks,
Edward
#55
General Support / Re: problem getting reports to work
January 04, 2014, 11:20:51 PM
Any news on this?

Thanks!
#56
General Support / Re: problem getting reports to work
December 17, 2013, 10:09:57 AM
That would be great!
I have a lot of request for reports now.
#57
General Support / problem getting reports to work
December 12, 2013, 01:30:14 PM
Hi,

I'm trying to configure the reporting option.
On server-side I have generated the report-generator.jar and added the options to the netxmsd.conf.
Now in the console I still can't do anything with the reports.
It gives an error:
'Load Reports' has encountered an error.
Failed to reports from the server: Communication failure

Am I missing something?
Where do I have to put the jrxml files? in the default installation 1.2.9 there is no jrxml file available.

Thanks for the help.
#58
General Support / High number in queues
December 05, 2013, 11:01:27 PM
Hi,

We see high numbers in the poller queue waiting.
The count is increasing, but not decreasing.

netxmsd: sh queue
Condition poller                 : 0
Configuration poller             : 0
Topology poller                  : 0
Data collector                   : 0
Database writer                  : 0
Database writer (IData)          : 0
Event processor                  : 0
Network discovery poller         : 0
Node poller                      : 1227
Routing table poller             : 0
Status poller                    : 0

What could be the problem here?
#59
After changing a lot of items (and others as well) compile succeeded.
Thanks for your help!
#60
Hi,

I'm getting an error when compiling the mib's from Citrix Branch repeater.
the error is:

[root@netxms01 mibs]# /netxms/bin/nxmibc ./APPACCELERATION-PRODUCTS-MIB.txt ./APPACCELERATION-SMI.txt ./APPACCELERATION-STATUS-MIB.txt ./APPACCELERATION-TC.txt ./CITRIX-COMMON-MIB.txt
NetXMS MIB Compiler  Version 1.2.9
Copyright (c) 2005-2013 Victor Kirhenshtein

Parsing source files:
   ./APPACCELERATION-PRODUCTS-MIB.txt
./APPACCELERATION-PRODUCTS-MIB.txt: ERROR 003: Parser error - syntax error, unexpected OBJECT_IDENTIFIER_SYM, expecting OBJECT_TYPE_SYM in line 40


I really don't know what this error is.

I have tried using the mib's in a mib browser, and it seems ok.
I have attached the mib which is failing.

Thanks for the help.
Edward