<?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 application issue in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Web-application-issue/m-p/842586#M25455</link>
    <description>&lt;P&gt;This type of problem is best progressed with SAS Tech Support if you haven't done so already. It looks like you have a software configuration problem.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Nov 2022 21:03:11 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2022-11-04T21:03:11Z</dc:date>
    <item>
      <title>SAS Web application issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Web-application-issue/m-p/841826#M25425</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I am restaring SAS Web apps , I am getting below warnings in SASServer1_1. can you suggest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;10:19:17,485 | INFO | [HostConfig] | Deployment of deployment descriptor [config/Lev1/Web/WebAppServer/SASServer1_1/conf/Catalina/localhost/SASTemplateEditor.xml] has finished in [23,286] ms&lt;BR /&gt;10:19:17,486 | INFO | [HostConfig] | Deploying deployment descriptor [config/Lev1/Web/WebAppServer/SASServer1_1/conf/Catalina/localhost/SASDeploymentBackup.xml]&lt;BR /&gt;10:19:17,488 | WARN | [HostConfig] | The path attribute with value [/SASDeploymentBackup] in deployment descriptor [config/Lev1/Web/WebAppServer/SASServer1_1/conf/Catalina/localhost/SASDeploymentBackup.xml] has been ignored&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and also , I am getting below timing out issue when I try to logon to SASStudio&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;org.springframework.web.client.ResourceAccessException: I/O error on POST request for "&lt;A href="https://sasmid.com/SASLogon/v1/tickets" target="_blank"&gt;https://sasmid.com/SASLogon/v1/tickets&lt;/A&gt;": Connection timed out (Connection timed out); nested exception is java.net.ConnectException: Connection timed out (Connection timed out)&lt;BR /&gt;at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:534)&lt;BR /&gt;at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:482)&lt;BR /&gt;at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:430)&lt;BR /&gt;at com.sas.svcs.security.authentication.client.AuthenticationClient.doLogon(AuthenticationClient.java:162)&lt;BR /&gt;at com.sas.svcs.security.authentication.client.AuthenticationClient.logon(AuthenticationClient.java:150)&lt;BR /&gt;at com.sas.svcs.security.authentication.client.AuthenticationClient.logon(AuthenticationClient.java:230)&lt;BR /&gt;at com.sas.svcs.security.authentication.client.AuthenticationClient.logon(AuthenticationClient.java:122)&lt;BR /&gt;at com.sas.svcs.security.authentication.web.providers.UsernamePasswordCasAuthenticationProvider.getAuthenticationClient(UsernamePasswordCasAuthenticationProvider.java:22)&lt;BR /&gt;at com.sas.svcs.security.authentication.web.providers.AbstractAuthenticationClientProvider.authenticate(AbstractAuthenticationClientProvider.java:247)&lt;BR /&gt;at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:156)&lt;BR /&gt;at com.sas.svcs.authentication.helper.SpringSecurityContextFactory.newAuthenticatedSecurityContext(SpringSecurityContextFactory.java:363)&lt;BR /&gt;at com.sas.svcs.authentication.helper.LazySpringSecurityContext.getSecurityContextWithAuthManager(LazySpringSecurityContext.java:181)&lt;BR /&gt;at com.sas.svcs.authentication.helper.LazySpringSecurityContext.getSecurityContext(LazySpringSecurityContext.java:234)&lt;BR /&gt;at com.sas.svcs.authentication.helper.LazySpringSecurityContext.getAuthentication(LazySpringSecurityContext.java:245)&lt;BR /&gt;at com.sas.svcs.security.aop.RunAsInterceptor.invoke(RunAsInterceptor.java:84)&lt;BR /&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)&lt;BR /&gt;at com.sun.proxy.$Proxy1870.folderExists(Unknown Source)&lt;BR /&gt;at com.sas.themedesigner.WIPThemeUIPComponent$UIPRunnable.isFlexThemeUpgradeInPlaceNeeded(WIPThemeUIPComponent.java:152)&lt;BR /&gt;at com.sas.themedesigner.WIPThemeUIPComponent$UIPRunnable.run(WIPThemeUIPComponent.java:122)&lt;BR /&gt;at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53)&lt;BR /&gt;at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;BR /&gt;at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)&lt;BR /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)&lt;BR /&gt;at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;Caused by: java.net.ConnectException: Connection timed out (Connection timed out)&lt;BR /&gt;at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)&lt;BR /&gt;at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)&lt;BR /&gt;at java.net.Socket.connect(Socket.java:607)&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:681)&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.&amp;lt;init&amp;gt;(SSLSocketImpl.java:484)&lt;BR /&gt;at sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:153)&lt;BR /&gt;at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:82)&lt;BR /&gt;at com.sas.svcs.remoting.client.SSLSocketFactory.createSocket(SSLSocketFactory.java:43)&lt;BR /&gt;at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:127)&lt;BR /&gt;at com.sas.svcs.remoting.client.SSLSocketFactory.createSocket(SSLSocketFactory.java:57)&lt;BR /&gt;at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)&lt;BR /&gt;at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)&lt;BR /&gt;at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)&lt;BR /&gt;at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)&lt;BR /&gt;at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)&lt;BR /&gt;at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)&lt;BR /&gt;at com.sas.svcs.remoting.client.CommonsClientHttpRequestFactory$CommonsClientHttpRequest.executeInternal(CommonsClientHttpRequestFactory.java:191)&lt;BR /&gt;at com.sas.svcs.remoting.client.CommonsClientHttpRequestFactory$CommonsClientHttpRequest.executeInternal(CommonsClientHttpRequestFactory.java:133)&lt;BR /&gt;at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:50)&lt;BR /&gt;at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:519)&lt;BR /&gt;... 27 more&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 10:34:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Web-application-issue/m-p/841826#M25425</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-11-01T10:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Web application issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Web-application-issue/m-p/842586#M25455</link>
      <description>&lt;P&gt;This type of problem is best progressed with SAS Tech Support if you haven't done so already. It looks like you have a software configuration problem.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 21:03:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Web-application-issue/m-p/842586#M25455</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-11-04T21:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Web application issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Web-application-issue/m-p/842870#M25460</link>
      <description>&lt;P&gt;Thanks,&lt;BR /&gt;Yes, we are configuring our system for mid HA&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/bicdc/9.4/bimtag/n14182gcigmyicn1huwlyl49s5fr.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/bicdc/9.4/bimtag/n14182gcigmyicn1huwlyl49s5fr.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Webserver:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/bicdc/9.4/bimtag/n0axzi2o0wubxan1cgaovjqqjfho.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/bicdc/9.4/bimtag/n0axzi2o0wubxan1cgaovjqqjfho.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;step :&lt;/P&gt;
