By the way, the version of h2 is 1.3.159

On Feb 4, 2:01 pm, Steve Luo <[email protected]> wrote:
> Hi,
>
> When connect with my h2 database, below exception occurred:
>
> java.lang.RuntimeException: hashmap is full
>      at org.h2.message.DbException.throwInternalError(DbException.java:
> 228)
>      at org.h2.util.IntIntHashMap.put(IntIntHashMap.java:82)
>      at org.h2.store.PageStore.addMeta(PageStore.java:1574)
>      at org.h2.store.PageStore.readMetaData(PageStore.java:1535)
>      at org.h2.store.PageStore.recover(PageStore.java:1329)
>      at org.h2.store.PageStore.openExisting(PageStore.java:349)
>      at org.h2.store.PageStore.open(PageStore.java:273)
>      at org.h2.engine.Database.getPageStore(Database.java:2049)
>      at org.h2.engine.Database.open(Database.java:553)
>      at org.h2.engine.Database.openDatabase(Database.java:220)
>      at org.h2.engine.Database. (Database.java:215)
>      at org.h2.engine.Engine.openSession(Engine.java:56)
>      at org.h2.engine.Engine.openSession(Engine.java:159)
>      at org.h2.engine.Engine.createSessionAndValidate(Engine.java:138)
>      at org.h2.engine.Engine.createSession(Engine.java:121)
>      at org.h2.engine.Engine.createSession(Engine.java:28)
>      at
> org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:
> 285)
>      at org.h2.jdbc.JdbcConnection. (JdbcConnection.java:110)
>      at org.h2.jdbc.JdbcConnection. (JdbcConnection.java:94)
>      at org.h2.Driver.connect(Driver.java:72)
>      at java.sql.DriverManager.getConnection(DriverManager.java:316)
>      at java.sql.DriverManager.getConnection(DriverManager.java:353)
>      at
>
> I assigned 1G memory to my JVM, and used only 93.89M. Does anybody
> know why this occurred and how to deal with it?
> Thanks in advance.

-- 
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.

Reply via email to