Hi, we are using ferret and acts_as_ferret in a single server setup. We have 2 models that use acts_as_ferret. We are running into problems where a create or update of the models cause a ferret error Ferret::FileNotFoundError occured at <except.c>:117 in xpop_context Error occured in fs_store.c:329 - fs_open_input Where the file that needs to be opened isn''t there. The error occurs in /lib/ferret/index.rb:285:in ''delete'' Stopping the server and restarting with an index rebuild solves the problem - but it occurs again after a short time. And this occurs with both models. Ferret: 0.11.4 AAF Plugin Any ideas? Thanks Matthew -- Posted via ruby-forum.com.
On Fri, Jul 06, 2007 at 11:49:54AM +0200, Matthew Langham wrote:> Hi, > > we are using ferret and acts_as_ferret in a single server setup. We have > 2 models that use acts_as_ferret. > > We are running into problems where a create or update of the models > cause a ferret error > > Ferret::FileNotFoundError occured at <except.c>:117 in xpop_context > Error occured in fs_store.c:329 - fs_open_inputI didn''t ever have this problem myself (0.11.4 / Ruby 1.8.5 / Debian). But afair several people have reported that going back to 0.11.3 fixed this for them. Cheers, Jens -- Jens Kr?mer webit! Gesellschaft f?r neue Medien mbH Schnorrstra?e 76 | 01069 Dresden Telefon +49 351 46766-0 | Telefax +49 351 46766-66 kraemer at webit.de | webit.de Amtsgericht Dresden | HRB 15422 GF Sven Haubold, Hagen Malessa
Jens Kraemer wrote:> On Fri, Jul 06, 2007 at 11:49:54AM +0200, Matthew Langham wrote: >> Hi, >> >> we are using ferret and acts_as_ferret in a single server setup. We have >> 2 models that use acts_as_ferret. >> >> We are running into problems where a create or update of the models >> cause a ferret error >> >> Ferret::FileNotFoundError occured at <except.c>:117 in xpop_context >> Error occured in fs_store.c:329 - fs_open_input > > I didn''t ever have this problem myself (0.11.4 / Ruby 1.8.5 / Debian). > But afair several people have reported that going back to 0.11.3 fixed > this for them. >Thanks Jens, we''ll try that. Matthew> Cheers, > Jens > > -- > Jens Kr?mer > webit! Gesellschaft f?r neue Medien mbH > Schnorrstra?e 76 | 01069 Dresden > Telefon +49 351 46766-0 | Telefax +49 351 46766-66 > kraemer at webit.de | webit.de > > Amtsgericht Dresden | HRB 15422 > GF Sven Haubold, Hagen Malessa-- Posted via ruby-forum.com.
Any luck with this? I am seeing this problem too with 0.11.4/Ubuntu 7.04/Ruby 1.8.5. I downgraded to 0.11.3 ... we''ll see if this helps. Ikai -- Posted via ruby-forum.com.
Ikai Lan wrote:> Any luck with this? I am seeing this problem too with 0.11.4/Ubuntu > 7.04/Ruby 1.8.5. > > I downgraded to 0.11.3 ... we''ll see if this helps. > > IkaiI am also having this problem: A Ferret::FileNotFoundError occurred in releases#update: 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 ".....///...../_1dx_1o.del" but it doesn''t exist: <No such file or directory> I have remvoed the ferret gem and installed the acts_as_ferret one... hopefully this will fix it. -- Posted via ruby-forum.com.
ok that broke it... ive put the ferret gem back in. -- Posted via ruby-forum.com.
Adam,> I am also having this problem: > A Ferret::FileNotFoundError occurred in releases#update: > I have remvoed the ferret gem and installed the acts_as_ferret one... > hopefully this will fix it.most probably this will not fix your problem. 1st of all acts_as_ferret depends on the ferret gem, and secondly these FileNotFoundErrors presumably occure, because you''re not using a drb server for indexing. see projects.jkraemer.net/acts_as_ferret/wiki/DrbServer Ben