<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS web applications went down in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/464713#M13224</link>
    <description>&lt;P&gt;Thanks for your response, I saw this link earlier. In our case we have around 350 users presented in SAS Metadata. And the MaxClient connections are set to 1024 at server level.&lt;/P&gt;</description>
    <pubDate>Thu, 24 May 2018 12:24:37 GMT</pubDate>
    <dc:creator>UVakkalagadda</dc:creator>
    <dc:date>2018-05-24T12:24:37Z</dc:date>
    <item>
      <title>SAS web applications went down</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/464688#M13221</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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&amp;nbsp; https:// XXXXX is correct ". We verified all SAS web services logs&amp;nbsp; 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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When we check the WebServer logs under the below path "/opt/sas/config/Lev1/Web/WebServer/logs/error.log" found the below error message.&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------&lt;/P&gt;
&lt;P&gt;[error] server is within MinSpareThreads of MaxClients, consider raising the MaxClients setting&lt;BR /&gt;[error] [client xxx.xxx.xxx.xx] client denied by server configuration: proxy:balancer://abc..xyz_Cluster1/SASLogon/login&lt;BR /&gt;[error] [client xxx.xxx.xxx.xx] client denied by server configuration: proxy:balancer://abc..xyz_Cluster2/SASStudio&lt;BR /&gt;[error] [client xxx.xxx.xxx.xx] client denied by server configuration: proxy:balancer://abc..xyz_Cluster12/SASVisualAnalytics&lt;BR /&gt;[error] [client xxx.xxx.xxx.xx] client denied by server configuration: proxy:balancer://abc..xyz_Cluster7/SASVisualScenarioDesigner&lt;BR /&gt;[error] (502)Unknown error 502: proxy: pass request body failed to 12x.xxx.xxx.xx:9543 (abc..xyz)&lt;BR /&gt;[error] [client 12x.xxx.xxx.xx] proxy: Error during SSL Handshake with remote server returned by /SASVisualAnalyticsTransport/onebi/services/getFavorites&lt;BR /&gt;[error] (502)Unknown error 502: proxy: pass request body failed to 12x.xxx.xxx.xx:9543 (abc..xyz)&lt;BR /&gt;[error] proxy: pass request body failed to 12x.xxx.xxx.xx:9543 (abc..xyz) from 12x.xxx.xxx.xx ()&lt;BR /&gt;[error] [client 12x.xxx.xxx.xx] proxy: Error during SSL Handshake with remote server returned by /SASVisualAnalyticsTransport/onebi/services/getUserCapabili&lt;BR /&gt;[error] proxy: pass request body failed to 12x.xxx.xxx.xx:9543 (abc..xyz) from 12x.xxx.xxx.xx ()&lt;BR /&gt;[error] (502)Unknown error 502: proxy: pass request body failed to 12x.xxx.xxx.xx:8443 (abc..xyz)&lt;BR /&gt;[error] [client 12x.xxx.xxx.xx] proxy: Error during SSL Handshake with remote server returned by /SASLogon/v1/tickets&lt;BR /&gt;[error] proxy: pass request body failed to 12x.xxx.xxx.xx:8443 (abc..xyz) from 12x.xxx.xxx.xx ()&lt;BR /&gt;[notice] caught SIGTERM, shutting down&lt;/P&gt;
&lt;P&gt;---------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be great if you provide any thoughts for this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 10:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/464688#M13221</guid>
      <dc:creator>UVakkalagadda</dc:creator>
      <dc:date>2018-05-24T10:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS web applications went down</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/464692#M13222</link>
      <description>&lt;P&gt;Looks to me like too many clients were connected to your SAS WebServer. See this link for full explination: &lt;A href="https://serverfault.com/questions/494550/minsparethreads-of-maxclients-consider-raising-the-maxclients-setting" target="_blank"&gt;https://serverfault.com/questions/494550/minsparethreads-of-maxclients-consider-raising-the-maxclients-setting&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This would also tell you why restarting the server solved the issues, because all clients get disconnected during shut down.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 11:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/464692#M13222</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2018-05-24T11:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS web applications went down</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/464713#M13224</link>
      <description>&lt;P&gt;Thanks for your response, I saw this link earlier. In our case we have around 350 users presented in SAS Metadata. And the MaxClient connections are set to 1024 at server level.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 12:24:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/464713#M13224</guid>
      <dc:creator>UVakkalagadda</dc:creator>
      <dc:date>2018-05-24T12:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS web applications went down</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/464749#M13225</link>
      <description>&lt;P&gt;Should it happen again, I would encourage you to open a Tech Support request as there are several potential reasons for the behavior you are describing.&amp;nbsp; Also, I'm assuming this is SAS 9.4 and not the Viya Platform.&amp;nbsp; A couple of other things you could check, assuming 9.4, is that the activemq process is alive and that the gemfire logs don't show "crashed mbrs".&amp;nbsp; &amp;nbsp;Either of those conditions would leave the web applications running but not fully functional.&amp;nbsp; Fortunately, these tend to be fairly rare occurrances.&amp;nbsp; There are other service related conditions that Tech Support should be able to help you track down when it's happening.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 13:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/464749#M13225</guid>
      <dc:creator>Galen</dc:creator>
      <dc:date>2018-05-24T13:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS web applications went down</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/465660#M13250</link>
      <description>&lt;P&gt;Thanks Galen, I am going to open a track with SAS. thanks guys for your inputs.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 12:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-web-applications-went-down/m-p/465660#M13250</guid>
      <dc:creator>UVakkalagadda</dc:creator>
      <dc:date>2018-05-29T12:04:36Z</dc:date>
    </item>
  </channel>
</rss>

