Environment
Identity Manager iManager Plug-ins
Situation
iManager cannot modify XML data in a driver or driver set when the amount of XML is very large.
You get an error:
Com.novell.nds.dirxml.engine.gcv.GCVXmlParseException:XML
Also, sometimes the edit XML window is empty.
Resolution
Solution:
1. edit /etc/opt/novell/tomcat8/server.xml
2. add maxPostSize="-1" in <connector> nodes.
3. systemctl restart novell-tomcat8-service.service
1. edit /etc/opt/novell/tomcat8/server.xml
2. add maxPostSize="-1" in <connector> nodes.
3. systemctl restart novell-tomcat8-service.service
Cause
The truncation might be happening because of the limit in maxPostSize in tomcat
https://tomcat.apache.org/tomcat-8.0-doc/config/http.html
https://tomcat.apache.org/tomcat-8.0-doc/config/http.html