NetXMS Support Forum

English Support => General Support => Topic started by: norg on December 16, 2019, 06:18:49 PM

Title: Web interface (war) connect timed out nxmc-3.1.263/300
Post by: norg on December 16, 2019, 06:18:49 PM
upgrade to netxms-3.1.261 went without problem after deploying newest war (3.1.263)to tomcat I can't login and only get "connect timed out"
the server is running ok-I was able to connect from windows with console, mac os console is missing in download
Title: Re: Web interface (war) connect timed out nxmc-3.1.263
Post by: Filipp Sudanov on December 18, 2019, 04:00:45 PM
Try to undeploy and deploy the war. Also try to clean /var/cache/tomcat/work/Catalina/localhost folder.

The most recent mac console will be released in the next few days, currently you can use previous one, the differences are minor: https://netxms.org/download/releases/3.1/nxmc-3.1.241.war
Title: Re: Web interface (war) connect timed out nxmc-3.1.263
Post by: norg on December 18, 2019, 06:24:32 PM
I already tried several undeploy and deploy -no change
after undeploy there is no folder nxmc-3.1.263 in /var/cache/tomcat/work/Catalina/localhost/
after deploy and delete of files in /var/cache/tomcat/work/Catalina/localhost/nxmc-3.1.263 no login screen is loaded
Title: Re: Web interface (war) connect timed out nxmc-3.1.263
Post by: norg on January 08, 2020, 07:17:56 PM
I updated to 3.1.300 (server and war) and problem remain
Title: Re: Web interface (war) connect timed out nxmc-3.1.263/300
Post by: Victor Kirhenshtein on January 08, 2020, 08:36:04 PM
If you get "connect timed out" after you press "Login" button in web UI, that means that backend application cannot connect to NetXMS server. Is NetXMS server on same machine? If not, check that port 4701 on NetXMS server is reachable from web server and that address of NetXMS server set correctly in web application properties.

Best regards,
Victor
Title: Re: Web interface (war) connect timed out nxmc-3.1.263/300
Post by: norg on January 09, 2020, 02:08:18 PM
Tomcat 7 on which I am deploying war file is on same machine as NetXMS server