doing a ps -aef | grep java, gives me the following:

si 17621     1  0 09:10:11 pts/0     2:55
/usr/si/si_test1_20/jdk/bin/../bin/PA_RISC2.0/native_threads/ja

so I did a kill -3 17621, and did a find /-name core -print, but nothing was
found! Is there any system setting that needed to be added!?
I ran the above kill as the same user once and again as root!

Any idea?
Thanks

-----Original Message-----
From: Ionel Condor [mailto:cionel@;RO-PLANET.RO]
Sent: Monday, October 28, 2002 12:44 PM
To: [EMAIL PROTECTED]
Subject: Re: Thread dumps with weblogic


Hi,
IF you have done a
'kill -3 PID'
than the core dump of the memory will be in a file called 'core' that is
located in
the directory from where the killed process (java) was started.
So if your process was started (just an example) from /usr/bin/... and
you are trying to kill it from /home/myaccount and you don't have the write
permission to /usr/bin, IMHO the core will not be created even if the
process will be killed, so you have (the right to kill it).
(at least works in this way on redhat linux).

Regards,
Ionel C.

----- Original Message -----
From: "Shahata, Ash" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 28, 2002 1:26 PM
Subject: Thread dumps with weblogic


> Hi all,
> I have an application running on weblogic 6.1 and I'm getting exceptions
> with running out of memory, so I wanted to get a thread dump for the JVM,
> and I used kill -3, however I cant find the javacore file that should be
> created! Does anyone know where would the thread dump file get created and
> what would it be called?
>
> Thanks
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to