Installation Help: Connection refused

Started by [email protected], November 13, 2012, 10:47:42 PM

Previous topic - Next topic

[email protected]

Just installed netxms on Windows 7 64bit system.  Trying to start the console, it says Connection refused:  connect.   All is localhost.  I tried using "localhost", "127.0.0.1", always default username/password as in docs.  Still refused.  Tried starting legacy console, same variety of settings, I get "Unable to connect:  Communication Failure".

Uninstalled and re-installed twice... all installations appeared to install fine with no errors.

Victor Kirhenshtein

Hi!

Check that NetXMS Core service is running. If not, check event log for error messages. You can also try to run server in foreground to see why it can't start by running

netxmsd -D 9

from command line.

Best regards,
Victor

[email protected]

The agent service is running.  When I try to start the core service, it says it started then stopped.

Running the server from the command line as suggested, this is what I got:

[13-Nov-2012 16:24:20] DBConnect: server=127.0.0.1 db=C:\Development\Tools\NetXMS\database\C:\Development\Tools\NetXMS\database\netxms_db login=netxms schema=
[13-Nov-2012 16:24:20] Unable to establish connection with database (unable to open database file)
NetXMS Core initialization failed


I'm just trying to use the SQLLite db....

[email protected]

I should have read the error output.  Somehow the netxmsd.conf listed the directory of the database twice and, of course, couldn't reach it.

Fixed.  Thanks.