[elephant-devel] database error
Ian Eslick
eslick at csail.mit.edu
Sun Apr 22 19:16:01 UTC 2007
Have you run recovery on your database - or is this a fresh db you are opening?
Sent via BlackBerry from T-Mobile
-----Original Message-----
From: Joe Corneli <jcorneli at planetmath.org>
Date: Sun, 22 Apr 2007 15:03:45
To:elephant-devel at common-lisp.net
Subject: [elephant-devel] database error
These commands, which were working for me just the other day,
(asdf:operate 'asdf:load-op :elephant)
(elephant:open-store '(:bdb "/Users/jcorneli/musndb"))
have mysteriously stopped working.
I just upgraded to the latest Elephant from CVS. No help there.
My machine did shut down due to a power failure, I wonder if that
might have had something to do with this -- otherwise I don't have
clue!
Any help with debugging would be appreciated!
Berkeley DB error: Invalid argument
[Condition of type DB-BDB::DB-ERROR]
Restarts:
0: [ABORT] Return to SLIME's top level.
1: [ABORT] Exit debugger, returning to top level.
Backtrace:
0: (DB-BDB::DB-ENV-OPEN
#<unavailable argument>
#<unavailable argument>
:AUTO-COMMIT
#<unavailable argument>
:INIT-CDB
#<unavailable argument>
:INIT-LOCK
#<unavailable argument>
:INIT-LOG ..)
1: ((SB-PCL::FAST-METHOD ELEPHANT::OPEN-CONTROLLER
(DB-BDB::BDB-STORE-CONTROLLER)) #<unavailable lambda list>)
2: (OPEN-STORE (:BDB "/Users/jcorneli/musndb"))
3: (SB-INT:SIMPLE-EVAL-IN-LEXENV
(OPEN-STORE '(:BDB "/Users/jcorneli/musndb"))
#<NULL-LEXENV>)
4: ((LAMBDA ()))
--more--
_______________________________________________
elephant-devel site list
elephant-devel at common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel
More information about the elephant-devel
mailing list