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 http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

