News:

We really need your input in this questionnaire

Main Menu

Empty strings in 1.2.7 WEB GUI

Started by xatteg, May 13, 2013, 05:55:29 PM

Previous topic - Next topic

xatteg

Hello Victor,

I've got trouble with new WEB GUI in 1.2.7. It displays an empty strings for the object tree, at the same time windows x86 client works fine. I've enclosed the screenshot of this.

Environment:
[root@netxms webapps]# cat /etc/redhat-release
CentOS release 6.2 (Final)
[root@netxms webapps]# rpm -qa | grep tomcat
tomcat6-lib-6.0.24-45.el6.noarch
tomcat6-servlet-2.5-api-6.0.24-45.el6.noarch
tomcat6-el-2.1-api-6.0.24-45.el6.noarch
tomcat6-6.0.24-45.el6.noarch
apache-tomcat-apis-0.1-1.el6.noarch
tomcat6-jsp-2.1-api-6.0.24-45.el6.noarch
[root@netxms webapps]#

xatteg

Solved it :).

I usually rename nxmc-v.v.v.war to nxmc.war, so users can use the same URL like http://<IP>:8080/nxmc. And it didn't work with 1.2.7 version, if I live nxmc-1.2.7.war name everything works fine.

Victor Kirhenshtein

Hi!

Looks like there was some remnants from previous version. I encounter similar situation on Tomcat - you have to re-deploy application while Tomcat is running. If you stop Tomcat, copy over new war file, and start Tomcat, some packages from old version can remain in temporary directories.

Best regards,
Victor

xatteg

Hello Victor,

Yes, you were correct I have removed nxmc directory under "/usr/share/tomcat6/work/Catalina/localhost" which is default for tomcat installation on RHEL. And this worked.

BR,
Roman