Previous Topic: Restart the JBoss Application Server

Next Topic: Platform Support and Installation Media

Troubleshooting

This section contains the following topics:

SOA Agent Fails to Generate Signed SAML Session Ticket Responses

SOA Agent Fails to Generate Signed SAML Session Ticket Responses

Symptom:

The SOA Agent fails to generate signed SAML Session Ticket responses, producing the following error message:

[ERROR] stack.jbws.RequestHandlerImpl 8A2AF0AB-705F-08EF-DD11-2AA1C4AADF50 - Error processing web service request
org.jboss.ws.WSException: ava.lang.ArrayIndexOutOfBoundsException

This error is because the generated SAML Session Ticket response results in an HTTP header larger than the JBoss default size limit of 4096 .

Solution:

Increase the value of the maxHttpHeaderSize parameter in the JBoss server.xml file from 4096 to a value large enough to accommodate the generated header (for example, 8192).

The server.xml file is located in JBOSS_HOME\server\default\deploy\jbossweb.sar.