Web interface problem.

Started by Nikita Matov, April 15, 2008, 10:39:59 AM

Previous topic - Next topic

Nikita Matov

Hello, Victor!

I've successfully installed NetXMS server, and I'm trying to install web interface (nxhttpd) on the same PC.
The installation was successful, but when I try to login in web console is says: Unable to login (Access denied).
I am sure that I use the correct username and password, I even tried to add some users in NetXMS console and to login as a new user, but still - Access Denied. I've reproduced this problem twice, and interesting that if I install nxhttpd on another PC, and configure it to connect to my NetXMS server - everything is fine. Here is log of nxhttpd:

Configuration file OK
[15-Apr-2008 11:36:55] NetXMS Web Interface Server started
NXHTTPD running. Press Ctrl+C to shutdown.
[15-Apr-2008 11:36:55] Debug: Session watchdog thread started
[15-Apr-2008 11:36:59] Debug: [302] GET /
[15-Apr-2008 11:37:00] Debug: [200] GET /login.app
[15-Apr-2008 11:37:04] Debug: [200] POST /login.app?&cmd=login&user=admin&pwd=&x=0&y=0
[15-Apr-2008 11:37:04] Debug: [200] GET /xmlextras.js
[15-Apr-2008 11:37:05] Debug: [200] GET /common.js
[15-Apr-2008 11:37:05] Debug: [200] GET /images/login.png
[15-Apr-2008 11:37:05] Debug: [200] GET /images/buttons/normal/login.png
[15-Apr-2008 11:37:05] Debug: [200] GET /netxms.css

How can I get into web console?

Victor Kirhenshtein

Sounds quite strange. How nxhttpd.conf looks like and what type of system you are running on?

Best regards,
Victor

Nikita Matov

nxhttpd.conf:

DocumentRoot = /usr/local/share/netxms/nxhttpd
MasterServer = 127.0.0.1
LogFile = /var/log/nxhttpd
ListenPort=80
SessionTimeout=300

I am running Linux openSUSE 10.2 (X86-64)