Re: Stuck threads on Weblogic

2008-11-28 Thread Bill Au
Take a thread dump of the JVM next time it is stuck. That will tell you where and why the threads are stuck. Bill On Tue, Nov 25, 2008 at 4:15 PM, Alexander Ramos Jardim [EMAIL PROTECTED] wrote: Hello guys, I am getting some stuck threads on my application when it connects to Solr. The

Re: Stuck threads on Weblogic

2008-11-28 Thread Alexander Ramos Jardim
Thanks for the answering, I isolated the problem and discovered it's not Solr's fault. It has something to do with the way I am manipulating the data, as the thread stays more than 10 minutes solely executing the same loop in some situations. 2008/11/28 Bill Au [EMAIL PROTECTED] Take a thread

Stuck threads on Weblogic

2008-11-25 Thread Alexander Ramos Jardim
Hello guys, I am getting some stuck threads on my application when it connects to Solr. The stuck threads occur in an even time, in such a way that each 3 days the app is online it hangs up the entire cluster. I don't know if there's any direct relation to Solr, but I get the following exception