On 01-12-2006 09:49:18 +0100, Romulo Goncalves wrote:
I updated all my system yesterday night.
Now I am trying to run the Mtest for M5-SQL and I got this error.
[goncalve@amelia src]$ Mtest_5_sql -rq Could not open file /ufs/goncalve/scratch/MonetDB/monetdb5/etc/MonetDB5.conf
What is your Mtest_5_sql alias expanding to?
Traceback (most recent call last): File "/ufs/goncalve/scratch/MonetDB/monetdb4/bin/Mtest.py", line 3364, in ? main(sys.argv) File "/ufs/goncalve/scratch/MonetDB/monetdb4/bin/Mtest.py", line 2947, in main os.environ[v] = env[v] KeyError: 'XQUERY_LOGDIR'
This is the Python way of saying: you try to use a key from a map that doesn't exist. This problem I had too, and you can resolve it (After Niels' fix) by adding --xquery_logdir=something to the Mtest call.