Users not able to login to Spectrum when EEM is configured
search cancel

Users not able to login to Spectrum when EEM is configured

book

Article ID: 48826

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

Spectrum that is configured to use EEM, users are not able to log into either the Spectrum OneClick web page or the Spectrum OneClick Console. They receive an "HTTP error code 500" when trying to log in. If the Authentication Logging is enabled in the OneClick Single Sign-On Configuration web page, the debug output will show that these users are authenticating with EEM correctly but still unable to login.

Environment

Release: Any
Component: SPCCSS

Cause

The root cause of the problem is the information received from the EEM server for some users is too large for the http header.

Resolution

The solution is to increase the http header size in OneClick by doing the following on the OneClick server:

  1. Create a backup of the $SPECROOT/tomcat/conf/server.xml file
  2. Edit the $SPECROOT/tomcat/conf/server.xml file
  3. Find the maxHttpHeaderSize="8192" parameter
  4. Change to maxHttpHeaderSize="16384"
  5. Save the change
  6. Restart Spectrum tomcat