|
A few more remarks on the demo:
In the file demo-distributed-raidb1.bat the
following lines should be changed from:
-------------------------------------------
if exist %SEQUOIA_HOME% goto begin
echo "Cannot find Sequoia home directory. Please set the SEQUOIA_HOME
environment variable."
goto end
Rem Add hsqldb.jar in the classpath for Octopus backup\restore
SET CLASSPATH_XTRA="%SEQUOIA_HOME%\drivers\hsqldb.jar"
:begin
cd "%SEQUOIA_HOME%\demo"
---------------------------------------------
to:
-------------------------------------------
if exist %SEQUOIA_HOME% goto begin
echo "Cannot find Sequoia home directory. Please set the SEQUOIA_HOME
environment variable."
goto end
:begin
Rem Add hsqldb.jar in the classpath for Octopus backup\restore
SET
CLASSPATH_XTRA="%SEQUOIA_HOME%\drivers\hsqldb.jar" cd "%SEQUOIA_HOME%\demo"
---------------------------------------------
so the demo can find the Hypersonic SQL
driver.
But still after setting this, the demo isn't
running correctly. The backup can't be restored because of the following
error:
---------------------------------------------- Caused by: org.webdocwf.util.loader.LoaderException:
Exception:
at org.webdocwf.util.loader.generator.CreateIncludeFiles.createIncludeFiles(Unknown Source) ... 36 more Caused by: java.lang.Exception: There is no tables in specified source database. Check input parameters. ... 37 more ----------------------------------------------
If I look in my backup directory
c:\tmp\backup (can this directory be changed?) I see a init_dump directory. If I
look into this direcory I see a csv, mp, sql, SQLForAllVendors and xml
directory. The mp direcory contains again a csv, sql, SQLForAllVendors and xml
directory. The only difference I can find between these directories is that
backup\init_dump\csv is empty but the directory backup\init_dump\mp\csv is not.
Is this correct? What is going wrong?
Thanks for your
help,
Igor
|
_______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
