• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Weblogic Thread dump

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I am using weblogic 8.1 sp5.

Can i take a thread dump when the idle threads of server goes to zero?


Thanks in advance.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,

you can take a thread dump at any time! So, yes you can.
 
MadanMohan Bolla
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
we are not able to take thread dump when the idle thread count is zero.

At least one thread in the execute queue should be there to take thread dump.
 
Marcos Maia
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

humm... that's good information In 8 years working with appservers never had this kind of problem so I never tryied for real. My first impression was that the kill -3 signal was send to O.S but as I just read in article looks like this will be only a signal send to JVM wich in consequence takes the thread dump. I would appreciate more links and information on this. Where did you find out about this? . I will also, of course, do some research on this subject.

http://java.sun.com/developer/technicalArticles/Programming/Stacktrace/

regards.
 
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We faced this issue with weblogic earlier. When the idel thread count is zero it will not allow to take Thread dump. Bummer weblogic.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic