I have created a standby instance of our production server for testing upgrades and HA in case the primary instance goes down. Ubuntu Linux 22.04, ArcGIS Enterprise 11.3.
The instance was created from a snapshot image of the primary instance while all of its services were shut down. When I check the logs for the portal I can see the following alternating errors about every five minutes:
<Msg time="2025-02-04T16:08:16,136" type="WARNING" code="217065" source="Portal" process="8843" thread="1" methodName="" machine="ARCGIS-TEST" user="" elapsed="0.0" requestID="">Error checking status of web server. java.util.concurrent.TimeoutException</Msg>
<Msg time="2025-02-04T16:14:16,657" type="WARNING" code="217064" source="Portal" process="8843" thread="1" methodName="" machine="ARCGIS-TEST" user="" elapsed="0.0" requestID="">The web server was found to be stopped. Re-starting it.</Msg>
Are these errors just side effects of another issue, should I be looking elsewhere? Tomcat is serving properly, and I can navigate to /server/manager and I get the login form, but when I try to sign in I get an error: "Unable to authenticate. Your portal might be using a self-signed certificate." When I navigate to /portal/home I get "Could not access any ArcGIS Enterprise portal machines. Please contact your system administrator."
Where else can I check to troubleshoot the issues with portal?