My Oracle Support Banner

Error: 'java.lang.OutOfMemoryError: GC Overhead Limit Exceeded' When Starting Unifier Managed Server Using Windows Service (Doc ID 2909284.1)

Last updated on DECEMBER 15, 2022

Applies to:

Primavera Unifier - Version 10.0 and later
Primavera P6 Enterprise Project Portfolio Management - Version 19.12.19.0 to 19.12.19.0 [Release 19.12]
Information in this document applies to any platform.

Symptoms

After installing a Weblogic Managed Server as Windows Service and deploying Unifier to the Managed Server, the following error occurs after starting the Windows Service.

ERROR:
--------------------
"java.lang.OutOfMemoryError: GC overhead limit exceeded"

ADDITIONAL INFORMATION
---------------------
When starting the same Managed Server from the Weblogic console, the server starts and runs without any issues.

The following script was used to install the Windows Service:

SETLOCAL
set DOMAIN_NAME=Unifier
set USERDOMAIN_HOME=.....\Oracle_Home\user_projects\domains\Unifier
set SERVER_NAME=Unifier
set PRODUCTION_MODE=true
set ADMIN_URL=https:/.com:<Port #>
set MEM_ARGS=-Xms128m -Xmx512m
call %USERDOMAIN_HOME%\bin\setDomainEnv.cmd
call ".....\Oracle_Home\wlserver\server\bin\installSvc.cmd"

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
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.