You might try  lsof -i 
        To see which process/pid has port 3000 open.  It will show up as 
something like:   ruby      94580 <username>    7u  IPv4 0x08681274      0t0  
TCP *:hbci (LISTEN)The 94580 is the PID. The hbci  is because  port 3000 is 
used for that protocol (apparently).On linux netstat -nap would show which 
processes have which ports open.  Sadly -p/-o does not seem to exist on the mac 
version of netstat.
        -- Vince Hodgeshttp://www.sourdoughlabs.com/
                
                
        On Thursday, November 4, 2010 at 11:07 AM, Michael Curry wrote:
        
            Not using Headdress or VirtualHostX.I don't think I have Mongrel on 
any kind of autostart. But not sure.When I open a browser and go to 
localhost:3000 - it just cycles in a load without any page resolve (error or 
otherwise)In trying :$: sudo railsapp/script/serverI got:=> Booting Mongrel=> 
Rails 2.3.8 application starting on http://0.0.0.0:3000=> Call with -d to 
detach=> Ctrl-C to shutdown 
serverExiting/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/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)  from 
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/tcphack.rb:12:in
 `initialize'  from 
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:93:in
 `new'  from 
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/mongrel-1.1
.5/lib/mongrel.rb:93:in `initialize'  from 
/Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:10:in `new'  
from /Library/Ruby/Gems/1.8/gems/rack-1.1.0/lib/rack/handler/mongrel.rb:10:in 
`run'  from /Library/Ruby/Gems/1.8/gems/rails-2.3.8/lib/commands/server.rb:111  
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'  from 
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'  from 
bitbookr/script/server:3-- 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 
rubyonrails-t...@googlegroups.com.to unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.for more options, visit this 
group at http://groups.google.com/group/rubyonrails-talk?hl=en.
                        
                        
                        
                        
        
                
                
    

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to