Hendrik Volkmer
2007-May-24 07:31 UTC
[Ferret-talk] Strange Problem with AAF DRB connection
Hi all! We use the DRB-Server Backend and are getting strange DRb::DRbConnErrors lately. It started with: too large packet 687865856 (druby:/10.0.0.10:9010) /usr/lib/ruby/1.8/drb/drb.rb:573:in `load'' and later only this one: premature marshal format(can''t read) (druby:/10.0.0.10:9010) /usr/lib/ruby/1.8/drb/drb.rb:580:in `load'' Do you have any ideas what that could be? We didn''t change so much regarding aaf. Maybe we put some more fields in the index, that should be it. We''re using the following versions of ferret, aaf, and rails: ferret - 0.11.3 (0.11.4 resulted in other, strange problems) aaf - 0.4 Rails - 1.2.3 Cheers, Hendrik -- Posted via http://www.ruby-forum.com/.
On Thu, May 24, 2007 at 09:31:59AM +0200, Hendrik Volkmer wrote:> Hi all! > > We use the DRB-Server Backend and are getting strange DRb::DRbConnErrors > lately. It started with: > > too large packet 687865856 > (druby:/10.0.0.10:9010) /usr/lib/ruby/1.8/drb/drb.rb:573:in `load'' > > and later only this one: > > premature marshal format(can''t read) > (druby:/10.0.0.10:9010) /usr/lib/ruby/1.8/drb/drb.rb:580:in `load'' > > Do you have any ideas what that could be? We didn''t change so much > regarding aaf. Maybe we put some more fields in the index, that should > be it.strange - the first one seems to be a request way to large, and in the second case the request payload has been shorter than expected - are you sure you don''t have any network issues? Any hints on when this happens (i.e. high load, special actions) ? 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 | www.webit.de Amtsgericht Dresden | HRB 15422 GF Sven Haubold, Hagen Malessa
Hendrik Volkmer
2007-Jun-06 02:31 UTC
[Ferret-talk] Strange Problem with AAF DRB connection
Jens Kraemer wrote:> On Thu, May 24, 2007 at 09:31:59AM +0200, Hendrik Volkmer wrote: >> premature marshal format(can''t read) >> (druby:/10.0.0.10:9010) /usr/lib/ruby/1.8/drb/drb.rb:580:in `load'' >> >> Do you have any ideas what that could be? We didn''t change so much >> regarding aaf. Maybe we put some more fields in the index, that should >> be it. > > strange - the first one seems to be a request way to large, and in the > second case the request payload has been shorter than expected - are you > sure you don''t have any network issues? > > Any hints on when this happens (i.e. high load, special actions) ?Nothing like that. The strange thing is: It''s working again. We didn''t really changed much regarding ferret... I''ll keep an eye on this behavoir. Hendrik -- Posted via http://www.ruby-forum.com/.