Hi, As Noel already write, the "java.lang.NoClassDefFoundError" means there is a problem with loading classes. This problem is preventing us to see the "real" error message. If this is not resolved, I'm afraid we are blocked.
There could be multiple reasons for the NoClassDefFoundError. One possible explanation is there are multiple versions of H2 available, so that the JVM tries to take some classes from one file and other from another. Another explanation could be: http://stackoverflow.com/questions/9870995/android-java-lang-noclassdeffounderror http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17 Regards, Thomas On Thu, May 2, 2013 at 6:24 AM, Alex <[email protected]> wrote: > sure, it is only one h2 copy. > > pls pay attention, it works on small batch. > > would it be better to accept it as bug and fix it? at least, it looks > like classic bug. > > > > On Wednesday, May 1, 2013 3:06:57 PM UTC+2, Noel Grandin wrote: >> >> Ah yes, sorry, my mistake, we support batching of inserts. >> >> Try checking your classpath to make sure you only have 1 copy of H2. >> Having more than one copy can sometimes trigger >> ClassNotFoundException. >> > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
