Reporter extractions failing with Java heap space error
search cancel

Reporter extractions failing with Java heap space error

book

Article ID: 368011

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Reporter extractions end with an error message:

Caused by: java.lang.OutOfMemoryError: Java heap space 

Environment

Release : 6.10.x, 7.x

Component : DOLLAR UNIVERSE

Sub-Component: Reporter

Cause

Insufficient amount of allocated memory for Reporter

Resolution

By default, in the script bin/unistartrep we set a XMX setting of 1024m:

REPJAVAOPTS="-Xmx1024m -Xms512m -Djsse.enableCBCProtection=false"

E.g. modify this line to a higher value like 2048m

REPJAVAOPTS="-Xmx2048m -Xms512m -Djsse.enableCBCProtection=false"

Then stop / start Reporter server and relaunch the extraction