Pages

Friday, June 22, 2012

weblogic.socket.MaxMessageSizeExceededException

Hi

I am getting the following exception while importing the Config file using tcImportOperationsIntf to the Oracle Identity Manager repository.


 weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '10000080' bytes exceeds the configured maximum of: '10000000' bytes for protocol: 'iiop'.
weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: '10000080' bytes exceeds the configured maximum of: '10000000' bytes for protocol: 'iiop'
        at weblogic.socket.BaseAbstractMuxableSocket.incrementBufferOffset(BaseAbstractMuxableSocket.java:174)
        at weblogic.socket.SocketMuxer.readFromSocket(SocketMuxer.java:983)
        at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:922)
        at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:898)
        at weblogic.socket.EPollSocketMuxer.dataReceived(EPollSocketMuxer.java:215)
        at weblogic.socket.EPollSocketMuxer.processSockets(EPollSocketMuxer.java:177)
        at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
        at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:43)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)

Solution:

Login into the Web Logic Admin Console --> Servers --> OIM Server --> Protocols --> Modify the Maximum Message Size: value.
For example Default value is 100000000.
Add higher value to the Maximum Message Size: is 1000000000.

The Issue is resolved.

Best Of luck.

3 comments:

  1. I have modified this value and restarted the OIM Nodes and AdminServer. But this change is not taking effect.

    ReplyDelete
    Replies
    1. Are you seeing any errors in the OIM Server logs. Please post the error and I will look the error and let you know the details to you.

      Delete
  2. what is the max message size that can be set ?

    ReplyDelete