My Oracle Support Banner

OFSAA GC Overhead Limit Exceeded Error Using WebLogic (Doc ID 1305587.1)

Last updated on MAY 24, 2023

Applies to:

Oracle Financial Services Analytical Applications Infrastructure - Version 7.2.7 and later
Oracle WebLogic Server - Version 10.3 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI / AAI)
Oracle Financial Services Profitability Management (PFT)
Oracle Financial Services Funds Transfer Pricing (FTP)
Oracle Financial Services Asset Liability Management (ALM)

Symptoms

On Oracle Financial Services Analytical Applications Infrastructure (OFSAAI), when attempting to create a form in Financial Services Applications > Master Maintenance > Data Entry Forms and Queries > Forms Designer, the system hangs and the following error occurs in the WebLogic console:

ERROR
Exception in thread "Thread-12" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "Timer-1" java.lang.OutOfMemoryError: GC overhead limit exceeded
at weblogic.work.ThreadPriorityManager.computeThreadPriorities(ThreadPriorityManager.java:108)
at weblogic.work.IncrementAdvisor.run(IncrementAdvisor.java:383)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Exception in thread "weblogic.timers.TimerThread" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "DynamicListenThread[Default]" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "weblogic.GCMonitor" java.lang.OutOfMemoryError: GC overhead limit exceeded


Increasing the Java memory per JAVA_OPTS .profile option to 1024 and 2048 and rebooting Weblogic and Infrastructure did not alleviate the issue:

JAVA_OPTS="-Xms256M -Xmx1024M"
export JAVA_OPTS

Steps to reproduce:

1. Attempt to create a new form from Financial Services Applications > Master Maintenance > Data Entry Forms and Queries > Forms Designer.

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.