After the installation or upgrade, you can't reach the UI via your browser.
# java –version must return java version and show a 64-Bit Server editionbin/setenv.sh file to see the configured HTTP and HTTPS portsnestat or equivalent, check that the configured application port are listening, or not used by another program:[root@server]# netstat -tnlaput Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 22978/java tcp 0 0 127.0.0.1:199 0.0.0.0:* LISTEN 1022/snmpd tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 24552/nginx: master
# telnet promonitor-server 8443 the connection must open# systemctl stop firewalld # systemctl status promonitorService is not running:
# systemctl start promonitorlogs/server.log file if the service is starting correctly.Service is running with error status:
When the service is running with errors, it is often because of failed or incomplete upgrade process. You can recover with the following:
# systemctl stop promonitor# ps -eaf | grep -i promoniwebapps folder and check that ROOT.war file existsROOT folder (Do not remove ROOT.war file)# systemctl start promonitorlogs/server.log fileService is running with error status or having DB errors
In case you can't reach the application and logs are showing DB errors:
# systemctl stop promonitordb folder# systemctl start promonitorsnapshot to set your configuration back in place.