search for: xpop_context

Displaying 18 results from an estimated 18 matches for "xpop_context".

2007 Jul 06
6
Ferret::FileNotFoundError - delete
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...
2007 Sep 17
3
Ferret FileNotFound error
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 htt...
2007 Mar 13
6
Acts_as_ferret and auto-flush
Hi, I''m using acts_as_ferret in with a mongrel and I'' m getting locking errors that after a while result in a corrupt database. I know about the problem with different processes writing to the index but I haven''t been able to get the DRB server working properly yet. I read on this list that another solution is to set :auto_flush to true but I''m not
2007 Apr 19
7
Lock errors and segfaults
Greetings, I''ve been using ferret with great results now for a while, but in the last week, I''ve been running into some issues. I will occasionally see this message: Exception Message: Lock Error occured at <except.c>:103 in xpop_context Error occured in index.c:5368 - iw_open Couldn''t obtain write lock when opening IndexWriter Which is accompanied by mongrel segfaulting with this message in the logs: /usr/local/lib/ruby/gems/1.8/gems/ferret-0.10.13/lib/ferret/index.rb:284: [BUG] Segmentation fault This is only...
2007 Mar 01
0
Error with new ferret
Hello there. I get two different errors, after i installed the new ferret-version. I havn''t seen any comments about changing the API, so there should be no problem using acts_as_ferret as i did before: 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 "/home/app/current/config/../index/production/client/_8km_1.del" but it doesn''t exist: <No such file or directory> /usr/lib64/ruby/gems/1.8/gems/ferret-0.11.2/lib/ferret/index.rb:285:in `delete'...
2006 Aug 23
4
Ferret 0.10.0 bugs
...t 0.10.0 realy stable ? Because I converted all my code to the new API and many strange things appened. For exemple this, when I run a import script : /usr/lib/ruby/gems/1.8/gems/ferret-0.10.0/lib/ferret/index.rb:98:in `initialize'': End-of-File Error occured at <except.c>:103 in xpop_context (EOFError) Error occured in store.c:197 - is_refill current pos = 20, file length = 20 Or when I search something and obtained 10 documents, printed via a web page. Then I ask the details of some documents (1, 2, or 3) via an AJAX request and sometimes the query for the second record fa...
2006 Aug 25
6
End-of-File Error occured at <except.c>:103 in xpop_context
Hi, I get this when searching or adding a new record. I am using today''s version of trunk and gem ferret 0.10.0 any ideas? thanks! EOFError in DvbesController#new End-of-File Error occured at <except.c>:103 in xpop_context Error occured in store.c:197 - is_refill current pos = 0, file length = 182 RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace /usr/local/lib/ruby/site_ruby/1.8/ferret/index.rb:98:in `initialize'' /usr/local/lib/ruby/site_ruby/1.8/ferret/index.rb:98:in `ini...
2006 Oct 17
9
Error : End-of-File Error occured at <except.c>
...xraise Error occured in store.c:216 - is_refill current pos = 778, file length = 778 /usr/local/lib/ruby/site_ruby/1.8/ferret/index.rb:517:in `close'' Second exception: A Ferret::Store::Lock::LockError occurred in home#event_info: Lock Error occured at <except.c>:103 in xpop_context Error occured in index.c:5372 - iw_open Couldn''t obtain write lock when opening IndexWriter /usr/local/lib/ruby/site_ruby/1.8/ferret/index.rb:656:in `initialize'' -- Posted via http://www.ruby-forum.com/.
2006 Oct 24
1
Locking issues when adding to the Index
...''m not sure if this has any impact on the concurrency issues, but I thought I mention it. Find attached the verbatim error message and the relevant part of the stack trace. Any ideas? Cheers, Andreas -- Ferret::Store::Lock::LockError (Lock Error occured at <except.c>:103 in xpop_context Error occured in index.c:5368 - iw_open Couldn''t obtain write lock when opening IndexWriter ): /usr/lib/ruby/gems/1.8/gems/ferret-0.10.13/lib/ferret/index.rb: 664:in `initialize'' /usr/lib/ruby/gems/1.8/gems/ferret-0.10.13/lib/ferret/index.rb: 664:in `ensure_w...
2007 Jun 08
13
Errror on update after Model.rebuild_index
Hi I use Ferret 0.11.4 and the latest stabel version of the acts_as_ferret plugin. To the issue. if I do Model.rebuild_index and after that try to update one of my objects of that Model I get: 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 "/Users/mattias/Sites/thm/photo_archive/index/development/asset/_b.cfs" but it doesn''t exist: <No such file or directory> If I delete the entire index folder and update again it works fine. it breaks only if I...
2006 Aug 26
7
Erratic behavior with ferret 0.95 and acts_as_ferret
I am getting this issue also... Does anyone know what this is? When will Acts as Ferret be available for v10? Thanks for your help in desperation! Caspar wrote: > Okay previous post related to me trying to fix this problem with an > upgrade to ferret 0.10.0 but acts as ferret is obviously not compatible > with this new version of ferret. > My app is about to go into production and
2007 Jul 24
1
Why can''t find index file sometimes?
I''m using ferret and acts_as_ferret,i can success save record,but sometimes when i update record,index not found error occurred(not always).I don''t know why:( [quote] 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 "/home/dev/www/index/development/rcu/_12q.cfs" but it doesn''t exist: <No such file or directory> [/quote] Here is the trace [quote] /usr/local/lib/ruby/gems/1.8/gems/ferret-0.11.4/lib/ferret/index.rb:285:in `...
2007 Apr 07
19
Constant 0.11.4 Errors
....11.4 on Mac OS X Tiger, I''ve been running into constant crashes when running my Rails tests. Here''s an example of the output. -- snip -- 1) Error: test_published_blog_can_be_ferreted(BlogTest): Ferret::FileNotFoundError: 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 "/Users/mark/Sites/www.site.com/config/../index/test/blog/_17_0.del" but it doesn''t exist: <No such file or directory> /opt/local/lib/ruby/gems/1.8/gems/ferret-0.11.4/lib/ferret/index.rb:285:in `del...
2007 Mar 06
2
ferret 0.11.3 - File Not Found
...chrolock'' from /usr/lib/ruby/gems/1.8/gems/ferret-0.11.3/lib/ferret/index.rb:267:in `<<'' from ferret_killer1.rb:50 /usr/lib/ruby/gems/1.8/gems/ferret-0.11.3/lib/ferret/index.rb:285:in `delete'': File Not Found Error occured at <except.c>:117 in xpop_context (FileNotFoundError) Error occured in fs_store.c:329 - fs_open_input tried to open "my_ferret_index//_1og.cfs" but it doesn''t exist: <No such file or directory> from /usr/lib/ruby/gems/1.8/gems/ferret-0.11.3/lib/ferret/index.rb:285:in `<<''...
2006 Oct 31
2
corrupted index preventing save
...=>"jmcgrath", "email"=>"jmcgrath at whoi.edu"}, "commit"=>"Sign Up", "action"=>"signup", "controller"=>"user"} Unable to send confirmation E-Mail: Lock Error occured at <except.c>:103 in xpop_context Error occured in index.c:5371 - iw_open Couldn''t obtain write lock when opening IndexWriter -- Posted via http://www.ruby-forum.com/.
2007 Jan 10
2
Corrupt index and segfaults with heavy writes?
...saved. This causes acts_as_ferret to re-add the model to the index, so the index is getting heavy write use. As a side effect of this, we see a lot of locking errors in the logs, which cause 500 error for our users: Ferret::Store::Lock::LockError (Lock Error occured at <except.c>:103 in xpop_context Error occured in index.c:5368 - iw_open Couldn''t obtain write lock when opening IndexWriter Eventually, we start seeing corruption errors like these (as an example): End-of-File Error occured at <except.c>:79 in xraise Error occured in compound_io.c:123 - cmpdi_re...
2007 May 22
6
Ferret file not found error on item delete
...fa224cbeac580bac6fa4c9c250a03 Parameters: {"_method"=>"delete", "action"=>"destroy", "id"=>"105", "controller"=>"goals"} Ferret::FileNotFoundError (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/apps/goal_buddy/current/config/../index/production/goal/_2s_0.del" but it doesn''t exist: <No such file or directory> ): /usr/lib/ruby/gems/1.8/gems/ferret-0.11.4/lib/ferret/index.rb:285:in `delet...
2007 Feb 25
9
Ferret 0.11.0-rc1
Hey folks, Sorry for cross posting like this but this is an important announcement for all Ferret users. ** Description ** Firstly for those who don''t know, Ferret is a full-text search library which makes adding search to your application a breeze. It''s much faster than MySQL full-text search as well most other search libraries out there. It allows you to do Boolean (+ruby +