Hi, > network shared folder
Maybe this is the problem. What kind of shared file system do you use? If NFS, what options do you use (for example, did you enable metadata caching)? I guess the problem is related to the network file system in some way. I'm not sure if it's "just" a timing problem. To test if it is only timing, you could try with a larger RECONNECT_CHECK_DELAY setting - see http://h2database.com/javadoc/index.html - simply append ;RECONNECT_CHECK_DELAY=2000 to the database URL everywhere. > (Message 42S02 not found); SQL statement: select * from test where id = ? > [42102-162] Did you build H2 yourself? If yes, how? I use Eclipse and the build script (./build.sh) usually. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database?hl=en.
