Ruby seems to work fine, but when I start Webrick and try to open http://localhost:3000, my browser (both IE and Firefox) keeps waiting
forever. It nevers times out, just waiting and wating…
Disabling firewall and other obvious candidates did not help. I hope it
is something very trivial, but I am totally lost.
Anyway, just wanted to mention that it used to work just fine on my
previous Windows installation, the only difference is fresh Win XP
installation and newer versions of Ruby/RoR.
Anyway, just wanted to mention that it used to work just fine on my
previous Windows installation, the only difference is fresh Win XP
installation and newer versions of Ruby/RoR.
Hmm, until you said that I would have thought it was a stray breakpoint
or
something. What error messages are there either on screen if you start
script/server or in the log/ directory?
There is nothing in Webrick log and browser window is empty. It does not
time out, just waits… weird
In status line it says ‘waiting for localhost’. If I try to reach on
localhost on the wrong port, it correctly gives me an error message, but
stalls on the right one. It feels like something is ‘broken’, but I
cannot get what.
I quit all network programs, antiviruses, and firewall… still no
effect.
Search on Google indicate a very small number of people run into the
same problem, but no solution/reason is suggested.