Wednesday, April 2, 2014

DAC Tasks Fail With "Error: Java heap space" Fix

Hello Guys,

Today I will be discussing about a very common issue when running the DAC Execution Plans.

Many tasks in DAC EP will be failing at a time with "Error: Java heap space". There will not be any more details in the log too. To fix this issue we need to make some changes to the DAC server startup script on the DAC Unix or Windows server machine.


To resolve the issue:

1. Find out a file called startserver.sh/.bat under DAC server folder.

2. Back up this file.

3. Find an entry starting with java.... On this line, locate the -xms paramter and change it (i.e. to -Xms512m -Xmx1536m). You can increase these values according to the load on your server, though keeping huge values isn't recommended.

4. Save the file and close it.

5. Restart the DAC server and kickoff the load.

Cheers,
Siva

No comments:

Post a Comment

ORA-01719: outer join operator (+) not allowed in operand of OR or IN after upgrading to ODI 12c

Hello All, I'm writing here after a long gap. Hope you all are doing great, and will continue to read my posts!! Recently, after upgradi...