Summary
Bursting: java.io.FileNotFoundException (No such file or directory)
Content
Hi All,
My Bursting program completes in error with the exception
--Exception
/slot/ems3321/appmgr/apps/apps_st/appl/xdo/12.0.0/temp/1559614.xml (No such file or directory)
java.io.FileNotFoundException: /slot/ems3321/appmgr/apps/apps_st/appl/xdo/12.0.0/temp/1559614.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:523)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)
at oracle.apps.fnd.cp.request.Run.main(Run.java:156)
I set up the temp folder in the administration tab and still i face this issue.
My Control file is as below --
<?xml version="1.0" encoding="utf-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
<xapi:request select="/XXXDPTAXML/LIST_G_TRX/G_TRX">.
<xapi:delivery>
<xapi:filesystem id="outbound_inv_xml" output="/tmp/${CUSTOMER_TRX_ID}.xml" />
</xapi:delivery>
<xapi:document output-type="xml" delivery="outbound_inv_xml" >
<xapi:template type="XSL" location="xdo://XXX.XXXPTAXML.en.US/?getsource=true" />
</xapi:document>
</xapi:request>
</xapi:requestset>
I tried setting up the XDO.cfg file with the system-temp-dir property to /tmp directory and still facing this issue.
Please help in resolving the issue with bursting.
Thanks
Anil