Error on accessing reports - HTTP Status 404 - by Linux

Creation date: 26/10/2022 10:34    Updated: 26/10/2022 10:34   #401error #linux #startstopservices
Question:

Was trying to check custom reports, but everyone’s encountering Status404 error – for both PROD and TEST environment.

Please advise how to address this issue.



Answer:

Investigation:

The report service is down.
To restart it by Linux:

  1. go to frontend server

  2. ps -ef | grep gemreport

  3. choose the PID for gemreport

  4. kill -9 <PID>

  5. runuser -u tomcat -- /data/tomcat/gemreport/bin/startup.sh

Files