News:

We really need your input in this questionnaire

Main Menu

NetXMS 1.2.14 released

Started by Victor Kirhenshtein, May 18, 2014, 11:57:42 PM

Previous topic - Next topic

Victor Kirhenshtein

Hi all!

NetXMS version 1.2.14 is released. Changes since previous release:

- STP (Spanning Tree Protocol) information used for topology discovery
- Information source for interface peers (CDP, STP, etc.) shown in console
- New NXSL function inList
- New NXSL operator abort
- New methods in NXSL class Node: enableAgent, enableConfigurationPoll, enableIcmp, enableSnmp, enableStatusPoll, enableTopologyPoll
- Fixed server crash if SNMP proxy unavailable
- New MIBs: AIRESPACE-REF-MIB, AIRESPACE-SWITCHING-MIB, AIRESPACE-WIRELESS-MIB, FROGFOOT-RESOURCES-MIB, MIKROTIK-MIB
- SMS driver for websms.ru service
- Macro expansion supported in pattern in agent parameters File.Size and File.Count
- Attribute "instance" added to NXSL class "DCI"
- Added "L" extension to DCI custom schedules
- Traps from unmanaged nodes ignored
- Fixed repeated threshold violation events after server restart
- Added driver for Mikrotik routers
- Added driver for Ubiquity Networks wireless access points
- Added driver for Cisco Wireless Controller 4400 (former Airespace)
- Wireless controller and access point support improved
- Log monitoring subagent sends Windows event source, severity, and code to the server as part of NetXMS event
- DB/2 driver and monitoring subagent included into Windows installation package
- Management console:
   - DCI values can be shown on network map links
   - DCI value can be shown on map as immage, that checnges depending on DCI value
   - DCI value can be shown on map as a text
   - Colored background for DCIs with active thresholds in DCI summary tables
   - IP route visualisation improved
   - On table DCI threshold property page columns can be chosen from dropdown
- Reporting server rewritten from scratch
- Fixed issues: #71, #417, #528, #535, #536, #552, #558, #559, #560, #570, #572

Best regards,
Victor

Dani@M3T

Hi Victor

Thanks for the new version. There are a few cool features in the changelog.

I just upgraded my NetXMS Server from 2.1.13 (linux 64bit installed from sources). But the server crashes directly after start.
When I start netxmsd not in daemon mode, the last line is:
"7fd42fe07000-7fd42ff07000 rw-p 00000000 00:00 0                          [stack:39320]Aborted"
I have attached the server debug log.

Alex Kirhenshtein

Hello.

Please provide backtrace of the crash. There are two options:

1) If "core" file is generated, get stack trace directly from core:gdb /opt/netxms/bin/netxmsd core"
then inside gdb:bt[/bt]

2) Start netxmsd under gdb:
[code]gdb /opt/netxms/bin/netxmsd


Then on GDB prompt, type (everything after run is parameters for netxmsd):run -c /opt/netxms/etc/netxmsd.conf -D0

When server crashed, type "bt" on gdb prompt to produce stack trace.

Quote from: Dani@M3T on May 19, 2014, 02:30:58 PM
I just upgraded my NetXMS Server from 2.1.13 (linux 64bit installed from sources). But the server crashes directly after start.

Dani@M3T

Hi Alex

