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 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 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 on some sparse connections the application does to Solr.
> >
> > Is there any know bug about Solr writing wrong responses?
> >
> > ####<Nov 25, 2008 6:14:35 PM BRST> <Error> <HTTP> <localhost> <cluster0>
> > <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (s
> > elf-tuning)'> <<WLS Kernel>> <> <> <1227644075142> <BEA-101083>
> <Connection
> > failure.
> > java.net.ProtocolException: Didn't meet stated Content-Length, wrote:
> '259'
> > bytes instead of stated: '258' bytes.
> >        at weblogic.servlet.internal.
> >
> >
> ServletOutputStreamImpl.ensureContentLength(ServletOutputStreamImpl.java:410)
> >        at
> >
> >
> weblogic.servlet.internal.ServletResponseImpl.ensureContentLength(ServletResponseImpl.java:1358)
> >        at
> >
> >
> weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1400)
> >        at
> >
> >
> weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1375)
> >        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
> >        at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
> >
> >
> > --
> > Alexander Ramos Jardim
> >
>



-- 
Alexander Ramos Jardim

Reply via email to