XDO and timeout

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

XDO and timeout

Laurel
Hi Dear Erman!
Hope all is well!

EBS 12.2.7
We printing alot of customer statements in AR trough bursting program.. but we get the timeout in the middle of the process:
[oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] oracle.apps.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)
        at oracle.apps.xdo.delivery.http.HTTPClient.submitRequest(Unknown Source)

Cannot find anywhere where do I increase the timeout..
found metalink note (Doc ID 1982842.1), HTTP_timeout but where to  ?
To define to xdodelivery.cfg ? as property_name ?
<property name="http_timeout">180000</property>

ANy hints ?
Thank you very much !
Br,Laurel
Reply | Threaded
Open this post in threaded view
|

Re: XDO and timeout

ErmanArslansOracleBlog
Administrator
Hi Laurel,

Thanks, I hope everything is okay on your side as well:)

It seems, these properties are defined for APIs.
They seems to be relevant when doing API work.
However, xdodelivery.cfg is used to defined the default properites, so it may work..

Did you try after setting http_timeout as a property in xdodelivery.cfg?

If it wont fix your issue, you may consider writing a wrapper, defined the property there and call the API accordingly for your printing action..
Reply | Threaded
Open this post in threaded view
|

Re: XDO and timeout

ErmanArslansOracleBlog
Administrator
Also check xdo.cfg file..
There are configurable properites in that file as well..

As far as I see, this http timeout parameter is given as a java command line argument.

-Dhttp.timeout=600000

So, if this is a java program, try passing the java command line argument to that..
As you know, for ex: If it is a conc program, then you can give java arguments in the concurrent define form..