&lt;H2 class="xis-title"&gt;Install Additional Web Server Instances&lt;/H2&gt;
&lt;P&gt;2. Based on the network topology or protocol change, perform the tasks that apply from &lt;STRONG&gt;Manual Configuration Tasks.&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/bicdc/9.4/bimtag/n1uh9f02c7lsnzn1cu57z20h95m8.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/bicdc/9.4/bimtag/n1uh9f02c7lsnzn1cu57z20h95m8.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 class="xis-title"&gt;Configure the SAS Content Server to Use an Existing Customer Reverse Proxy&lt;/H2&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV id="p1xcqy8fcz55bcn1oq2gbgrskibh" class="xis-step"&gt;
&lt;DIV id="p1rfydd6a9nc35n0zkkqygp6cbn1" class="xis-paragraphFirst"&gt;Changed the following JVM options to point to our proxy.&lt;/DIV&gt;
&lt;DIV id="p0wfs4yyx9878vn1wvpstp610gpg" class="xis-codeBlock"&gt;
&lt;DIV class="CopyCode_copyCode__2RUVr"&gt;
&lt;DIV class="CopyCode_svgContainer__2w2bZ CopyCode_show__1IfSg"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;TEXTAREA class="CopyCode_text__3Nacj" style="width: 15px; height: 26px;" tabindex="-1" aria-hidden="true"&gt;&lt;/TEXTAREA&gt;
&lt;DIV class="CopyCode_content__3D03n"&gt;
&lt;PRE class="xis-code"&gt;-Dsas.scs.cas.scheme=&lt;FONT color="#339966"&gt;https&lt;/FONT&gt; 
-Dsas.scs.cas.host=&lt;FONT color="#339966"&gt;&lt;STRONG&gt;sas.mid.com&lt;/STRONG&gt;&lt;/FONT&gt;
-Dsas.scs.cas.port=&lt;FONT color="#339966"&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;443&lt;/SPAN&gt;&lt;/FONT&gt;
-Dsas.scs.svc.scheme=&lt;FONT color="#339966"&gt;https&lt;/FONT&gt;
-Dsas.scs.svc.host=&lt;FONT color="#339966"&gt;&lt;STRONG&gt;sas.mid.com&lt;/STRONG&gt;&lt;/FONT&gt;
-Dsas.scs.svc.port=&lt;FONT color="#339966"&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;443&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV id="n0q1t4ypsz2enkn1f10rljbtoqmr" class="xis-step"&gt;
&lt;DIV id="p08ezths1nv5lrn130kugf1k3m9u" class="xis-paragraphFirst"&gt;Change the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="xis-codeDefaultStyle"&gt;-Dsas.scs.svc.internal.url=http://&lt;FONT face="arial black,avant garde" size="6"&gt;&lt;STRONG&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;host&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;:&lt;FONT size="6"&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;&lt;STRONG&gt;port_number&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;JVM option to point to the internal URI of the SAS Web Server. If the option does not exist, add it.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;in the above second point&amp;nbsp; which hostname and port_number should I use? is it mid- server host and&amp;nbsp; what is the port_number?&lt;BR /&gt;we are planning&amp;nbsp; to cluster 3 mid-tiers .&lt;/P&gt;
&lt;P&gt;I am working on 1st mid-tier&amp;nbsp; so in the &lt;CODE class="xis-codeDefaultStyle"&gt;&lt;FONT face="arial black,avant garde" size="6"&gt;&lt;STRONG&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;host&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/CODE&gt; ,should I use 1st mid-tier host? and what is port_number? is it 443 or 8343?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do we need to change anything from our network side&amp;nbsp; or any other configs?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we just setup load balancing proxy (&lt;FONT color="#339966"&gt;&lt;STRONG&gt;sas.mid.com )&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;with listing port to 443 and talking with mid1, mid2 and mid3&amp;nbsp; to target port 8343&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 14:46:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Web-application-issue/m-p/842870#M25460</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-11-07T14:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Web application issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Web-application-issue/m-p/843017#M25466</link>
      <description>&lt;P&gt;Sorry, I'm not familiar with your SAS architecture. You will get quicker answers from SAS Tech Support.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 00:28:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Web-application-issue/m-p/843017#M25466</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-11-08T00:28:01Z</dc:date>
    </item>
  </channel>
</rss>

