I have a model that I’ve been indexing and searching with ferret some
problem.
We get the following error when accessing the model
File Not Found Error occured at <except.c>:117 in xpop_context
Error occured in fs_store.c:329 - fs_open_input
tried to open “/var/www/html/cuproject/index/development/album/_b.cfs”
but it doesn’t exist:
File Not Found Error occured at <except.c>:117 in xpop_context
Error occured in fs_store.c:329 - fs_open_input
tried to open “/var/www/html/cuproject/index/development/album/
_b.cfs”
but it doesn’t exist:
But the error comes up only sometimes
Hey …
to you use acts_as_ferret and the acts_as_ferret ferret-drb-server?
if not, do so please
Which is funny, because the only reason, as far as I understand it,
for the DRb server to exist is to have a single process writing to the
index. And sometimes when I’m in development mode, running a single
instance of mongrel, I also get “File Not Found” errors with Ferret.
Happens very very rarely, but it does.
Of course this might be a bug in Ferret itself, and given that
development is pretty much stuck, it’s hard to tell (hey, I’m not C
expert, and I wish I was).
On Tue, Sep 18, 2007 at 11:02:10AM +1000, Julio Cesar O. wrote:
Which is funny, because the only reason, as far as I understand it,
for the DRb server to exist is to have a single process writing to the
index.
Right.
And sometimes when I’m in development mode, running a single
instance of mongrel, I also get “File Not Found” errors with Ferret.
Happens very very rarely, but it does.
I didn’t ever see this in dev mode. An explanation for this might be
playing around on the console while your mongrel is running, since then
you already have two processes writing to the index.