WebLogic Server-Error org/apache/xalan/processor/TransformerFactoryImpl is Thrown when Trying to Acivate the Changes via WLST
(Doc ID 2197036.1)
Last updated on OCTOBER 02, 2024
Applies to:
Oracle WebLogic Server - Version 12.1.2.0.0 and laterInformation in this document applies to any platform.
Symptoms
While trying to apply the change to the MaxParameterCount via WLST and activate the changes using activate(), following error is thrown.
WLST commands executed:
connect()
edit()
startEdit()
cd('Servers')
cd('Managed Server name')
cmo.getWebServer().setMaxRequestParameterCount(10000)
save()
activate()
exit()
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |