Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to process payload greater than 20MB

1032548Aug 13 2013

We have a SOA system,in which a third party system hits the end point URI exposed by proxy service in OSB. Initially it holds good for 10MB of payload size.

After a while we need to process payloads greater than 10MB. In such situation we did some configuration changes on server side as mentioned below


servers-->soa_server1-->protocols-->maximum Message Size = 20000000(20MB)

servers-->osb_server1-->protocols-->maximum Message Size = 20000000. (20MB)


It works well and good for payload size upto 20MB.


Now we are in a situation to process payload size greater than 20MB. For eg. some 25MB we again changed the above parameters values


servers-->soa_server1-->protocols-->maximum Message Size = 30000000(30MB)

servers-->osb_server1-->protocols-->maximum Message Size = 30000000. (30MB)


When we hit the end point URI with third party system using payload size greater than 20MB, it throws java.net.SocketTimeoutException:Read Time out


Kindly suggest



Regards

Ganesh S

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 10 2013
Added on Aug 13 2013
0 comments
305 views