db_stat error -
10-11-2005
, 05:48 PM
Hi,
I posted this question some time ago, but have got no answer.
I reposted to hope to get some help with this.
I have installed ex_repquote example from version 4.3.28 on Redhat 9
according to
http://www.sleepycat.com/docs/ref/rep/ex.html
When I start the application using:
../ex_repquote -M -p 100 -n 1 -h TESTDIR -m server1:6001
and in another terminal I tried to use: db_stat -e -h TESTDIR. I got
the message:
db_stat: region error detected; run recovery.
db_stat: DB_ENV->open: TESTDIR: DB_RUNRECOVERY: Fatal error, run
database recovery
If I use the example on:
http://www.sleepycat.com/docs/ref/tr.../env_open.html
I also got the same error instead of what is printed out in the
documentation.
What could be the problem? I am appreciated of any suggestion. |