Daniel Bush wrote: > On Nov 11, 11:56�am, Chandu Chandu <[EMAIL PROTECTED]> > wrote: >> => Call with -d to detach >> => Ctrl-C to shutdown server >> ** Starting Mongrel listening at 0.0.0.0:3000 >> Exiting >> /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/tcphack.rb:12:in >> `initialize_without_backlog': Address already in use - bind(2) >> (Errno::EADDRINUSE) > > You already have a program listening on port 3000 probably an earlier > webrick or mongrel. If you didn't detach it, then find it and stop > it. > If it's detached you need to find its pid and kill it. > I'm not sure what system you're using; to see what's running on port > 3000 try: > netstat -4np (linux) > sockstat -4 (bsd) > netstat -nb (windows - there's probably a better way here, I don't use > windows for rails) > Get the pid from the listing and kill it if it's ok to do that. > > -- > Daniel Bush
Hi, my sys config is mac-os-x 10.5.5 i tried to kill process runnig on port 3000 by using top command but but the problem is not solved it repeats again i have an interview scheduled this week dont know by the time whther it might be solved or not.... Thanks 4 all Replies -- 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

