Re: Memory leaks and IllegalStateException caused (probably) by a Singleton object

2012-10-04 Thread Mark Thomas
On 04/10/2012 09:25, Nick Katsipoulakis wrote: > Bonjorno Filippo and Gracie for your immediate answer. > I also do not see anything wrong with my code, since the Singleton class > I am using has been tested in other web > services as well. My suspicion is that Apache Tomcat has some cleaning > up

Re: Memory leaks and IllegalStateException caused (probably) by a Singleton object

2012-10-04 Thread Nick Katsipoulakis
On 10/03/2012 06:03 PM, Filippo Machi wrote: Ciao Nick, according to my own experience, I saw some logs at SEVERE very similar to what you posted here when I used hot deploy for a web application I worked on and that application used threadlocal variables and launched some threads that tomcat did

Re: Memory leaks and IllegalStateException caused (probably) by a Singleton object

2012-10-03 Thread Filippo Machi
Ciao Nick, according to my own experience, I saw some logs at SEVERE very similar to what you posted here when I used hot deploy for a web application I worked on and that application used threadlocal variables and launched some threads that tomcat didn't control directly. These logs are part of so

Memory leaks and IllegalStateException caused (probably) by a Singleton object

2012-10-03 Thread Nick Katsipoulakis
Dear list, I am currently developing a Java Web application on a machine with the following attributes: - Ubuntu-Server Edition Linux 12.04 64-bit - Sun java JDK version 7 - Apache Tomcat 7.0.30 - Netbeans IDE, version 7.1.2 My project consists of a SOAP Web service interface, that maintains a