java.io.FileNotFoundException: /u01/prod/prodcomn/temp/xdoeXHBC2Lw6L041013_12110339314.fo (No such file or directory)

Issue:

[1023756:RT3580305] java.io.FileNotFoundException: /u01/prod/prodcomn/temp/xdoeXHBC2Lw6L041013_12110339314.fo (No such file or directory)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
	at oracle.apps.xdo.common.tmp.TmpFile.createTmpFileJDK118(TmpFile.java:146)
	at oracle.apps.xdo.common.tmp.TmpFile.createTmpFile(TmpFile.java:113)
	at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:987)
	at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
	at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
	at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
	at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
	at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
	at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
	at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
	at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)

Cause:

The OPP is trying to find a temporary folder which is non-existent on this server but in the source one.  This is caused by invalid setup for the temporary directory in the target environment because the temp directory setting is still pointing to the source environment.

Solution:

1. Check the setup for XML / BI publisher for the temporary directory.

2.  Follow the navigation below:
Navigation Path : XML Publisher Administration responsibility
-> Tab : Administration
-> Configuration
The temporary directory can be specified under : Properties -> General -> Temporary Directory

Reference :
Output Post Processor Log File Contains java.io.FileNotFoundException (No such file or directory) Error [ID 463388.1]
This entry was posted in APPS DBA, Cloning. Bookmark the permalink.

1 Response to java.io.FileNotFoundException: /u01/prod/prodcomn/temp/xdoeXHBC2Lw6L041013_12110339314.fo (No such file or directory)

  1. sandeephyd says:

    Thank you for your solution. I struggled because of this error for 2 days. Your solution worked for me like a charm.

Leave a comment