Hi,
I am trying to remote execute a java program without success.
The JVM is crashing with an java.lang.OutOfMemoryError only seconds after the job starts. This is the output:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# java.lang.OutOfMemoryError: requested 142576 bytes for Chunk::new. Out of swap space?
#
# Internal Error (allocation.cpp:218), pid=42812, tid=37692
# Error: Chunk::new
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.2-b01 mixed mode windows-amd64)
# An error report file with more information is saved as:
# D:\APPSYS\ODI\TLM-PricingBatchProcess\TLM-PricingBatchProcess\hs_err_pid42812.log
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Have you guys seen before this behavior??