Tuesday, July 19, 2011

Error: Signal 25 Concurrent Program Completes with Error


When attempting to run a concurrent program which is accessing file "reports.log" in directory $INST_TOP/logs/appl/conc/log then following error occurs: "Error: emsg:was terminated by signal 25".

This happens when the file size of "reports.log" has reached its maximum limit at operating system which is 2GB. 

 If $INST_TOP/logs/appl/conc/log/reports.log will be huge -- 2GB in size, then reports can not append anything else to it and hence concurrent program accessing reports.log for its execution will error out.

To implement the solution, please execute the following steps: 

1. Stop the concurrent manager. 
2. Rename/Truncate existing "reports.log" in directory $INST_TOP/logs/appl/conc/log/reports.log and create a empty "reports.log". 
3. Start the concurrent manager. 
4. Retest the issue. 
5. Migrate the solution as appropriate to other environments. 

No comments:

Post a Comment

Oracle Database & Applications R12.2 Log file locations

Many times, we forget the path for the log files since there are too many.  Below is the list of frequently used log files which can help us...