Stefan Lischke wrote:
Hi alex,

i looked in your log, but there isn't anything special, those exceptions
"..sequoiaSABase' doesn't exist" are sounding familiar to me,
i can remember, that i had them to some time ago. But they weren't a
show stopper.
Interesting, was wondering about that message.
I try to find some time today looking into the codebase to see where it
hangs.
Thanks!
In the meantime please try to use hsqldb as recovery log, that has many
advantages in my opinion and maybe it fixes your problems. just change
the recovery log jdbc url to

 <RecoveryLog driver="org.hsqldb.jdbcDriver"
url="jdbc:hsqldb:file:@DATA_DIR@/recoveryDB;shutdown=true;hsqldb.default_table_type=cached"
                         login="" password="">

I've now got a file-based hsqldb in-place (once I remebered to use login "sa" with no password for the login, as this is the default created). However, I get exactly the same problem, it seems - I have a hang on "enable backend1", and the full controller log can be seen here:

http://ohmslaw.org.uk/controllerLog-withHsqlForRecoveryDB.txt

cheers,
Alex


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to