Thursday 23 November 2017

Java Heap Space Error while running Payables Posted Invoice Register oracle.solutions July 1, 2017 Accounts Payables, Errors/Workarounds-AP, Oracle Functional Leave a comment 57 Views

https://aporaclepayables.blogspot.com/2017/11/java-heap-space-error-while-running.html

ERROR

When attempting to run Payables Posted Invoice Register ,
the following error occurs.
-----------------------------
Status=Error
Completion Text=Java Heap Space

SOLUTION

Step 1. Set the Java Virtual Memory (JVM) for the report to a higher value.

Responsibility: Application Developer or System Administrator
Navigate: Concurrent > Program
Query the Concurrent Program – query Report which is experiencing the issue
In the ‘Executable’ block, there is a field called ‘Options’. (It should be empty initially for the Concurrent Program).
Set this field to increase the maximum amount of memory – use the appropriate value based on the amount of datawhich is expected to be processed.
-Xmx512m
-Xmx1024M
-Xmx2048M
Save the concurrent program definition.

Step 2. Retest the Issue

Step 3. Migrate the solution as appropriate to other environments.


Reference : Java Heap Space Error Running Payables Posted Invoice Register (Doc ID 1616683.1)

No comments:

Post a Comment