Newbie question here: I''m hitting my rails app and killing mongrel. Any ideas? Here''s the error: /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:628:in `accept'': Software caused connection abort (Errno::ECONNABORTED) from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:982:in `join'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:982:in `join'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:982:in `join'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/bin/mongrel_rails:136:in `run'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel/command.rb:199:in `run'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/bin/mongrel_rails:235 from /usr/local/bin/mongrel_rails:18
What the hell is that? :-) I think you''re the winner of weirdest bug so far. Can you describe what the app does, what OS, what web server, and what you did to make this happen? This is basically saying that RIGHT when mongrel goes to accept the client connection the OS is aborting it. It''s pretty nasty. On Mon, 2006-07-10 at 13:57 -0500, Ben Moore wrote:> Newbie question here: I''m hitting my rails app and killing mongrel. Any ideas? > > Here''s the error: > > /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:628:in > `accept'': Software caused connection abort (Errno::ECONNABORTED) >-- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.railsmachine.com/ -- Need Mongrel support?
Mongrel is deployed on a shared host. I''m hitting it directly on default port 3000. The shared host is running BSD. We have couple developers who were putting data into the system, but when our account manager went to demo the app for the client, he crashed it after only a few clicks. He was using IE. Nobody else has been able to crash it from Safari or Firefox. Could it be a firewall issue? BSD issue? Browser issue? On 7/10/06, Zed Shaw <zedshaw at zedshaw.com> wrote:> What the hell is that? :-) I think you''re the winner of weirdest bug so > far. Can you describe what the app does, what OS, what web server, and > what you did to make this happen? > > This is basically saying that RIGHT when mongrel goes to accept the > client connection the OS is aborting it. It''s pretty nasty. > > On Mon, 2006-07-10 at 13:57 -0500, Ben Moore wrote: > > Newbie question here: I''m hitting my rails app and killing mongrel. Any ideas? > > > > Here''s the error: > > > > /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:628:in > > `accept'': Software caused connection abort (Errno::ECONNABORTED) > > > > > -- > Zed A. Shaw > http://www.zedshaw.com/ > http://mongrel.rubyforge.org/ > http://www.railsmachine.com/ -- Need Mongrel support? > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >
Ben, Did you by chance have ruby-sendfile installed? I''m tracking down a bug that looks like this. Zed On Mon, 2006-07-10 at 13:57 -0500, Ben Moore wrote:> Newbie question here: I''m hitting my rails app and killing mongrel. Any ideas? > > Here''s the error: > > /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:628:in > `accept'': Software caused connection abort (Errno::ECONNABORTED) > from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:982:in > `join'' > from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:982:in > `join'' > from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:982:in > `join'' > from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/bin/mongrel_rails:136:in > `run'' > from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel/command.rb:199:in > `run'' > from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/bin/mongrel_rails:235 > from /usr/local/bin/mongrel_rails:18 > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users