Message Of Size: '10008240' Bytes Exceeds The Configured Maximum Of: '10000000' Bytes For T3s
(Doc ID 2920589.1)
Last updated on JANUARY 12, 2023
Applies to:
Oracle SOA Suite - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
On : 12.2.1.4.0 version
message of size: '10008240' bytes exceeds the configured maximum of: '10000000' bytes for t3s
Running into this issue on SOA Server.
Have added this statement to JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.MaxMessageSize=300000000" into setUserOverrides.sh file for all servers
The Linux processes shows that some servers have picked up that new amount and others have not:
-Dweblogic.Name=AdminServer shows -Dweblogic.MaxMessageSize=300000000 the correct changed amount
-Dweblogic.Name=ess_server1 shows -Dweblogic.MaxMessageSize=300000000 the correct changed amount
-Dweblogic.Name=osb_server1 shows -Dweblogic.MaxMessageSize=30000000 for some reason this one does not show changed amount - why?
-Dweblogic.Name=soa_server1 shows -Dweblogic.MaxMessageSize=30000000 for some reason this one does not show changed amount - why?
-Dweblogic.Name=ums_server1 shows -Dweblogic.MaxMessageSize=30000000 for some reason this one does not show changed amount - why?
Following error was showing the logs:
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 |
Cause |
Solution |
References |