Topic: RadRails has a strange problem when starting a webserver
Hi,
I had Ruby on Rails with RadRails as an Eclipse add-on on my FedoraCore 4 linux box.
Recently I've updated to FedoraCore 6 and performed the same operations to install RoR and Radrails as in FC4. Actually I added the mongrel server too, as described in this guide:
http://legacy.not404.com/cgi-bin/trac.f
RailsOnFC6
Well, everything is working fine besides starting/stopping servers in RadRails.
When I start a normal ruby server (Webrick) in the terminal it's running fine on 127.0.0.1:3000 and I can stop it with Ctrl+C.
But when I start it within RadRails the server is starting, I can access it on :3000, but Radrails hangs on "Starting Server..." forever. As a result I can't stop it within Radrails, I have to kill the ruby process. The RadRails console shows the normal output, no error messages.
Does someone has an idea what could be wrong?
Thank You in advance!
P.S.: Almost the same happens when running mongrel(0.3.13.2), but there are some ruby errors too. I want to get Webrick normaly running with Radrails first, and then