Groups > Weblogic > WebLogic Enterprise JavaBeans > weblogic.socket.MaxMessageSizeExceededException




weblogic.socket.MaxMessageSizeExceededException

weblogic.socket.MaxMessageSizeExceededException
Mon, 5 May 2008 13:56:09 -0700
Weblogic9.2

I am trying to fetch some data through an EJB call, the size of the data is
around 30 MB. The server returns the data but before client receives, the
following exception is thrown.

weblogic.rjvm.PeerGoneException: ; nested exception is: 
weblogic.socket.MaxMessageSizeExceededException: Incoming message of size:
'10000080' bytes exceeds the configured maximum of: '10000000' bytes for
protocol: 't3'


I changed the default MaxMessageSize from 10MB to 100MB (in Servers >>
MyServer >> Protocols >> General tab), but I get the same error. No
matter to what max size I change the same error is thrown. I doubt if the new
value I set is not being reflected? but the config.xml is being updated with
whatever I set.

Post Reply
about | contact