Re: STrange problem with a thread made in Servlet.init()

2006-02-22 Thread Artur Rataj
I replaced HttpServlet.init() with a listener, do both startup/shutdown of the thread, and also shut down HSQLDB not before VM shutdown, but in the listener. And now the thread works OK, and these error messages are gone. Best regards, Artur ---

Re: STrange problem with a thread made in Servlet.init()

2006-02-22 Thread Artur Rataj
On 2/22/06, David Smith <[EMAIL PROTECTED]> wrote: > Hmmm A very verbose exception message. Can we see the code that > threw the exception? Are there any other exceptions in the logs before > this one? > There is a servlet that loads on start up. In its init(ServletConfig config) is a code s

Re: STrange problem with a thread made in Servlet.init()

2006-02-22 Thread David Smith
Hmmm A very verbose exception message. Can we see the code that threw the exception? Are there any other exceptions in the logs before this one? --David Artur Rataj wrote: I made a servlet that starts on startup, and in its init() method a new thread is started. The thread reads from a