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!

Help needed with HTTP Server timeout

665725Dec 5 2010 — edited Dec 7 2010
Hi,

we have developed a web application in oracle portal. There is a feature of downloading the bills through excel sheets.

Sometimes the data that needs to be written in excel is huge which takes time greater than timeout parameter in httpd.conf. The error message shown on the browser is No Response from Application web server.

On verification of http server logs, we found the following message.

+[Thu Dec 2 10:26:45 2010] [error] [client xxx.xx.xx.xxx] [ecid: 184098755464,2] (4)Interrupted system call: MOD_OC4J_0038: Receiving data from oc4j exceeded the configured "Timeout" value and the error code is 4.+
+[Thu Dec 2 10:26:45 2010] [error] [client xxx.xx.xx.xxx] [ecid: 184098755464,2] MOD_OC4J_0054: Failed to call network routine to receive an ajp13 message from oc4j.+

Error also contains this: doPost:: Broken pipe

We understood that it is failing in the OHS. Question is, is there a way to let this functionality alone run on the server without the timeout applied to it as we do not want entire application to run without timeout. Or any other way to avoid this problem.

Please help.

MJ
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 4 2011
Added on Dec 5 2010
6 comments
259 views