When creating a directory in the Identity Management console, an HTTP 500 Internal Server Error occurs after configuring the CA Directory under the USER object attributes and clicking Next.
Windows 2012 / Wildfly 8.2 final / Identity Manager 12.6 SP8
This issue occurs because the number of parameters exceeds the default maximum limit of 1,000.
To increase the max parameters limit, update the iam_im-reference-standalone-full.xml file by adding the following attribute:
<http-listener name="default" socket-binding="http" max-parameters="xxxx"/>