At a customer place we saw the managed server getting stuck and hung with below MaxMessageSizeExceededException errors in logs. So we followed below steps to narrow down the errors and fix it.
Once this error shows up the managed server which is sending this info to admin server usually gets out of sync and the admin server fails to determine the status of the managed server and eventually it looses the connectivity to admin server.
####<May 16, 2013 12:13:11 PM CEST> <Error> <Socket> <kihjja> <prod01_AdminServer> <ExecuteThread: ’2′ for queue:
‘weblogic.socket.Muxer’> <<WLS Kernel>> <fsa322as2a1ad39a:e8f504c:13e8cebfw21:-8000-000000000000038d>
<1368699191244> <BEA-000403> <IOException occurred on socket:Sockethttp://addr=kihjja-ip/11.32.89.30,port=8009,localport=9379
weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: ’27002222′ bytes exceeds the configured maximum of: ’25000000′ bytes for protocol: ‘t3′.
weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: ’27002222′ bytes exceeds the configured maximum of: ’25000000′ bytes for protocol: ‘t3′
at weblogic.socket.BaseAbstractMuxableSocket.incrementBufferOffset(BaseAbstractMuxableSocket.java:230)
at weblogic.rjvm.t3.MuxableSocketT3.incrementBufferOffset(MuxableSocketT3.java:351)
at weblogic.socket.SocketMuxer.readFromSocket(SocketMuxer.java:991)
at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:922)
at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:899)
at weblogic.socket.EPollSocketMuxer.dataReceived(EPollSocketMuxer.java:215)
Continue reading “Manage Server Getting Stuck With MaxMessageSizeExceededException Error | Weblogic” »
Did Not Find The Exact Solution..? Put A Comment With Your Question TechPaste Support Will Get Back To You!!