R12.2 Apps DBA. Powered by Blogger.

ADOP Cutover Is Failing With weblogic.socket.MaxMessageSizeExceededException R12.2

No comments :
weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '10000080' bytes exceeds the configured maximum of: '10000000' bytes for protocol: 't3'.
weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '10000080' bytes exceeds the configured maximum of: '10000000' bytes for protocol: 't3'
at weblogic.socket.BaseAbstractMuxableSocket.incrementBufferOffset(BaseAbstractMuxableSocket.java:230)
Sol:
Please perform following
1.Change the following files on the run and patch file system of the primary
application tier node and any hybrid node.
* $AD_TOP/patch/115/bin/adProvisionEBS.pl
2. Add -Dweblogic.MaxMessageSize=20000000 as shown below
my $cmd = "$javaPrg -Dweblogic.MaxMessageSize=20000000 -classpath
$ENV{'CLASSPATH'} oracle.apps.ad.tools.configuration.EBSProvisioner $params";
* $AD_TOP/bin/adclone.pl
3. Add -Dweblogic.MaxMessageSize=20000000 as shown below
$JAVA_CMD = "$JAVA_HOME/bin/java$binExt -Xmx600M
-Dweblogic.MaxMessageSize=20000000";
4. Rerun cutover.

No comments :

Post a Comment

Note: only a member of this blog may post a comment.