help me, I can't run

19 views
Skip to first unread message

Lee

unread,
Sep 13, 2011, 7:27:44 AM9/13/11
to Ruby on Rails: Talk
Hi, I installed railsinstaller.

and ...

>rails s

TCPServer Error: Permission denied - bind(2)
Exiting
C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/webrick/utils.rb:73:in
'initailize':permission denied - bind(2) (Errno::EACCES)
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/webrick/utils.rb:73:in
'new'


.................................

What's the problem? How do you solve a problem?

Noel

unread,
Sep 13, 2011, 1:16:30 PM9/13/11
to rubyonra...@googlegroups.com
have u tried the latest railsinstaller?

> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

Luis Lavena

unread,
Sep 13, 2011, 1:21:25 PM9/13/11
to Ruby on Rails: Talk
On Sep 13, 8:27 am, Lee <sorlo...@gmail.com> wrote:
> Hi, I installed railsinstaller.
>
> and ...
>
> >rails s
>
> TCPServer Error: Permission denied - bind(2)
> Exiting
> C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/webrick/utils.rb:73:in
> 'initailize':permission denied - bind(2) (Errno::EACCES)
>         from C:/RailsInstaller/Ruby1.8.7/lib/ruby/1.8/webrick/utils.rb:73:in
> 'new'

Windows or some firewall you have installed in your system is blocking
the port.

You can avoid that by starting the server and "just listen" to the
local address:

rails server -a 127.0.0.1

Then you visit http://127.0.0.1:3000/

--
Luis Lavena
Reply all
Reply to author
Forward
0 new messages