Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi all, i have a core file gen

Status
Not open for further replies.

m2001331

Technical User
May 29, 2002
73
MY
Hi all,

i have a core file generated as below
-rw-r--r-- 1 ias ias 33093927 Dec 31 23:30 core

This file is quite big now and i would like to know if I can delete or zerorise it.If I can how do i do it?

This file generated in the j2ee home folder.
Anyway why is it being generated.

OC4J newbie,
thanks.
 
A core is generated when an application crashed for some reason. The core file is a dump of the process, memory and lots more about the exact moment of the crash.

You can see what is inside the file with "strings core".

you can erase the core file after you see it. A core file is generated by the O.S. not IAS.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top