[Rails] Re: help me, I can't run
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
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home