You already have something on that box (maybe even an daemonized mongrel_rails process) running on port 3000
Try doing a netstat -tlp (if your netstat supports that) and seeing what other process is holding on to port 3000. Jason On Jun 10, 2006, at 7:41 PM, Carl Lerche wrote: > Hello, I don't know if this is really relevant anymore because a new > version is about to be released it seems, however I've been trying to > run mongrel 0.3.12.4 on a development server in development mode > (simply with mongrel_rails start). I try to access the server and the > first page (static file) loads, but then the server dies and I get > this in the logs. > > ** Mongrel available at 0.0.0.0:3000 > /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.12.4/lib/mongrel/ > tcphack.rb:6:in `initialize_without_backlog': Address already in use > - bind(2) (Errno::EADDR > INUSE) -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jason Young -- Systems Engineer, eXtension http://about.extension.org/wiki/Jason_Young ______________________________________ _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
