Hi!
Sometimes I get the error shown below while opening a connection to an
embedded zipped db. Unfortunately I still have not noticed 100%
reproducable conditions.
Last release (28 Aug) is in use under Linux/j2se-1.6.0_07-b06.
Thoughts?
--------------------------------------
*** EXCEPTION *** org.h2.jdbc.JdbcSQLException *** MESSAGE: The
database is read only [90097-78]
org.h2.message.Message.getSQLException(Message.java:103)
org.h2.message.Message.getSQLException(Message.java:114)
org.h2.message.Message.getSQLException(Message.java:77)
org.h2.message.Message.getSQLException(Message.java:149)
org.h2.engine.Database.checkWritingAllowed(Database.java:1604)
org.h2.log.LogSystem.add(LogSystem.java:530)
org.h2.store.DiskFile.addRecord(DiskFile.java:1031)
org.h2.store.Storage.addRecord(Storage.java:190)
org.h2.index.ScanIndex.add(ScanIndex.java:123)
org.h2.table.TableData.addRow(TableData.java:107)
org.h2.engine.Database.addMeta(Database.java:727)
org.h2.engine.Database.addDatabaseObject(Database.java:819)
org.h2.engine.Database.setMasterUser(Database.java:1569)
org.h2.engine.Engine.openSession(Engine.java:64)
org.h2.engine.Engine.openSession(Engine.java:125)
org.h2.engine.Engine.getSession(Engine.java:108)
org.h2.engine.Session.createSession(Session.java:242)
org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:108)
org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:87)
org.h2.Driver.connect(Driver.java:57)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---