[Proxool-developer] Re: [Proxool-user] warning messages
UNMAINTAINED!
Brought to you by:
billhorsman
From: Bill H. <bi...@lo...> - 2004-02-04 14:43:56
|
Hi Dave, On Tue, 2004-02-03 at 21:28, dav...@fe... wrote: > We've been using Proxool in production for over a year now. That's good. Is that a public web site? > I just started noticing this error message in our logs: > 2592 [http8080-Processor25] WARN proxool.pwdds - 000017 (01/03/00) - > #3 registered a statement as closed which wasn't known to be open. That could happen if you close a statement twice. If that is the case then the only consequence is a WARN log event, but I guess it would be a good idea not to close it twice. Is it possible that is the problem? > Also, I just upgraded from 7.x to 8.3 and Im getting these error > messages now after 30 seconds or so of inactivity: > > 307112 [Shutdown Hook] ERROR proxool.ShutdownHook - Problem calling > "get cause" on IllegalStateException. That message appears during shutdown. We need to make it a less alarming debug message. > org.logicalcobwebs.proxool.ShutdownHook.run(ShutdownHook.java:99) > at java.lang.Thread.run(Thread.java:536) But this line suggests to me (quite strongly) that the JVM is shutting down. The only way that I can think of for the ShutdownHook.run method to be called is by the JVM. What JVM are you using? Do you have any other evidence that might suggest this is happening? Do you see log events for Proxool restarting after this shutdown activity? - Bill |