Post date: Dec 10, 2010 7:23:33 AM
In this Document
BI Publisher (formerly XML Publisher) - Version: 5.6.3 to 5.6.3 - Release: 5 to 5
BI Publisher (formerly XML Publisher) - Version: 12.0 to 12.1 - Release: 12 to 12
Oracle Application Object Library - Version: 12 to 12 - Release: 12 to 12
Information in this document applies to any platform.
22-Mar-2010
Setup Output Post Processor when reports intermittently complete with warnings and java.lang.OutOfMemoryError during peak utilization periods.
1. For OPP Memory and Processes Error:
Memory:
If you receive intermittent error message:
java.lang.OutOfMemoryError
then increase the Java heap memory to -mx1024m or -mx1536m or even -mx2048m.
Default value is:
J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx512m
which may not be sufficient.
a. Bring down the concurrent managers.
b. Use the Update statement below, for example:
update FND_CP_SERVICES
set DEVELOPER_PARAMETERS =
'J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx1024m'
where SERVICE_ID = (select MANAGER_TYPE from FND_CONCURRENT_QUEUES
where CONCURRENT_QUEUE_NAME = 'FNDCPOPP');
c. Run cmclean.sql script from Note 134007.1.
d. Bring concurrent managers up again.
2. For Timed Out Warning in the Request Log file:
Timed Out:
If you receive the following error:
The concurrent manager has timed out waiting for the Output Post-processor to finish this request.
Then the number of OPP processes should be increased.
a. Navigate to the OPP manager in the Concurrent Manager Define form.
b. Select the Work Shifts button.
c. Increase the number of processes defined.
d. Bounce the managers.
3. For Warning in Request Log File:
Warning:
If you get the error message:
The Output Post-processor is running but has not picked up this request.
No further attempts will be made to post-process this request, and the request will be marked with Warning status.
Setting the profile option Concurrent: OPP Response Timeout to a higher value (in seconds) may be necessary.
a. Navigate to Profile - System.
b. Query up the Concurrent:OPP Response Timeout profile.
Internal Name : CONC_PP_RESPONSE_TIMEOUT
Description : Specifies the amount of time a manager waits for OPP to respond to its request for post processing.
c. Increase the current value. For example, if the current value is 300 then increase to 600.
d. Bounce the managers.
4. Insure that Patch 7687414 REHOSTING XDOPARSER 10.1.0.5 WITH FIX FOR BUG 7586025, 7339075 has been applied. This relates to 7687414:R12.TXK.A.
a. Please download and review the readme and pre-requisites for Patch 7687414.
b. Apply Patch 7687414 in a test environment.
c. Retest the issue.
d . If the issue is resolved, please migrate the solution as appropriate to other environments.
Note: When increasing the memory or adding processes, make sure there is enough memory available for the value the profile or parameter that is being set.
Also, the following notes are added for Accounting Reports that may be failing:
Note 836551.1 - R12: Out Of Memory Exception, Retry With Scalable Option, Subledger Accounting Account Analysis Report.
Note 737311.1 - How to Configure the Account Analysis Report in Release 12 for Large Reports.
NOTE:737311.1 - How to Configure the Account Analysis Report in Release 12 for Large Reports
NOTE:836551.1 - R12: Out Of Memory Exception, Retry With Scalable Option, Subledger Accounting Account Analysis Report
PATCH:7687414 - REHOSTING XDOPARSER 10.1.0.5 WITH FIX FOR BUG 7586025, 7339075
Related
Products
Oracle E-Business Suite > Applications Technology > Technology Components > BI Publisher (formerly XML Publisher)
Oracle E-Business Suite > Applications Technology > Technology Components > BI Publisher (formerly XML Publisher)
Oracle E-Business Suite > Applications Technology > Application Object Library > Oracle Application Object Library
Keywords
TIME OUT; OUT OF MEMORY; XML PUBLISHER; BI PUBLISHER; OPP; SUBLEDGER ACCOUNTING; JAVA.LANG.OUTOFMEMORYERROR; HEAP SIZE
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.