Post date: Dec 10, 2010 6:34:20 AM
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.
Oracle Process Manufacturing Financials - Version: 12.0.6 and later [Release: 12 and later ]
Information in this document applies to any platform.
On : 12.0.6 version,
When attempting to run the Create Accounting process, the error of the following type occurs.
ERROR
-------------
Beginning post-processing of request 5134739 on node ORACAPP1 at 26-JAN-2010 09:24:14.
Post-processing of request 5134739 failed at 26-JAN-2010 09:24:40 with the error message:
One or more post-processing actions failed. Consult the OPP service log for details.
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Run Actual Cost Process
2. Run Cost Update
3. Run OPM Accounting Pre-processor
4. Create Accouting with Draft mode,
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot Create Accounting with Final mode.
The failure of the Create Accounting process is due to the Java application running out of memory, as determined from the Manager log for the Post-Processing actions for the Create Accounting request which shows the following error -
at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
Caused by: java.lang.OutOfMemoryError: Java heap space
(1) Identify if the Java application has a memory leak. There are tools like YourKit Java Profiler that help you to identify such leaks.
(2) Increase the Java heap size ( currently set to 128 MB by default ) using the following runtime parameters:
java -Xms<initial heap size> -Xmx<maximum heap size>
Defaults are:
java -Xms32m -Xmx128m
which can be set this either in the Java Control Panel or on the command line, depending on the environment you run your application.
BUG:9452950 - CREATE ACCOUNTING ERRORS WHEN RUN FOR A LARGE VOL. OF DATA.
NOTE:862644.1 - XML Publisher Report Issues
NOTE:876227.1 - Investigating BI Publisher Errors such as Acct Analysis Report Ends In Java Heap Error
NOTE:352518.1 - Concurrent Request Fails Due to Timeout of the Post Processing Action
NOTE:978495.1 - Why Does OPP Intermittently Completes With Warnings and Error 'java.lang.OutOfMemoryError'?
NOTE:1107693.1 - The Create Accounting process does not pick up all transactions
Related
Products
Oracle E-Business Suite > Manufacturing > Process Manufacturing > Oracle Process Manufacturing Financials
Keywords
OPPREQUESTTHREAD.JAVA; JAVA.LANG.OUTOFMEMORYERROR; OUT OF MEMORY; ORACLE PROCESS; MEMORY LEAK; HEAP SIZE; CREATE ACCOUNTING; OPM
Errors
JAVA HEAP SPACE
Article Rating
Comments
Provide feedback for this article. Please use 'Contact Us' for other feedback.
Important Note: this feedback is anonymously visible to other customers until processed by Oracle Support.