1

使用 firefox 和 IE8 运行我的 ruby​​ 应用程序时,我在日志中收到以下消息。运行 ruby​​ 应用程序时是否有人收到相同的消息?

Fri Aug 20 18:18:17 +0100 2011: Read error: #<Errno::ECONNABORTED: An established connection was aborted by the software in your host machine.>
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel/http_response.rb:137:in `write'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel/http_response.rb:137:in `write'
    C:/Development/Aptana/cloud_community/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/handler/mongrel.rb:75:in `process'
    C:/Development/Aptana/cloud_community/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/file.rb:83:in `each'
    C:/Development/Aptana/cloud_community/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/file.rb:81:in `open'
    C:/Development/Aptana/cloud_community/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/file.rb:81:in `each'
    C:/Development/Aptana/cloud_community/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/handler/mongrel.rb:74:in `process'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:159:in `process_client'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:158:in `each'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:158:in `process_client'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:285:in `run'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:285:in `initialize'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:285:in `new'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:285:in `run'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:268:in `initialize'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:268:in `new'
    C:/Development/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:268:in `run'
    C:/Development/Aptana/cloud_community/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/handler/mongrel.rb:34:in `run'
    C:/Development/Aptana/cloud_community/vendor/rails/railties/lib/commands/server.rb:111
    C:/Development/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
    C:/Development/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
    ./script/server:3
    -e:2:in `load'
    -e:2
4

1 回答 1

0

你为什么不使用官方的 Rails 安装程序而不是 InstantRails 看看这是否能解决你的问题?http://rubyonrails.org/download

于 2011-08-05T20:18:15.423 回答