--- Maxim Kuleshov <[EMAIL PROTECTED]> wrote:
> I'm using SQLiteJDBC with Tomcat 5.5 and its DBCP library.
> 
> I got that exception every time after reloading my application about
> dozen times. Therefore, I have to restart whole server to fix the
> problem.
> 
> What does go wrong? Is it bug in JDBC-driver, or are there any
> specific tasks I should manually perform to clean-up SQliteJDBC-JVM
> resources while application reload?
> 
> There is no full stacktrace, cause only one entry in it.
> 
> PS: Tomcat version 5.5.17, JVM 1.5.0_09-b03, host platform - Linux.

You did not specify if you're using the pure java jdbc driver (NestedVM)
or the Native code jdbc driver.

If it's the former, perhaps the creation of dozens (hundreds?) of methods 
and trampolines by NestedVM may be pushing the limit of the JVM, and may 
be hitting a bug related to the class loader.
You might try a JVM from another vendor or open source project and 
see what happens.



 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLiteJDBC" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlitejdbc?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to