When I try to open my site in IE (development, environment or online), it is reset every time. This is my reading from the server when entering the home page (after that it actually crashes when viewing any page):
Rendered shared/_footer.erb (0.0ms) Rendered welcome/index.html.erb within layouts/index (179.0ms) Completed 200 OK in 204ms (Views: 203.0ms | ActiveRecord: 0.0ms) [2010-10-24 03:16:26] ERROR Errno::ECONNABORTED: An established connection was aborted by the software in your host machine. C:/San/Ruby192/lib/ruby/1.9.1/webrick/httpserver.rb:56:in 'eof?' C:/San/Ruby192/lib/ruby/1.9.1/webrick/httpserver.rb:56:in 'run' C:/San/Ruby192/lib/ruby/1.9.1/webrick/server.rb:183:in 'block in start_thread'
Another error that I sometimes get:
[2010-10-24 03:22:21] ERROR Errno::ECONNRESET: An existing connection was forcibly closed by the remote host.
Do you know what could be the problem? This is very important to me because of the people who can use the application. Thanks to everyone.
source share