Hi, 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: <No such file or directory> But the error comes up only sometimes :( Any one pls help Thanks in advance Bincy -- Posted via http://www.ruby-forum.com/.
> > 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: <No such file or directory> > > 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 :) http://projects.jkraemer.net/acts_as_ferret/wiki/DrbServer Ben
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 9/17/07, Benjamin Krause <bk at benjaminkrause.com> wrote:> > > > > 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: <No such file or directory> > > > > 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 :) > > http://projects.jkraemer.net/acts_as_ferret/wiki/DrbServer > > Ben > > _______________________________________________ > Ferret-talk mailing list > Ferret-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/ferret-talk >
On Tue, Sep 18, 2007 at 11:02:10AM +1000, Julio Cesar Ody 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. Jens -- Jens Kr?mer http://www.jkraemer.net/ - Blog http://www.omdb.org/ - The new free film database