Re: [Rails] Re: Address already in use - bind(2) (Errno::EADDRINUSE)
you can check which process is running on that port by typing on command line
lsof -i tcp:port number and than kill that process by typing
kill -9 process#
and that start the rails server -p 3000
On Mon, Nov 25, 2013 at 2:15 AM, Agu N. <lists@ruby-forum.com> wrote:
I agree with Peter De Berdt ..
Another webrick server is still running
Just close the shell and reopen it..
and then run
'rails server' again
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/539a3e815327e718191fccded39b45fc%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAJgx-djnd7e23pPKLr51xL0%3DOthf-UiGpKoED0MUm99UNG_cfw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home