News:

We really need your input in this questionnaire

Main Menu
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 - matze654

#1
General Support / Re: Report problem
June 04, 2013, 01:51:02 PM
no ideas?
it would be great if somebody could take the time to respond...   :(
#2
General Support / Report problem
May 08, 2013, 06:07:19 PM
Hey guys,

I already re-compiled the report-generator.jar and copied it to the right place.
When I execute the command line statements all works fine.
The Generator class returns the value 0.

When I try to do the same in Java Console or Web UI,
I get the message "Report generator failed to start" and nothing happens.
There is no additional debugging output from the server.
The return value of the Generator class is 0 again.
But as I said, the job is not marked as finished successfully.

Do you have an idea of what goes wrong?

Here is my netxmsd.conf:


DBDriver = /usr/lib/libnxddr_mysql.so
DBServer = localhost
DBName = netxms
DBLogin = netxms
DBPassword = *******

LogFailedSQLQueries = yes
LogFile = /var/log/netxms

JavaPath = /usr/lib/jvm/java-7-oracle/bin/java
JavaLibraryDirectory = /opt/netxms/java-lib
JDBCDriver = com.mysql.jdbc.Driver
JDBCUrl = jdbc:mysql://localhost/netxms

DataDirectory = /usr/share/netxms


Thanks for your help!