You are currently reviewing an older revision of this page.

DRAFT KB-XXXX Header count exceeded allowed maximum [128]

Symptoms

Symptoms of the issue include:

  • Unable to access alerts in /designer.
  • Unable to access process details for a process instance.
java.lang.IllegalStateException: JBWEB002005: Header count exceeded allowed maximum [128]

Cause

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.

Workaround

To resolve the issue, perform the following:

  1. Stop Application Server.
  2. Navigate to <JBOSS_HOME>/standalone/configuration/standalone.xml
  3. Inside the standalone.xml file, locate the following:  <system-properties><property name="org.apache.tomcat.util.http.Parameters.MAX_COUNT" value="5000"/></system-properties>
  4. Add the following property to the <system-properties> section: <property name="org.apache.tomcat.util.http.MimeHeaders.MAX_COUNT" value="512"/>. This increases the Mime Header count from the default 128 to 512.
  5. Save the file and start the Application server.

 

Affected Versions

This article applies to all versions of Appian.

Last Reviewed: April 2018