<?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: Header Too Large in sas studio app pod log in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960501#M29676</link>
    <description>&lt;P&gt;Thanks for your help. Yes, I am able to authenticate.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2025 05:16:58 GMT</pubDate>
    <dc:creator>srinivasa_attot</dc:creator>
    <dc:date>2025-02-28T05:16:58Z</dc:date>
    <item>
      <title>Header Too Large in sas studio app pod log</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960219#M29659</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have deployed SAS VIYA on Kubernetes and all the pods are running except CAS pods. when i am trying to SASStuudio url it gives an error" bad request".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I am not able to open any of the url lie studio, drive&amp;nbsp; and Environment manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On checking SAS-Studio-app pod log, i see the error " Header too large".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me how to fix the header issue ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Srinivas&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 09:20:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960219#M29659</guid>
      <dc:creator>srinivasa_attot</dc:creator>
      <dc:date>2025-02-26T09:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Header Too Large in sas studio app pod log</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960220#M29660</link>
      <description>&lt;P&gt;Error details:&lt;/P&gt;&lt;P&gt;"version":1,"timeStamp":"2025-02-26T01:58:54.667Z","level":"info","source":"sas-studio-app","message":"Error parsing HTTP request header\n Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.\njava.lang.IllegalArgumentException: Request header is too large\n\tat org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:777)\n\tat org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:971)\n\tat org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:592)\n\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:293)\n\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)\n\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905)\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)\n\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)\n\tat org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)\n\tat org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\n\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)\n\tat java.base/java.lang.Thread.run(Thread.java:1583)\n","properties":{"logger":"org.apache.coyote.http11.Http11Processor","thread":"http-nio-10445-exec-8"}}&lt;/P&gt;&lt;P&gt;{"version":1,"timeStamp":"2025-02-26T02:19:22.965Z","level":"info","source":"sas-studio-app","message":"[FEATURE_FLAGS_LIBRARY_COMMUNICATIONS_ERROR_POST_CONNECT] The feature flags library has lost communication with the feature flags service. The status code is 401 UNAUTHORIZED.","properties":{"logger":"com.sas.commons.features.UnleashErrorLogger","thread":"unleash-api-executor"},"messageKey":"com.sas.commons.features.LogMessages.FEATURE_FLAGS_LIBRARY_COMMUNICATIONS_ERROR_POST_CONNECT","messageParameters":{"0":"401 UNAUTHORIZED"}}&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 09:31:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960220#M29660</guid>
      <dc:creator>srinivasa_attot</dc:creator>
      <dc:date>2025-02-26T09:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Header Too Large in sas studio app pod log</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960285#M29665</link>
      <description>I think this can happen if the authenticating user is a member of enough groups to cause your oauth token to breach the maximum header size configured for Java services (server.max-http-header-size).&lt;BR /&gt;&lt;BR /&gt;Are you able to log in to Viya as sasboot successfully?&lt;BR /&gt;&lt;BR /&gt;If so, under Env Mgr &amp;gt; Configuration &amp;gt; Definitions locate the "server" definition and see if you have an existing definition for the Global service. If so, edit that definition and if not, create a new configuration, selecting the service Global.&lt;BR /&gt;&lt;BR /&gt;Then add a property called "max-http-header-size" with a value of "32768", and save the configuration.&lt;BR /&gt;&lt;BR /&gt;If you aren't able to log in to Viya you can add this configuration in the SAS Configuration Server directly with the command:&lt;BR /&gt;&lt;BR /&gt;kubectl -n namespace exec -it sas-rabbitmq-server-0 -c sas-rabbitmq-server -- /opt/sas/viya/home/bin/sas-bootstrap-config kv write config/application/server/max-http-header-size 32768 --force&lt;BR /&gt;&lt;BR /&gt;You may need to restart your Viya Java-based services to pick up this change.&lt;BR /&gt;&lt;BR /&gt;You can get a list of those services using:&lt;BR /&gt;kubectl -n namespace get deploy -o jsonpath='{range .items[?(@.spec.template.metadata.annotations.sas\.com/kustomize-base=="spring")]}{.metadata.name}{"\n"}{end}'</description>
      <pubDate>Wed, 26 Feb 2025 16:25:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960285#M29665</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-02-26T16:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Header Too Large in sas studio app pod log</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960372#M29669</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;.&amp;nbsp; I am still not able to login to SAS VIYA environment manger but after executing kubectl commands the error is not seen in the logs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 04:04:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960372#M29669</guid>
      <dc:creator>srinivasa_attot</dc:creator>
      <dc:date>2025-02-27T04:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Header Too Large in sas studio app pod log</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960450#M29674</link>
      <description>Are you able to authenticate using the /SASLogon endpoint?</description>
      <pubDate>Thu, 27 Feb 2025 19:20:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960450#M29674</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-02-27T19:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Header Too Large in sas studio app pod log</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960501#M29676</link>
      <description>&lt;P&gt;Thanks for your help. Yes, I am able to authenticate.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 05:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Header-Too-Large-in-sas-studio-app-pod-log/m-p/960501#M29676</guid>
      <dc:creator>srinivasa_attot</dc:creator>
      <dc:date>2025-02-28T05:16:58Z</dc:date>
    </item>
  </channel>
</rss>

