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 - rsigley

#1
Thank you for the quick turn around. The protocols error has went away. When I run the .csv importer is throws several java errors. See below.

c:\NetXMS\database>java -jar C:\NetXMS\database\netxms-csv-importer-1.1.1.jar
Application starting.
Loading configuration properties file.
Loading nodes from the .csv file.
Found 39 nodes in .csv file.
Connecting to the NetXMS server.
Exception in thread "main" java.lang.NoClassDefFoundError: org/netxms/base/Logge
r
        at org.netxms.client.NXCSession.connect(NXCSession.java:1800)
        at org.netxms.client.NXCSession.connect(NXCSession.java:1777)
        at com.github.tomaskir.netxms.csvimporter.netxms.NetxmsConnector.connect
(NetxmsConnector.java:28)
        at com.github.tomaskir.netxms.csvimporter.Application.main(Application.j
ava:35)
Caused by: java.lang.ClassNotFoundException: org.netxms.base.Logger
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 4 more

c:\NetXMS\database>


The nodes do not show in NETXMS. Thank you again for your help.

Russell
#2
Thank you in advance for your help!

I am standing up a new clean install of the 2.2.4 software. I am using the NetXMS .csv importer and I have the config.properties configured and the .csv file of nodes. When I run the java -jar netxms-csv-importer.1.1.1.jar command it starts the import then throws a "Error: NXCException - Server uses incompatible version of communication protocol.

Any help is appreciated.

Russell