Install Web Interface

Started by pzandvoort, April 23, 2012, 07:04:03 AM

Previous topic - Next topic

pzandvoort

Windows 2008R2 (x64)

Although you can check the box in the installer (netxms-1.2.0-x64), it doesn't seem to install the webui. The separate webui install does create the WebUI folder and everything in it, but the service just hangs on "starting". The logs say that it can't find a jre, so I set JAVA_HOME to c:\netxms\bin\jre\bin and that makes it happier. However, it still won't start as "Local System", since it seems to search for temp folders. Manually running "java -war start.war" starts up the server properly in the console, but the gives the following error when you try to access the page:


Could not process server response:

Error: Operation "create" on target "w4" of type "null" failed:
No Adapter for type forms.widgets.Hyperlink
Properties:
parent = w12
style = NONE
bounds = 214,161,81,34
children =
tabIndex = 8

Uninstalled everything, reinstalled just the server. Installed tomcat 6 and deployed the nxmc war manually. Same error.

What am I missing???
Thanks!

Peter

sjudy

Same here.  Can confirm, ensured the port 8080 was free, reinstalled... same issue.  No nxhttpd config in /etc, no war files, nada.

testos

Hi.

I can reproduce this error when I use Internet Explorer 8 browser.
Using Mozilla Firefox 4 browser all work fine.

Best regards

testos

Note.
My Apache Tomcat web server is installed in a Centos Linux distro.

pzandvoort

Testos: You're a genius! This only seems to happen with IE8. Tried with IE9 and Chrome, and it's fine!

Awesome....