RE: Servlet silently dropped

2009-01-20 Thread D. Barnhoorn
Chuck, >> One of those servlets stops handling or maybe even >> getting requests that it has a mapping for. >What does a thread dump show in this situation? I will see if I can get access - the machine is more or less a black box for me I'm afraid, and on an internal network that I cannot acces

Re: Servlet silently dropped

2009-01-19 Thread D. Barnhoorn
Hi Konstantin, You are right it's one of the auxiliaries, forgot to add that. The init() completes, the servlet will also work for an indefinite amount of time - if we're lucky right up till the next update of the site. Otherwise we have too restart Tomcat to get the servlet up and running again.

Servlet silently dropped

2009-01-19 Thread D. Barnhoorn
Hi, We have a strange problem at one of our clients in that Tomcat seems to drop a specific servlet while running. This happens very sporadically and is possibly connected with a high load. The server is a Sun sparc running Tomcat 5 in java 1.4.2_02 The application is based around one servlet t