Re: Various strange error messages

2011-03-27 Thread Kerry Sainsbury
Errors 1 & 2 sounds like physical read errors to me. Maybe the disk is stuffed? On Sun, Mar 27, 2011 at 11:09 PM, Thomas Mueller < thomas.tom.muel...@gmail.com> wrote: > Hi, > > Yes, this is strange. Unfortunately, I can't help you, because I can't > reproduce the problem. If I was you, I would p

Re: Various strange error messages

2011-03-27 Thread Thomas Mueller
Hi, Yes, this is strange. Unfortunately, I can't help you, because I can't reproduce the problem. If I was you, I would probably try to solve problems 1 + 2 first, because the other problems may be caused by those. > 1. "java.lang.NoClassDefFoundError: java/lang/ref/Finalizer$2" I have never see

Re: Various strange error messages

2011-03-27 Thread Remo
The H2 version in use is 1.2.139. Clients connect to the H2 server with the following URL: jdbc:h2:tcp:// :9092/myDb;IFEXISTS=TRUE;LOCK_TIMEOUT=5000, whereas the is determined dynamically. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post

Re: Various strange error messages

2011-03-27 Thread Remo
The H2 version in use is 1.2.139. Clients connect to the H2 server with the following URL: jdbc:h2:tcp:// :9092/mespas;IFEXISTS=TRUE;LOCK_TIMEOUT=5000, whereas the is determined dynamically. On 26 Mrz., 02:02, Thotheolh wrote: > Could you provide the JDBC URLS for each of machines versions ? Ar

Re: Various strange error messages

2011-03-25 Thread Thotheolh
Could you provide the JDBC URLS for each of machines versions ? Are you using version 1.3.139 ? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to h2-database@googlegroups.com. To unsubscribe from this group, sen

Various strange error messages

2011-03-25 Thread Remo
Hi Thomas We use H2 in server mode on a linux system. Several clients running Windows connect to the H2 db. In one client's log file, I see three types of alarming error messages such as: 1. org.h2.jdbc.JdbcSQLException: General error: "java.lang.NoClassDefFoundError: java/lang/ref/Finalizer $2"