I am using h2-1.4.198 from the maven repository. I am trying to reverse
engineer a database, and it comes up with org.h2.mvstore.MVMap$2 as an
undefined class. Are the anonymous inner classes are missing from the jar
file? It looks like entrySet has two nested anonymous inner classes.
Exception in thread "Thread-2" java.lang.NoClassDefFoundError:
org/h2/mvstore/MVMap$2
at org.h2.mvstore.MVMap.entrySet(MVMap.java:666)
at org.h2.store.LobStorageMap.removeAllForTable(LobStorageMap.java:298)
at org.h2.engine.Database.removeOrphanedLobs(Database.java:1544)
at org.h2.engine.Database.closeImpl(Database.java:1471)
at org.h2.engine.Database.close(Database.java:1417)
at
org.h2.engine.OnExitDatabaseCloser.onShutdown(OnExitDatabaseCloser.java:85)
at org.h2.engine.OnExitDatabaseCloser.run(OnExitDatabaseCloser.java:114)
Caused by: java.lang.ClassNotFoundException: org.h2.mvstore.MVMap$2
at
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
--
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 https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.