vote up 0 vote down star

We are using JBoss 4.0.3 SP1 using Hypersonic as its internal storage engine (timers, queues, etc.)

The database is no longer accessible (most likely data corruption) giving error; Caused by: org.hsqldb.HsqlException: old version database must be shutdown.

Is there a way or command to shutdown the database to recover the data (~150MB) stuck in the flat file?

Edit

Resolved the connection problem by downgrading to Hypersonic 1.8. How ever the database itself is corrupt. You have rows with duplicate keys, and lots of null fields. Having read this article and this one, i'm in the process of changing the default JBossMQ database to MS SQL

flag

1 Answer

vote up 0 vote down check

According to the hsql documentation the command is SHUTDOWN. As far as I remember, hsql saves the data as a set of sql queries, so you need to have a look on the file.

Notice that according to JBoss,

Hypersonic(HSQLDB) SHOULD NOT be used in production at all. It is not suitable for production use.

link|flag
i noted that as well, guess this is the time you curse your predecessors. – n002213f Oct 7 at 7:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.