Sam
2007-Nov-17 15:28 UTC
[Mongrel] 503 error and (61)Connection refused: proxy: HTTP: attempt to connect
Hi, I''m trying to troubleshoot a 503 error I''m getting, my mongrels are started, mongrel.8000.log says im good to go, yet I get a 503 error trying to access it. Did a ps aux, here''s the result of that http:// pastie.caboo.se/119145, any ideas what i could be doing wrong here? My error log gives me : (61)Connection refused: proxy: HTTP: attempt to connect to my.ip:8000 It''s weird, I''d been running this mongrel cluster for a few weeks now no problem, my problems started when I issued a cluster::restart, prior to that i had been doing cluster::stop and then cluster::start Any ideas? thanks for any help -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071117/2e4587cb/attachment.html
Michael D''Auria
2007-Nov-19 02:58 UTC
[Mongrel] 503 error and (61)Connection refused: proxy: HTTP: attempt to connect
Hey Sam, Are you sure that mongrel is running on 0.0.0.0:8000 and not localhost ( 127.0.0.1)? I ask b/c you mention my.ip:8000 which i am assuming is not localhost. - Michael On Nov 17, 2007 10:28 AM, Sam <sam at three60.com> wrote:> Hi, I''m trying to troubleshoot a 503 error I''m getting, my mongrels are > started, mongrel.8000.log says im good to go, yet I get a 503 error trying > to access it. Did a ps aux, here''s the result of that * > http://pastie.caboo.se/119145* <http://pastie.caboo.se/119145>, any ideas > what i could be doing wrong here? > My error log gives me : (61)Connection refused: proxy: HTTP: attempt to > connect to my.ip:8000 > > It''s weird, I''d been running this mongrel cluster for a few weeks now no > problem, my problems started when I issued a cluster::restart, prior to that > i had been doing cluster::stop and then cluster::start > > Any ideas? > > thanks for any help > > > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071118/dea870e4/attachment-0001.html
Sam
2007-Nov-19 14:09 UTC
[Mongrel] 503 error and (61)Connection refused: proxy: HTTP: attempt to connect
Hi, Not sure what the problem was but here''s what I did to fix it. Upgraded mongrel to 1.1.1, and that gave me no method errors, so I downgraded to 0.8.11 restarted and that did the trick. also prior to downgrading my mongrels were listening on tcp6 instead of tcp4 for some reason, why that was i dont know I mention my.ip because i did have my mongrels running on my specific ip as opposed to localhost but have since switched it back to localhost On Nov 18, 2007, at 9:58 PM, Michael D''Auria wrote:> Hey Sam, > > Are you sure that mongrel is running on 0.0.0.0:8000 and not > localhost (127.0.0.1)? I ask b/c you mention my.ip:8000 which i am > assuming is not localhost. > > - Michael > > On Nov 17, 2007 10:28 AM, Sam <sam at three60.com> wrote: > Hi, > I''m trying to troubleshoot a 503 error I''m getting, my mongrels are > started, mongrel.8000.log says im good to go, yet I get a 503 error > trying to access it. Did a ps aux, here''s the result of that http:// > pastie.caboo.se/119145, any ideas what i could be doing wrong here? > My error log gives me : (61)Connection refused: proxy: HTTP: > attempt to connect to my.ip:8000 > > It''s weird, I''d been running this mongrel cluster for a few weeks > now no problem, my problems started when I issued a > cluster::restart, prior to that i had been doing cluster::stop and > then cluster::start > > Any ideas? > > thanks for any help > > > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071119/cfb3e8c3/attachment.html
Reasonably Related Threads
- Fails to restart mongrel cluster after Capistrano rollback (PIDs not deleted)
- Another attempt for a succinct model validation DSL
- What do you think of this controller spec?
- authentication, controller specs. I think I''m missing something simple ....
- Problems with raising errors on a mocked object