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 hap

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: SettingsSer

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

Tomcat loops indefinitely

2008-09-05 Thread Kjetil Kjernsmo
Hi all! I'm struggling with a really weird problem. I have a Cocoon 2.2 application that runs on Tomcat 5.5.25-5ubuntu1 and Java 1.5.0. My (semi-)production system, my test system and my development system are Ubuntu 8.04 boxes, and they differ very little, with the exception that the productio