On 7 фев, 06:14, Joe Wilson <[EMAIL PROTECTED]> wrote: > You did not specify if you're using the pure java jdbc driver (NestedVM) > or the Native code jdbc driver. >
I'm using NativeDB driver. And eventually I found another strange problem. On another server running different Linux version library just not usable at all when operating under Tomcat DBCP. The picture is: I run simple JDBC-test app and it works. When I try to open the same database (same file) from web application via JNDI connected DBCP relying on sqljdbc - exception "SQLException: out of memory" occurs. Ispection of source code shows that sqlite3_open() function fails. Increasing minimum and maximum VM heap size does not help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
