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