"Out of Memory Error"/ "Error in job exceution : fork failed" Multiple Errors During OFSAA Batch Execution
(Doc ID 2276299.1)
Last updated on FEBRUARY 22, 2023
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 8.0.0 and laterOracle Financial Services Funds Transfer Pricing - Version 8.0.0 and later
Oracle Financial Services Profitability Management - Version 8.0.0 and later
Oracle Financial Services Asset Liability Management - Version 8.0.0 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI)
Oracle Financial Services Profitability Management (PFT)
Oracle Financial Services Funds Transfer Pricing (FTP)
Oracle Financial Services Asset Liability Management (ALM)
Symptoms
The OFSAA application is facing errors while calling batch execution via External Scheduler Interface Component (ESIC) command. Some process got initialization error, others got de-initialization error, and some got error while execution.
In ficapp/icc/log/icclog.log the below errors are thrown in one of the batches log (the batch was calling post load sql)):
ERROR
[11-05-17 21:12:21,228 PM] - Error writing to client.
java.net.SocketException: Socket is closed
at java.net.Socket.shutdownOutput(Socket.java:1503)
at com.iflex.fic.icc.iccal.iccserver.server.natives.NativeSocket.write(NativeSocket.java:206)
at com.iflex.fic.icc.iccal.iccserver.server.natives.NativeSocket.write(NativeSocket.java:167)
at com.iflex.fic.icc.iccal.iccserver.services.natives.DeInitializeBatchRun.execute(DeInitializeBatchRun.java:110)
at com.iflex.fic.icc.iccal.iccserver.services.NativeServiceProvider.run(NativeServiceProvider.java:356)
in ficdb/bin the following error was thrown:
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Out of swap space to map in thread stack.
# Possible reasons:
# The system is out of physical RAM or swap space
# In 32 bit mode, the process size limit was hit
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Use 64 bit Java on a 64 bit OS
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_solaris_sparc.cpp:582), pid=13078, tid=0x0000000000000002
#
# JRE version: (7.0_131-b12) (build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.131-b12 mixed mode solaris-sparc compressed oops)
# Core dump written. Default location: /ofsaa/ofsaa/ficdb/bin/core or core.13078
Error 2:
Error in job execution: fork failed
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 |