> To isolate the problem, can you verify the base case, connect two > images to a fresh db?
For BDB: (asdf:oos 'asdf:load-op 'elephant) (defpackage #:ele-test (:use :cl :elephant)) (in-package :ele-test) (defpclass myclass () ((testslot :accessor testslot :initarg testslot :index t))) (open-store '(:BDB "/tmp/db1") :recover t) (setf item (make-instance 'myclass)) (setf (testslot item) 5) I load this in two images. When I then try to access TESTSLOT in the former, I get the mentioned error. I'll try to make up something for the SQLite case, too. FYI, Postmodern doesn't show any problems with my setup. Leslie _______________________________________________ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel