Portlet timeout
Sr-3-6708037881
Vver-11.1.1.4.0
We are seeing portlet timeout that are inconsistant with the timeout specified in portlet producer registartion screen. We have 3000 as portlet timoout in the portlet producer screen but portlets are timing out in 30 seconds or less. We need some help here, here are other timeouts setup in our portal application
web.xml
session-timeout : 15 (min)
oracle.adf.view.rich.sessionHandling.WARNING_BEFORE_TIMEOUT : 180 (sec)
adf-config.xml
adf-portlet-config:defaultTimeout : 20 (sec)
adf-portlet-config:minimumTimeout : 1(sec)
adf-portlet-config:maximumTimeout: 60 (sec)
According to documentation at http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_files.htm#CHDJBHBE timeouts in the adf-config.xml are just default values and should be used only when portlet producer does not provide them.
Can you please help us find what we need to do to fix timeout issue.