当我运行我的应用程序时,有时会出现此错误
错误 Errno::ECONNABORTED
这是日志:
[2011-06-05 18:17:21] 错误 Errno::ECONNABORTED: Une connexion établie a étébandnée par un logiciel de votre ordinateur hôte。
C:/Ruby192/lib/ruby/1.9.1/webrick/httpresponse.rb:323:in `write' C:/Ruby192/lib/ruby/1.9.1/webrick/httpresponse.rb:323:in`<<' C:/Ruby192/lib/ruby/1.9.1/webrick/httpresponse.rb:323:in `_write_data' C:/Ruby192/lib/ruby/1.9.1/webrick/httpresponse.rb:295:in `send_body_string' C:/Ruby192/lib/ruby/1.9.1/webrick/httpresponse.rb:186:in `send_body' C:/Ruby192/lib/ruby/1.9.1/webrick/httpresponse.rb:103:in `send_response' C:/Ruby192/lib/ruby/1.9.1/webrick/httpserver.rb:86:in `run' C:/Ruby192/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
最烦人的是这个错误是随机发生的。
尽管进行了广泛的研究,但我无法知道问题的原因
那么,有人知道这个问题吗?
Ruby 1.9.2、rails 3.0.7、Windows 7 64 位