Hi All,
Recently we faced one strange issue that is all of sudden SAS Web applications stopped working. when I check the sas.servers script all services are up and running. When I open the Web URLs getting the following error. "This page can't be displayed. Make sure the web address https:// XXXXX is correct ". We verified all SAS web services logs but didn't find the root cause. We restarted all SAS web service then it worked. But we need to know what is the root cause for this issue.
When we check the WebServer logs under the below path "/opt/sas/config/Lev1/Web/WebServer/logs/error.log" found the below error message.
-----------------------------------------------------------
[error] server is within MinSpareThreads of MaxClients, consider raising the MaxClients setting [error] [client xxx.xxx.xxx.xx] client denied by server configuration: proxy:balancer://abc..xyz_Cluster1/SASLogon/login [error] [client xxx.xxx.xxx.xx] client denied by server configuration: proxy:balancer://abc..xyz_Cluster2/SASStudio [error] [client xxx.xxx.xxx.xx] client denied by server configuration: proxy:balancer://abc..xyz_Cluster12/SASVisualAnalytics [error] [client xxx.xxx.xxx.xx] client denied by server configuration: proxy:balancer://abc..xyz_Cluster7/SASVisualScenarioDesigner [error] (502)Unknown error 502: proxy: pass request body failed to 12x.xxx.xxx.xx:9543 (abc..xyz) [error] [client 12x.xxx.xxx.xx] proxy: Error during SSL Handshake with remote server returned by /SASVisualAnalyticsTransport/onebi/services/getFavorites [error] (502)Unknown error 502: proxy: pass request body failed to 12x.xxx.xxx.xx:9543 (abc..xyz) [error] proxy: pass request body failed to 12x.xxx.xxx.xx:9543 (abc..xyz) from 12x.xxx.xxx.xx () [error] [client 12x.xxx.xxx.xx] proxy: Error during SSL Handshake with remote server returned by /SASVisualAnalyticsTransport/onebi/services/getUserCapabili [error] proxy: pass request body failed to 12x.xxx.xxx.xx:9543 (abc..xyz) from 12x.xxx.xxx.xx () [error] (502)Unknown error 502: proxy: pass request body failed to 12x.xxx.xxx.xx:8443 (abc..xyz) [error] [client 12x.xxx.xxx.xx] proxy: Error during SSL Handshake with remote server returned by /SASLogon/v1/tickets [error] proxy: pass request body failed to 12x.xxx.xxx.xx:8443 (abc..xyz) from 12x.xxx.xxx.xx () [notice] caught SIGTERM, shutting down
---------------------------------------------------------------------------
It would be great if you provide any thoughts for this issue.
... View more