Re: Tomcat loops indefinitely

2008-09-08 Thread Kjetil Kjernsmo
On Monday 08 September 2008 04:20:31 Konstantin Kolinko wrote: What is that address? Judging from the behavior, it occurs that it makes request back to itself. That's actually a possibility. I checked the variable's value, and that had the correct value, so it shouldn't happen. What might

Re: Tomcat loops indefinitely

2008-09-07 Thread Konstantin Kolinko
Well, I do not know what DefaultSparqlDispatcher actually is, but googling found the following source code of it: https://submarine.computas.com/sublima/tags/0.9.5/blocks/sublima-query/src/main/java/com/computas/sublima/query/impl/DefaultSparqlDispatcher.java Thus, the following line:

RE: Tomcat loops indefinitely

2008-09-05 Thread Caldarale, Charles R
From: Kjetil Kjernsmo [mailto:[EMAIL PROTECTED] Subject: Tomcat loops indefinitely The problem is that the application has apparently gone into a loop, as this appears to be different threads. Eventually, it runs out of threads, and comes to a halt: What does a thread dump show? (Before