Db::stat exception "No such file or directory"
732321Nov 5 2009 — edited Nov 5 2009Hi,
Has anyone encountered a problem with DB::stat method throwing an exception with description "No such file or directory" ? It's seems like it is non-deterministic, it just happens sometimes. I'm using one environment (with Concurrent Data Store enabled) to access all my databases (one file per each database, no multiple databases in one file).
I'm checking the database's underlying file existence and I'm sure that it exists physically on disk before and after calling DB::stat() method. So what may be the problem?! Is stat() accesing any other files that may be missing during its call?
Edited by: user12173509 on Nov 5, 2009 4:07 AM
Edited by: user12173509 on Nov 5, 2009 4:14 AM