I just had to install gdb. Tha I started gdb:
- "gdb /opt/netxms/bin/netxmsd"
- at the (gdb)-prompt: "run -c /etc/netxmsd.conf -D0"
- at the (gdp)-prompt; "bt"
Where can I find the log now? (sorry I didn't worked with the debugger before :-(

Alex Kirhenshtein

gdb should print out stack trace.

Sample session:
AirAlk:~() $ gdb ./crashapp
GNU gdb 6.3.50-20050815 (Apple version gdb-1820) (Sat Jun 16 02:40:11 UTC 2012)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries .. done

(gdb) run
Starting program: /Users/alk/crashapp
Reading symbols for shared libraries +.......................... done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
0x0000000100000f93 in main (argc=1, argv=0x7fff5fbff8d0) at crash.c:7
7   *p = 123;
(gdb) bt full
#0  0x0000000100000f93 in main (argc=1, argv=0x7fff5fbff8d0) at crash.c:7
p = 0x0
(gdb)


I'm interested in part starting with "Program received signal..."

Dani@M3T

Alex

Here the output:
netxmsd: [New Thread 0x7fffabafa700 (LWP 2678)]
[New Thread 0x7fffab9f9700 (LWP 2682)]
[New Thread 0x7fffab8f8700 (LWP 2685)]
[New Thread 0x7fffab7f7700 (LWP 2689)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffeefa5700 (LWP 2559)]
0x00007ffff4404a4f in gconv () from /usr/lib64/gconv/ISO8859-1.so
(gdb) bt
#0  0x00007ffff4404a4f in gconv () from /usr/lib64/gconv/ISO8859-1.so
#1  0x00007ffff4c81eda in __gconv () from /lib64/libc.so.6
#2  0x00007ffff4c81419 in iconv () from /lib64/libc.so.6
#3  0x00007ffff6b4b264 in MultiByteToWideCharIconv (cchWideChar=<optimized out>, pWideCharStr=0x7fffeefa2340 L"", cchByteChar=48, pByteStr=<optimized out>,
    dwFlags=<optimized out>, iCodePage=<optimized out>) at unicode.cpp:319
#4  MultiByteToWideChar (iCodePage=<optimized out>, dwFlags=<optimized out>, pByteStr=<optimized out>, cchByteChar=48, pWideCharStr=0x7fffeefa2340 L"",
    cchWideChar=<optimized out>) at unicode.cpp:365
#5  0x00007ffff75ee409 in SNMP_Variable::getValueAsString (this=this@entry=0x7fffac00ae40, buffer=buffer@entry=0x7fffeefa2340 L"", bufferSize=bufferSize@entry=1024)
    at variable.cpp:269
#6  0x00007ffff7abf7da in NXSL_SNMPVarBindClass::getAttr (this=<optimized out>, object=<optimized out>, attr=0x8b1df0 L"value") at nxsl_classes.cpp:690
#7  0x00007ffff73b3b9b in NXSL_VM::execute (this=this@entry=0x8b49f0) at vm.cpp:1001
#8  0x00007ffff73b4888 in NXSL_VM::run (this=0x8b49f0, argc=argc@entry=1, argv=argv@entry=0x7fffeefa38a8, pUserLocals=pUserLocals@entry=0x0,
    ppGlobals=ppGlobals@entry=0x0, pConstants=pConstants@entry=0x0, entryPoint=entryPoint@entry=0x0) at vm.cpp:271
#9  0x00007ffff7a79d35 in DCItem::transform (this=this@entry=0x8a8ba0, value=..., nElapsedTime=<optimized out>) at dcitem.cpp:869
#10 0x00007ffff7a7a1e8 in DCItem::processNewValue (this=0x8a8ba0, tmTimeStamp=1400500863, originalValue=0x7fffac0008c0) at dcitem.cpp:680
#11 0x00007ffff7a87837 in DataCollectionTarget::processNewDCValue (this=0x829670, dco=dco@entry=0x8a8ba0, currTime=currTime@entry=1400500863, value=0x7fffac0008c0)
    at dctarget.cpp:371
#12 0x00007ffff7a77113 in DataCollector (pArg=<optimized out>) at datacoll.cpp:254
#13 0x00007ffff5c230db in start_thread () from /lib64/libpthread.so.0
#14 0x00007ffff4d4690d in clone () from /lib64/libc.so.6

Tatjana Dubrovica

Useful details about Bug #556.

Added possibility to add configurable db query in dbquery subagent:
ConfigurableQuery=name:db:description:sql
This query will be shown in agent supported parameters as name(*).
Parameters for the binding should be given like name(param1, param2...)

Also added possibility to execute by request background queries defined like:
Query=name:dbid:interval:query
By default this qyery is executed in background and it's last successful execution result can be retrieved by DB.QueryResult(name). Now it is also possible to execute query by dci poll request. This query will be shown in agent supported parameters as name.
!!!If query is too heavy - request can result with time-out. So for time consuming sql requests it's recommended to use background sql execution.!!!

Victor Kirhenshtein

Quote from: Dani@M3T on May 19, 2014, 03:11:48 PM
Alex

Here the output:
netxmsd: [New Thread 0x7fffabafa700 (LWP 2678)]
[New Thread 0x7fffab9f9700 (LWP 2682)]
[New Thread 0x7fffab8f8700 (LWP 2685)]
[New Thread 0x7fffab7f7700 (LWP 2689)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffeefa5700 (LWP 2559)]
0x00007ffff4404a4f in gconv () from /usr/lib64/gconv/ISO8859-1.so
(gdb) bt
#0  0x00007ffff4404a4f in gconv () from /usr/lib64/gconv/ISO8859-1.so
#1  0x00007ffff4c81eda in __gconv () from /lib64/libc.so.6
#2  0x00007ffff4c81419 in iconv () from /lib64/libc.so.6
#3  0x00007ffff6b4b264 in MultiByteToWideCharIconv (cchWideChar=<optimized out>, pWideCharStr=0x7fffeefa2340 L"", cchByteChar=48, pByteStr=<optimized out>,
    dwFlags=<optimized out>, iCodePage=<optimized out>) at unicode.cpp:319
#4  MultiByteToWideChar (iCodePage=<optimized out>, dwFlags=<optimized out>, pByteStr=<optimized out>, cchByteChar=48, pWideCharStr=0x7fffeefa2340 L"",
    cchWideChar=<optimized out>) at unicode.cpp:365
#5  0x00007ffff75ee409 in SNMP_Variable::getValueAsString (this=this@entry=0x7fffac00ae40, buffer=buffer@entry=0x7fffeefa2340 L"", bufferSize=bufferSize@entry=1024)
    at variable.cpp:269
#6  0x00007ffff7abf7da in NXSL_SNMPVarBindClass::getAttr (this=<optimized out>, object=<optimized out>, attr=0x8b1df0 L"value") at nxsl_classes.cpp:690
#7  0x00007ffff73b3b9b in NXSL_VM::execute (this=this@entry=0x8b49f0) at vm.cpp:1001
#8  0x00007ffff73b4888 in NXSL_VM::run (this=0x8b49f0, argc=argc@entry=1, argv=argv@entry=0x7fffeefa38a8, pUserLocals=pUserLocals@entry=0x0,
    ppGlobals=ppGlobals@entry=0x0, pConstants=pConstants@entry=0x0, entryPoint=entryPoint@entry=0x0) at vm.cpp:271
#9  0x00007ffff7a79d35 in DCItem::transform (this=this@entry=0x8a8ba0, value=..., nElapsedTime=<optimized out>) at dcitem.cpp:869
#10 0x00007ffff7a7a1e8 in DCItem::processNewValue (this=0x8a8ba0, tmTimeStamp=1400500863, originalValue=0x7fffac0008c0) at dcitem.cpp:680
#11 0x00007ffff7a87837 in DataCollectionTarget::processNewDCValue (this=0x829670, dco=dco@entry=0x8a8ba0, currTime=currTime@entry=1400500863, value=0x7fffac0008c0)
    at dctarget.cpp:371
#12 0x00007ffff7a77113 in DataCollector (pArg=<optimized out>) at datacoll.cpp:254
#13 0x00007ffff5c230db in start_thread () from /lib64/libpthread.so.0
#14 0x00007ffff4d4690d in clone () from /lib64/libc.so.6

Hi!

Crash is very strange - I cannot understand how this could happen. Could you try to rebuild server with --disable-iconv configuration option? Also, is it possible to provide me remote access so I could debug this crash in place?

Best regards,
Victor

Dani@M3T

Hi Victor

I rebulit the server with:
./configure --with-server --with-agent --with-pgsql --enable-unicode --disable-iconv --prefix=/opt/netxms

But the server crashes again. What kind of remote access do you need? (do you have a secure channel for credentials, like encrypted mail?) It's not a system of a customer, so that's possible but not for too long.

Victor Kirhenshtein

IMPORTANT NOTICE

We just fixed server crash mentioned earlier. I repack all distribution files on web site. If your installation is affected, you should download updated NetXMS server from web site. Files names was not changed, however build number in the version string was. Build with patch applied has number 7874.

Best regards,
Victor

andrey--k

