Guillaume Eynard Bontemps
2012-11-21 14:52:52 UTC
Hi everyone,
I'm new to HSQL, and I am currently trying to use it in order to store a
lot of logs from an application. I'm working with version 2.2.8. I just hit
a problem I wasn't aware of, a size limitation of the database, which seems
to be 16GB in my version of the software. I checked into the script file of
the database, and I have the files size parameter set to 8, so this is
matching with what is told into the documentation.
The problem is that I cannot open the database anymore since I've reached
this limit. Using HSQL Database Manager tool, it is complaining with the
following exception:
org.hsqldb.HsqlException: file input/output errorerror
org.hsqldb.HsqlException: wrong database file version: requires large
database support opening file - file
/GFS_SAGA/THALES/GEY/Investigation/spectro2004/logmsg_hsql_tablespace_ci_pp_spectro.data
at org.hsqldb.error.Error.error(Unknown Source)
at org.hsqldb.persist.DataFileCache.open(Unknown Source)
at org.hsqldb.persist.Log.getCache(Unknown Source)
at org.hsqldb.persist.Logger.getCache(Unknown Source)
at org.hsqldb.persist.Logger.newStore(Unknown Source)
at org.hsqldb.Table.createDefaultStore(Unknown Source)
at org.hsqldb.Table.<init>(Unknown Source)
at org.hsqldb.ParserDDL.compileCreateTable(Unknown Source)
at org.hsqldb.ParserDDL.compileCreate(Unknown Source)
at org.hsqldb.ParserCommand.compilePart(Unknown Source)
at org.hsqldb.ParserCommand.compileStatement(Unknown Source)
at org.hsqldb.Session.compileStatement(Unknown Source)
... 64 more
Caused by: org.hsqldb.HsqlException: wrong database file version: requires
large database support
at org.hsqldb.error.Error.error(Unknown Source)
... 76 more
I've tried to modify the file scale to increase it, but sadly it causes
problem then with the indexes set in the script file. Has anyone any idea
of what I could try to open this database ?
Guillaume.
I'm new to HSQL, and I am currently trying to use it in order to store a
lot of logs from an application. I'm working with version 2.2.8. I just hit
a problem I wasn't aware of, a size limitation of the database, which seems
to be 16GB in my version of the software. I checked into the script file of
the database, and I have the files size parameter set to 8, so this is
matching with what is told into the documentation.
The problem is that I cannot open the database anymore since I've reached
this limit. Using HSQL Database Manager tool, it is complaining with the
following exception:
org.hsqldb.HsqlException: file input/output errorerror
org.hsqldb.HsqlException: wrong database file version: requires large
database support opening file - file
/GFS_SAGA/THALES/GEY/Investigation/spectro2004/logmsg_hsql_tablespace_ci_pp_spectro.data
at org.hsqldb.error.Error.error(Unknown Source)
at org.hsqldb.persist.DataFileCache.open(Unknown Source)
at org.hsqldb.persist.Log.getCache(Unknown Source)
at org.hsqldb.persist.Logger.getCache(Unknown Source)
at org.hsqldb.persist.Logger.newStore(Unknown Source)
at org.hsqldb.Table.createDefaultStore(Unknown Source)
at org.hsqldb.Table.<init>(Unknown Source)
at org.hsqldb.ParserDDL.compileCreateTable(Unknown Source)
at org.hsqldb.ParserDDL.compileCreate(Unknown Source)
at org.hsqldb.ParserCommand.compilePart(Unknown Source)
at org.hsqldb.ParserCommand.compileStatement(Unknown Source)
at org.hsqldb.Session.compileStatement(Unknown Source)
... 64 more
Caused by: org.hsqldb.HsqlException: wrong database file version: requires
large database support
at org.hsqldb.error.Error.error(Unknown Source)
... 76 more
I've tried to modify the file scale to increase it, but sadly it causes
problem then with the indexes set in the script file. Has anyone any idea
of what I could try to open this database ?
Guillaume.