NetXMS Support Forum

English Support => General Support => Topic started by: xatteg on May 13, 2013, 05:55:29 PM

Title: Empty strings in 1.2.7 WEB GUI
Post by: xatteg on May 13, 2013, 05:55:29 PM
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]#
Title: Re: Empty strings in 1.2.7 WEB GUI
Post by: xatteg on May 17, 2013, 08:24:50 AM
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.
Title: Re: Empty strings in 1.2.7 WEB GUI
Post by: Victor Kirhenshtein on May 17, 2013, 11:48:07 AM
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
Title: Re: Empty strings in 1.2.7 WEB GUI
Post by: xatteg on May 22, 2013, 03:04:57 PM
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