#10
I have upgrade error :(

Debian 7
Oracle db
Quote
nxdbmgr upgrade
NetXMS Database Manager Version 1.2.14 Build 7874

Upgrading database...
Upgrading from version 308 to 309
Upgrading from version 309 to 310
Upgrading from version 310 to 311
Upgrading from version 311 to 312
Upgrading from version 312 to 313
SQL query failed (ORA-01407: cannot update ("NETXMS"."OBJECT_TOOLS"."CONFIRMATION_TEXT") to NULL):
UPDATE object_tools SET confirmation_text='' WHERE to_char(confirmation_text)='#00'
Rolling back last stage due to upgrade errors...
Database upgrade failed

From sqldeveloper:
Quote
UPDATE object_tools SET confirmation_text='' WHERE to_char(confirmation_text)='#00';

2 rows updated.
Error starting at line : 1 in command -
UPDATE object_tools SET confirmation_text='' WHERE to_char(confirmation_text)='#00'
Error report -
SQL Error: ORA-01407: cannot update ("NETXMS"."OBJECT_TOOLS"."CONFIRMATION_TEXT") to NULL
01407. 00000 -  "cannot update (%s) to NULL"
*Cause:   
*Action:

I found that all field created with not null constraint
CREATE TABLE "NETXMS"."OBJECT_TOOLS"
   ( "TOOL_ID" NUMBER(*,0) NOT NULL ENABLE,
"TOOL_NAME" VARCHAR2(255 BYTE) NOT NULL ENABLE,
"TOOL_TYPE" NUMBER(*,0) NOT NULL ENABLE,
"TOOL_DATA" CLOB NOT NULL ENABLE,
"DESCRIPTION" VARCHAR2(255 BYTE) NOT NULL ENABLE,
"FLAGS" NUMBER(*,0) NOT NULL ENABLE,
"MATCHING_OID" VARCHAR2(255 BYTE) NOT NULL ENABLE,
"CONFIRMATION_TEXT" VARCHAR2(255 BYTE) NOT NULL ENABLE,
PRIMARY KEY ("TOOL_ID")
  USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
  STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
  PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
  BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
  TABLESPACE "USERS"  ENABLE
   )


I have disabled constraint.
~$ nxdbmgr upgrade
NetXMS Database Manager Version 1.2.14 Build 7874

Upgrading database...
Upgrading from version 312 to 313
Upgrading from version 313 to 314
Upgrading from version 314 to 315
Upgrading from version 315 to 316
Upgrading from version 316 to 317
Upgrading from version 317 to 318
Database upgrade succeeded


Can it couse any errors?

Victor Kirhenshtein

Hi!

As a workaround, run the following queries before DB upgrade:

ALTER TABLE object_tools MODIFY tool_data null;
ALTER TABLE object_tools MODIFY description null;
ALTER TABLE object_tools MODIFY confirmation_text null;
ALTER TABLE object_tools MODIFY matching_oid null;
ALTER TABLE object_tools_table_columns MODIFY col_name null;

Best regards,
Victor

DCEV

Hello! I'm new to NetXMS and to SNMP monitoring in general.
We have some D-Link access points and I realized the D-Link driver comes in the Linux package, but not in Windows flavor (not any dlink.ndd in /lib/ndd). I tried to copy it in a slapdash way, of course it didn't work :P
Any reason for this?

Thanks!!

andrey--k

Oracle 11.
Debian 7.
Database errors.

(event_id,event_code,event_timestamp,event_source,event_severity,event_message,root_event_id,user_tag) VALUES (?,?,?,?,?,?,?,?) ORA-12899: value too large for column "NETXMS"."EVENT_LOG"."USER_TAG" (actual: 70, maximum: 63)
(event_id,event_code,event_timestamp,event_source,event_severity,event_message,root_event_id,user_tag) VALUES (?,?,?,?,?,?,?,?) ORA-12899: value too large for column "NETXMS"."EVENT_LOG"."USER_TAG" (actual: 67, maximum: 63)
(event_id,event_code,event_timestamp,event_source,event_severity,event_message,root_event_id,user_tag) VALUES (?,?,?,?,?,?,?,?) ORA-12899: value too large for column "NETXMS"."EVENT_LOG"."USER_TAG" (actual: 73, maximum: 63)


I have already expand in my DB to 128. Please add fix to upstream.
Thanks.

Borgso

Hi, upgraded from 1.2.13 to 1.2.14 today and server crashes after start.

Installed and upgraded via .deb packages.


Quote$ nxdbmgr upgrade
NetXMS Database Manager Version 1.2.14 Build 7876

Upgrading database...
Your database format is up to date

Quote(gdb) run -c /etc/netxmsd.conf -D0
Starting program: /usr/bin/netxmsd -c /etc/netxmsd.conf -D0
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Using configuration file "/etc/netxmsd.conf"
[02-Jun-2014 09:40:01.869] [INFO ] Platform subagent "/usr/lib/netxms/linux.nsm" successfully loaded
[02-Jun-2014 09:40:01.921] [INFO ] Database driver "pgsql.ddr" loaded and initialized successfully
[New Thread 0x7ffff7f71700 (LWP 5494)]
[02-Jun-2014 09:40:02.020] [INFO ] Stalled database lock removed
[New Thread 0x7ffff04c0700 (LWP 5495)]
[New Thread 0x7ffff03bf700 (LWP 5496)]
[02-Jun-2014 09:40:02.068] [INFO ] Network device driver "ERS8000" loaded successfully
[02-Jun-2014 09:40:02.073] [INFO ] Network device driver "SYMBOL-WS" loaded successfully
[02-Jun-2014 09:40:02.079] [INFO ] Network device driver "DLINK" loaded successfully
[02-Jun-2014 09:40:02.084] [INFO ] Network device driver "CISCO-SB" loaded successfully
[02-Jun-2014 09:40:02.089] [INFO ] Network device driver "BAYSTACK" loaded successfully
[02-Jun-2014 09:40:02.095] [INFO ] Network device driver "NETSCREEN" loaded successfully
[02-Jun-2014 09:40:02.101] [INFO ] Network device driver "UBNT" loaded successfully
[02-Jun-2014 09:40:02.108] [INFO ] Network device driver "CATALYST-GENERIC" loaded successfully
[02-Jun-2014 09:40:02.114] [INFO ] Network device driver "DELL-PWC" loaded successfully
[02-Jun-2014 09:40:02.119] [INFO ] Network device driver "PROCURVE" loaded successfully
[02-Jun-2014 09:40:02.125] [INFO ] Network device driver "CISCO-ESW" loaded successfully
[02-Jun-2014 09:40:02.131] [INFO ] Network device driver "MIKROTIK" loaded successfully
[02-Jun-2014 09:40:02.137] [INFO ] Network device driver "NTWS" loaded successfully
[02-Jun-2014 09:40:02.143] [INFO ] Network device driver "AIRESPACE" loaded successfully
[02-Jun-2014 09:40:02.151] [INFO ] Network device driver "PING3" loaded successfully
[02-Jun-2014 09:40:02.156] [INFO ] Network device driver "CATALYST-2900XL" loaded successfully
[02-Jun-2014 09:40:02.164] [INFO ] Network device driver "AT" loaded successfully
[New Thread 0x7fffedc86700 (LWP 5497)]
[New Thread 0x7fffedb85700 (LWP 5498)]
[Thread 0x7fffedb85700 (LWP 5498) exited]
*** Error in `/usr/bin/netxmsd': double free or corruption (fasttop): 0x0000000000abaf00 ***

Program received signal SIGABRT, Aborted.
0x00007ffff4a4cf79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56      ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  0x00007ffff4a4cf79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1  0x00007ffff4a50388 in __GI_abort () at abort.c:89
#2  0x00007ffff4a8a1d4 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7ffff4b98a10 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
#3  0x00007ffff4a964ae in malloc_printerr (ptr=<optimized out>, str=0x7ffff4b98bd8 "double free or corruption (fasttop)", action=1) at malloc.c:4996
#4  _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3840
#5  0x00007ffff73a4556 in yyparse (scanner=0xab6e00, pLexer=0xab4b10, pCompiler=pCompiler@entry=0x7fffffff7350, pScript=pScript@entry=0xaa8140) at parser.tab.cpp:3547
#6  0x00007ffff73a788e in NXSL_Compiler::compile (this=this@entry=0x7fffffff7350, pszSourceCode=pszSourceCode@entry=0xaa7fd0 L"sub main() {\r\n  return ($node->isAgent &&\r\n          $node->agentVersion ~= \"^1.2.6$\";\r\n}")
    at compiler.cpp:87
#7  0x00007ffff73aa9af in NXSLCompile (pszSource=0xaa7fd0 L"sub main() {\r\n  return ($node->isAgent &&\r\n          $node->agentVersion ~= \"^1.2.6$\";\r\n}", pszError=pszError@entry=0x7fffffff77e0 L"\xf4a87aa0ç¿¿\001",
    nBufSize=nBufSize@entry=256) at main.cpp:45
#8  0x00007ffff73aaa4e in NXSLCompileAndCreateVM (pszSource=<optimized out>, pszError=0x7fffffff77e0 L"\xf4a87aa0ç¿¿\001", nBufSize=256, env=0x998640) at main.cpp:59
#9  0x00007ffff7af4fa5 in Template::CreateFromDB (this=0xaa64d0, dwId=<optimized out>) at template.cpp:201
#10 0x00007ffff7ac2a9e in LoadObjects () at objects.cpp:1376
#11 0x00007ffff7a9a3fe in Initialize () at main.cpp:754
#12 0x0000000000401285 in main (argc=<optimized out>, argv=<optimized out>) at netxmsd.cpp:482
(gdb)

Logfile:
Quote[02-Jun-2014 09:34:56.689] Log file opened
[02-Jun-2014 09:34:56.689] [DEBUG] Code page set to ASCII
[02-Jun-2014 09:34:56.690] [INFO ] Platform subagent "/usr/lib/netxms/linux.nsm" successfully loaded
[02-Jun-2014 09:34:56.691] [DEBUG] Debug callback set for DB library
[02-Jun-2014 09:34:56.706] [INFO ] Database driver "pgsql.ddr" loaded and initialized successfully
[02-Jun-2014 09:34:56.735] [DEBUG] New DB connection opened: handle=0xe5e110
[02-Jun-2014 09:34:56.735] [DEBUG] Successfully connected to database netxms@localhost
[02-Jun-2014 09:34:56.773] [DEBUG] New DB connection opened: handle=0xe5bbc0
[02-Jun-2014 09:34:56.795] [DEBUG] New DB connection opened: handle=0xe86c40
[02-Jun-2014 09:34:56.818] [DEBUG] New DB connection opened: handle=0xe7c980
[02-Jun-2014 09:34:56.845] [DEBUG] New DB connection opened: handle=0xe7c110
[02-Jun-2014 09:34:56.868] [DEBUG] New DB connection opened: handle=0xec3940
[02-Jun-2014 09:34:56.868] [DEBUG] Database Connection Pool initialized
[02-Jun-2014 09:34:56.868] [DEBUG] Database Connection Pool maintenance thread started
[02-Jun-2014 09:34:56.877] [INFO ] Stalled database lock removed
[02-Jun-2014 09:34:56.890] [DEBUG] Data directory set to /usr/share/netxms from server configuration variable
[02-Jun-2014 09:34:56.894] [DEBUG] CAS config reloaded
[02-Jun-2014 09:34:56.894] [DEBUG] Global configuration loaded
[02-Jun-2014 09:34:56.895] [DEBUG] Validating ciphers
[02-Jun-2014 09:34:56.895] [DEBUG]    AES-256 enabled
[02-Jun-2014 09:34:56.895] [DEBUG]    Blowfish-256 enabled
[02-Jun-2014 09:34:56.895] [DEBUG]    IDEA disabled (config)
[02-Jun-2014 09:34:56.895] [DEBUG]    3DES enabled
[02-Jun-2014 09:34:56.895] [DEBUG]    AES-128 enabled
[02-Jun-2014 09:34:56.895] [DEBUG]    Blowfish-128 enabled
[02-Jun-2014 09:34:56.895] [DEBUG] Crypto library initialized
[02-Jun-2014 09:34:56.915] [DEBUG] ID table created
[02-Jun-2014 09:34:56.916] [DEBUG] Script Filter::SNMP added to library
[02-Jun-2014 09:34:56.916] [DEBUG] Script Filter::Agent added to library
[02-Jun-2014 09:34:56.916] [DEBUG] Script Filter::AgentOrSNMP added to library
[02-Jun-2014 09:34:56.916] [DEBUG] Script DCI::SampleTransform added to library
[02-Jun-2014 09:34:56.917] [DEBUG] Script Filter::QFAgent added to library
[02-Jun-2014 09:34:56.917] [DEBUG] Script InfraOrganizer2 added to library
[02-Jun-2014 09:34:56.917] [DEBUG] Script InfraOrganizer added to library
[02-Jun-2014 09:34:56.917] [DEBUG] SMTP mailer thread started
[02-Jun-2014 09:34:56.918] [DEBUG] User account status update thread started
[02-Jun-2014 09:34:56.921] [DEBUG] User accounts loaded
[02-Jun-2014 09:34:56.922] [DEBUG] Loading network device drivers from /usr/lib/netxms/ndd
[02-Jun-2014 09:34:56.922] [INFO ] Network device driver "ERS8000" loaded successfully
[02-Jun-2014 09:34:56.922] [INFO ] Network device driver "SYMBOL-WS" loaded successfully
[02-Jun-2014 09:34:56.922] [INFO ] Network device driver "DLINK" loaded successfully
[02-Jun-2014 09:34:56.923] [INFO ] Network device driver "CISCO-SB" loaded successfully
[02-Jun-2014 09:34:56.923] [INFO ] Network device driver "BAYSTACK" loaded successfully
[02-Jun-2014 09:34:56.923] [INFO ] Network device driver "NETSCREEN" loaded successfully
[02-Jun-2014 09:34:56.923] [INFO ] Network device driver "UBNT" loaded successfully
[02-Jun-2014 09:34:56.923] [INFO ] Network device driver "CATALYST-GENERIC" loaded successfully
[02-Jun-2014 09:34:56.924] [INFO ] Network device driver "DELL-PWC" loaded successfully
[02-Jun-2014 09:34:56.924] [INFO ] Network device driver "PROCURVE" loaded successfully
[02-Jun-2014 09:34:56.924] [INFO ] Network device driver "CISCO-ESW" loaded successfully
[02-Jun-2014 09:34:56.924] [INFO ] Network device driver "MIKROTIK" loaded successfully
[02-Jun-2014 09:34:56.925] [INFO ] Network device driver "NTWS" loaded successfully
[02-Jun-2014 09:34:56.925] [INFO ] Network device driver "AIRESPACE" loaded successfully
[02-Jun-2014 09:34:56.925] [INFO ] Network device driver "PING3" loaded successfully
[02-Jun-2014 09:34:56.925] [INFO ] Network device driver "CATALYST-2900XL" loaded successfully
[02-Jun-2014 09:34:56.926] [INFO ] Network device driver "AT" loaded successfully
[02-Jun-2014 09:34:56.926] [DEBUG] 17 network device drivers loaded
[02-Jun-2014 09:34:56.929] [DEBUG] Built-in objects created
[02-Jun-2014 09:34:56.929] [DEBUG] Loading container categories...
[02-Jun-2014 09:34:56.929] [DEBUG] Loading built-in object properties...
[02-Jun-2014 09:34:56.931] [DEBUG] Apply template thread started
[02-Jun-2014 09:34:56.936] [DEBUG] NetObj::loadCommonProperties() failed for object Policies [5] class=16
[02-Jun-2014 09:34:56.937] [DEBUG] NetObj::loadCommonProperties() failed for object Network Maps [6] class=19
[02-Jun-2014 09:34:56.943] [DEBUG] Loading conditions...
[02-Jun-2014 09:34:56.946] [DEBUG] Loading subnets...
[02-Jun-2014 09:34:56.984] [DEBUG] Loading mobile devices...
[02-Jun-2014 09:34:56.985] [DEBUG] Loading nodes...
[02-Jun-2014 09:34:59.499] [DEBUG] Loading access points...
[02-Jun-2014 09:34:59.500] [DEBUG] Loading interfaces...
[02-Jun-2014 09:34:59.912] [DEBUG] WARNING: duplicate interface IP address 0A7807F8 (interface object IP Interface [1048])
[02-Jun-2014 09:35:00.317] [DEBUG] Loading network services...
[02-Jun-2014 09:35:00.319] [DEBUG] Loading VPN connectors...
[02-Jun-2014 09:35:00.327] [DEBUG] Loading clusters...
[02-Jun-2014 09:35:00.327] [DEBUG] Loading templates...
[02-Jun-2014 09:35:00.328] [DEBUG] Started caching of DCI values
[02-Jun-2014 09:35:00.339] [DEBUG] Finished caching of DCI values