Tuesday, March 2, 2010

BPELConsole Timeout Issue



In 10.1.3.5 Oracle SOA Suite we realized that BPELConsole to load the flow page, often timeouts. It gets worse if you are accessing the BPELConsole remotely or from different country. Error seems something like: failed to load resource: xmlGetAuditTrail.jsp?referenceId=bpel%3A//localhost/<<domain-name>>/<<process-name>>%7E1.15/431669&id3j0son2=1

After doing extensive digging in the JSP code a little bit, I found that one of the Java Script which was making server call had 20 second timeout!! After bumping up that to higher number, I was able to resolve that issue. Here is the fix:

$ORACLE_HOME\j2ee\oc4j_soa\applications\orabpel\console\ui\util2\1001.js
(search for rInfo.timeout)
increase timeout from 20 to 200

No comments: