<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1535 Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1535 Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128</link><pubDate>Mon, 23 Jul 2018 10:24:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 10:24:42 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When users try to access alerts or process details for a process instance in /designer, they may run into an error in the UI like the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/alert.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-11/alert.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Users will also see the following error in the JBoss server.log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the application server.&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp;&lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;.&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss EAP 6.4.x as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, designer, infrastructure, jboss&lt;/div&gt;
</description></item><item><title>KB-1535 Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128/revision/10</link><pubDate>Tue, 03 Apr 2018 08:04:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Parmida Borhani on 4/3/2018 8:04:12 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When users try to access alerts or process details for a process instance in /designer, they may run into an error in the UI like the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/alert.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-11/alert.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Users will also see the following error in the JBoss server.log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the application server.&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp;&lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;.&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss EAP 6.4.x as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, designer, jboss&lt;/div&gt;
</description></item><item><title>KB-1535 Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128/revision/9</link><pubDate>Tue, 03 Apr 2018 04:04:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Parmida Borhani on 4/3/2018 4:04:12 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When users try to access alerts or process details for a process instance in /designer, they may run into an error in the UI like the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/alert.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/alert.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Users will also see the following error in the JBoss server.log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the application server.&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp;&lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;.&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss EAP 6.4.x as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, designer, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128/revision/8</link><pubDate>Tue, 03 Apr 2018 04:03:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Parmida Borhani on 4/3/2018 4:03:22 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When users try to access alerts or process details for a process instance in /designer, they may run into an error in the UI like the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/alert.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/alert.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Users will also see the following error in the JBoss server.log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the application server.&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp;&lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;.&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss EAP 6.4.x as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, designer, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128/revision/7</link><pubDate>Thu, 29 Mar 2018 04:26:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Sean Kim on 3/29/2018 4:26:06 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When users try to access alerts or process details for a process instance in /designer, they may run into an error in the UI like the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/alert.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/alert.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Users will also see the following error in the JBoss server.log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the application server.&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp; &lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;.&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss EAP 6..4.x as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, designer, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128/revision/6</link><pubDate>Thu, 29 Mar 2018 04:25:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Sean Kim on 3/29/2018 4:25:00 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When users try to access alerts or process details for a process instance in /designer, they may run into an error in the UI like the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/alert.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/alert.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span style="font-family:verdana, geneva;"&gt;Users will also see the following error in the JBoss server.log:&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the application server.&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp; &lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;.&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss EAP 6..4.x as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, designer, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128/revision/5</link><pubDate>Thu, 29 Mar 2018 04:09:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Sean Kim on 3/29/2018 4:09:41 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When users try to access alerts or process details for a process instance in /designer, they may run into an error in the UI like the following:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/alert.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-13/alert.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:verdana, geneva;"&gt;Users will also see the following error in the JBoss server.log:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop the application server.&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;&amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp; &lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;.&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using JBoss EAP 6..4.x as an application server.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, designer, jboss&lt;/div&gt;
</description></item><item><title>Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128/revision/1</link><pubDate>Wed, 28 Mar 2018 15:13:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Sean Kim on 3/28/2018 3:13:38 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Symptoms of the issue include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Unable to access alerts in /designer.&lt;/li&gt;
&lt;li&gt;Unable to access process details for a process instance.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop Application Server.&lt;/li&gt;
&lt;li&gt;Navigate to &amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp; &lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the Application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128/revision/4</link><pubDate>Wed, 28 Mar 2018 11:18:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Sean Kim on 3/28/2018 11:18:23 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Symptoms of the issue include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Unable to access alerts in /designer.&lt;/li&gt;
&lt;li&gt;Unable to access process details for a process instance.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop Application Server.&lt;/li&gt;
&lt;li&gt;Navigate to &amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp; &lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the Application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, designer, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128/revision/3</link><pubDate>Wed, 28 Mar 2018 11:15:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Sean Kim on 3/28/2018 11:15:28 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Symptoms of the issue include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Unable to access alerts in /designer.&lt;/li&gt;
&lt;li&gt;Unable to access process details for a process instance.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop Application Server.&lt;/li&gt;
&lt;li&gt;Navigate to &amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp; &lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the Application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, designer, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Header count exceeded allowed maximum [128]</title><link>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128/revision/2</link><pubDate>Wed, 28 Mar 2018 11:15:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3e836b0-29ef-4b22-9b28-53d08cd09bbf</guid><dc:creator>Sean Kim</dc:creator><comments>https://community.appian.com/support/w/kb/891/kb-1535-header-count-exceeded-allowed-maximum-128#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Sean Kim on 3/28/2018 11:15:15 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Symptoms of the issue include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Unable to access alerts in /designer.&lt;/li&gt;
&lt;li&gt;Unable to access process details for a process instance.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The JBoss container limits the Mime Header count to 128 by default. This header count is related to how resources in the /designer interface are accessed.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;To resolve the issue, perform the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stop Application Server.&lt;/li&gt;
&lt;li&gt;Navigate to &amp;lt;JBOSS_HOME&amp;gt;/standalone/configuration/standalone.xml&lt;/li&gt;
&lt;li&gt;Inside the standalone.xml file, locate the following:&amp;nbsp; &lt;code&gt;&amp;lt;system-properties&amp;gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.Parameters.MAX_COUNT&amp;quot; value=&amp;quot;5000&amp;quot;/&amp;gt;&amp;lt;/system-properties&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Add the following property to the &lt;code&gt;&amp;lt;system-properties&amp;gt;&lt;/code&gt; section:&amp;nbsp;&lt;code&gt;&amp;lt;property name=&amp;quot;org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT&amp;quot; value=&amp;quot;512&amp;quot;/&amp;gt;.&amp;nbsp;&lt;/code&gt;This increases the Mime Header count from the default 128 to 512.&lt;/li&gt;
&lt;li&gt;Save the file and start the Application server.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: application server, designer, jboss&lt;/div&gt;
</description></item></channel></rss>