search for: fs_open_input

Displaying 17 results from an estimated 17 matches for "fs_open_input".

2007 Jul 06
6
Ferret::FileNotFoundError - delete
...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...
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 http://www.ruby-forum.com/.
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
2006 Nov 24
2
Strange error. Index corrupt on production server
...nge [0..108183] for IndexWriter#[] /usr/local/lib/ruby/gems/1.8/gems/ferret-0.10.9/lib/ferret/index.rb:382:in `[]'' And after that every search resulted in this error: A IOError occurred in search#rss: IO Error occured at <except.c>:79 in xraise Error occured in fs_store.c:323 - fs_open_input couldn''t create InStream /home/newsdesk_prod/current/config/../index/production/pressrelease/_2tap.fdt: <No such file or directory> /usr/local/lib/ruby/gems/1.8/gems/ferret-0.10.9/lib/ferret/index.rb:679:in `initialize'' I couldn''t find any other solutio...
2007 Oct 01
2
FileNotFoundError
Hi, I saw someone else have this earlier. The recommendation is still to downgrade to 0.11.3? Oct 01 19:56:09 ey01-s00116 rails[3175]: Ferret::FileNotFoundError (File Not Found Error occured at <except.c>:117 in xpop_contextError occured in fs_store .c:329 - fs_open_input tried to open "/data/zendesk/current/config/../index/production/ticket/_l.cfs" but it doesn''t exist: <No such file or director y>): /usr/lib64/ruby/gems/1.8/gems/ferret-0.11.4/lib/ferret/index.rb:285:in `delete'' /usr/lib64/ruby/gems/1.8/gems/ferret-0.1...
2007 Sep 10
2
IO errors with 2 processes
Hi All, I''m using acts as ferret and getting a lot of these errors: ---- Error occured in fs_store.c:324 - fs_open_input couldn''t create InStream /var/rails/projectblue/website/public/../config/../index/production/content_page/_347i.fdt: <No such file or directory> ---- and also some of these errors: ---- uninitialized constant Ferret::Index::Index::LockError [RAILS_ROOT]/vendor/rails/activesuppo...
2007 Jan 21
14
[ActsAsFerret] OpenSolaris (TextDrive) indexing issues
...d that the /index directory was receiving no changes, so the indexing was not happening also. Then I tried to re-index and I got the following error after a few hours of work: >> Blog.rebuild_index IOError: IO Error occured at <except.c>:79 in xraise Error occured in fs_store.c:324 - fs_open_input couldn''t create InStream script/../config/../config/../index/production/blog/_73j.fdx: <No such file or directory> from /opt/csw/lib/ruby/gems/1.8/gems/ferret-0.10.14/lib/ferret/index.rb:273:in `delete'' from /opt/csw/lib/ruby/gems/1.8/gems/ferret-0.10...
2007 Mar 28
7
Newbie problem on production server
Hi, I just installed ferret for the first time and integrated it with my app. On my dev machine it''s fine but on my production server I get this when I call find_by_contents(): Processing LinksController#results (for 24.185.105.59 at 2007-03-28 05:28:36) [POST] Session ID: 3f2dc7c17147c0e52178ba697a119833 Parameters: {"commit"=>"Search",
2007 Apr 07
19
Constant 0.11.4 Errors
...ning 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 `delete'' /opt/local/lib/ruby/gems/1.8/g...
2007 Mar 01
0
Error with new ferret
...et 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'' The file _8km.cfs does exist, but no _8km_1....
2006 Dec 22
0
Error using Ferret - ferret/index.rb:271:in `delete''
...etting Ferret errors while users were trying to register or log into the system. I am not a Ferret techie - I apologize if a similar problem has already been asked or if it is not really a Ferret issue. Any ideas: IO Error occured at <except.c>:79 in xraise Error occured in fs_store.c:324 - fs_open_input couldn''t create InStream ../config/../index/production/user/_dk8.fdt: <No such file or directory> /home/packages/lib/ruby/gems/1.8/gems/ferret-0.10.13/lib/ferret/index.rb:271:in `delete'' -- Anil <http://answeru.com> -------------- next part --------------...
2007 Jan 27
0
concurrency errors adding to a keyed index
...earch on the index using my Rails web interface. This is in a dev environment with only 1 user (me) and about 58000 docs. The error I get is along the lines of the following, with a different filename each time: IO Error occured at <except.c>:79 in xraise Error occured in fs_store.c:324 - fs_open_input couldn''ferret_index/development/news_article_versions/_2ih.tix: <No such file or directory> /usr/lib/ruby/gems/1.8/gems/ferret-0.10.14/lib/ferret/index.rb:682:in `initialize'' /usr/lib/ruby/gems/1.8/gems/ferret-0.10.14/lib/ferret/index.rb:682:in `ensure_reader_open''...
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 do Model.rebuild_index. Any suggestions? --...
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 `delete'' /usr/local/lib/ruby/gems/1.8/ge...
2007 Mar 06
2
ferret 0.11.3 - File Not Found
...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 `<<'' from /usr/lib/ruby/gems/1.8/gems/ferret-0.11.3/lib/ferret/index...
2007 May 22
6
Ferret file not found error on item delete
...uot;_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 `delete'' /usr/lib/ruby/gems/1.8/gems/ferr...
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 +