mongrel icon indicating copy to clipboard operation
mongrel copied to clipboard

ECONNABORTED on each request

Open rjerickson opened this issue 14 years ago • 0 comments

Hi there, just wanted to ask about this issue. Seems to be working fine to serve requests but generates a ton of log chatter on each request.

Environment:

Win 7(x64) IIS 7.5 with Application Request Routing

  • proxying requests to http://localhost to the mongrel instance at http://localhost:3000 Ruby 1.8.7 Rails 2.3.11 mongrel 1.1.5

No errors when not going through the proxy. I see others have reported this in other forums but haven't seen any responses. I'm assuming that IIS isn't playing nice when mongrel answers the request but I was wondering if anyone had any insight?

Russ


Mon Mar 07 07:53:22 -0800 2011: Read error: #<Errno::ECONNABORTED: An establishe d connection was aborted by the software in your host machine.> C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel/http _response.rb:137:in write' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel/http _response.rb:137:inwrite' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel/http _response.rb:103:in send_body' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel/http _response.rb:147:infinished' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel.rb:1 65:in process_client' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel.rb:2 85:inrun' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel.rb:2 85:in initialize' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel.rb:2 85:innew' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel.rb:2 85:in run' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel.rb:2 68:ininitialize' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel.rb:2 68:in new' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel.rb:2 68:inrun' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel/conf igurator.rb:282:in run' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel/conf igurator.rb:281:ineach' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel/conf igurator.rb:281:in run' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/mongrel_rails:128:i nrun' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/../lib/mongrel/comm and.rb:212:in run' C:/Ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mingw32/bin/mongrel_rails:281 C:/Ruby/bin/mongrel_rails:19:inload' C:/Ruby/bin/mongrel_rails:19

rjerickson avatar Mar 07 '11 15:03 rjerickson