search for: drbservernotfound

Displaying 6 results from an estimated 6 matches for "drbservernotfound".

2005 Oct 30
1
attaching the debugger to functional test.
...st::Unit::TestCase 4 def setup 5 @string10 = "hello" 6 end 7 def test10 8 assert_equal @string10, "hello" 9 end 10 end 11 12 (rdb:1) b 5 Set breakpoint 1 at bikle_test.rb:5 (rdb:1) c /opt/local/lib/ruby/1.8/drb/drb.rb:1572: `DRb::DRbServerNotFound'' (DRb::DRbServerNotFound) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.2.1/lib/active_support/dependencies.rb:213:in `require'' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygem...
2007 Jun 27
2
acts_as_ferret, DRb, and filter_proc
...Rb and filter_proc, without much success. My guess is that this isn''t possible because there''s no way to send the proc to the DRb server, correct? Person.find_by_contents("jonathan", :filter_proc => proc {}) causes an exception when using DRb (DRb::DRbConnError: DRb::DRbServerNotFound). I can work around this by applying the filter after searching as the exact number of results isn''t too important in this case. Cheers, -Jonathan -- Posted via http://www.ruby-forum.com/.
2007 Jul 13
8
More sorting problems with untokenized index
I''m having problems sorting on untokenized fields. I have one field that sorts fine, but there are others that seem to sort on a different field. Here''s the index description: acts_as_ferret :remote=>true,:fields=>{:name=>{:boost=>2},:name_for_sort=>{:index => :untokenized}, :city=>{:boost=>2}, :city_for_sort=>{:index=>:untokenized},
2007 Sep 07
4
Ferret DRB - can add/edit index, but can''t search
I''m trying to use the Ferret DRB server to avoid concurrency issues when using multiple mongrels. I can successfully add and edit data on my index via the DRB server, however, when I search the index, I get the following error: DRb::DRbConnError (DRb::DRbServerNotFound): /usr/lib/ruby/1.8/drb/drb.rb:1647:in `current_server'' /usr/lib/ruby/1.8/drb/drb.rb:1709:in `to_id'' /usr/lib/ruby/1.8/drb/drb.rb:1045:in `initialize'' /usr/lib/ruby/1.8/drb/drb.rb:639:in `make_proxy'' /usr/lib/ruby/1.8/drb/drb.rb:556:in `dump...
2006 May 17
3
Rails "Application Error" with apache and mod_fcgid
...1/lib/action_controller/cgi_ext/raw_post_data_fix.rb:57: warning: ambiguous first argument; put parentheses or even spaces /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/cgi_ext/raw_post_data_fix.rb:8: warning: method redefined; discarding old initialize_query Exception `DRb::DRbServerNotFound'' at /usr/lib/ruby/1.8/drb/drb.rb:1647 - DRb::DRbServerNotFound Exception `MissingSourceFile'' at /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21 - no such file to load -- memcache Exception `MissingSourceFile'' at /usr/lib/ruby/site_ruby/1.8/rubygems/custom_re...
2006 Jul 20
6
Ruby on Rails & FastCGI 500 Error
I''m getting an error 500 and I''m at my wits end as to what could be causing it. I''m sure the path to the ruby executable is correct so what else could be causing it? -- Posted via http://www.ruby-forum.com/.