Hi Group,
I have a Ruby on Rails (Rails v2.0.2) application which I have developed using Netbeans 6.1 on Mac OS X.
When I tried to run this application this evening (it was working fine this morning) I get the error:
'could not connect to the web server - cannot show http://localhost:3000'
When I try to run the application from terminal using: ./script/server
I get the following error:
=> Booting Mongrel (use 'script/server webrick' to force WEBrick) => Rails application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with development environment... nil Exiting
Can anyone please help me resolve this issue.
Thanks in advance.
Kind Regards
Walter