Ok, here is the situation: I need to run a mongrel server on windows server 2003. The application it will be serving is an application that is frozen to rails 1.1.6. We''re using mongrel 1.0 as the web server. Every 10th request (random, sometimes more sometimes less), either called through ajax or as a normal page request... dies with a 500 error. No logs are available anywhere, as far as the app is concerned it''s behaving normally. We are running mongrel "as a service". The parameters of the service are as follows: "c:/ruby/bin/mongrel_service.exe" single -e development -p 80 -a 0.0.0.0 -l "log/mongrel.log" -P "log/mongrel.pid" -c "c:/webapps/ myapp" -t 0 -r "public" -n 1024 --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You might want to ask this question of mongrel-users-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org On Mar 13, 7:19 am, "Codemonk" <mdra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Ok, here is the situation: > > I need to run a mongrel server on windows server 2003. The application > it will be serving is an application that is frozen to rails 1.1.6. > > We''re using mongrel 1.0 as the web server. > > Every 10th request (random, sometimes more sometimes less), either > called through ajax or as a normal page request... dies with a 500 > error. No logs are available anywhere, as far as the app is concerned > it''s behaving normally. > > We are running mongrel "as a service". > > The parameters of the service are as follows: > "c:/ruby/bin/mongrel_service.exe" single -e development -p 80 -a > 0.0.0.0 -l "log/mongrel.log" -P "log/mongrel.pid" -c "c:/webapps/ > myapp" -t 0 -r "public" -n 1024--~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Brian Hogan
2007-Mar-14 02:59 UTC
Re: Mongrel on Windows Server 2003 Results in 500 Errors
My guess is a poorly configured application. We run Mongrel on those specs on at lest 10 apps with no problems whatsoever. What type of db are you using? Is it MySQL? MySQL has issues on Windows that you need to address - you need a much better adapter like the mysql gem or the MySQL Ruby bindings. If you don''t have that you''ll get those random 500 errors. On 3/13/07, eden li <eden.li-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > You might want to ask this question of mongrel-users-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org > > On Mar 13, 7:19 am, "Codemonk" <mdra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Ok, here is the situation: > > > > I need to run a mongrel server on windows server 2003. The application > > it will be serving is an application that is frozen to rails 1.1.6. > > > > We''re using mongrel 1.0 as the web server. > > > > Every 10th request (random, sometimes more sometimes less), either > > called through ajax or as a normal page request... dies with a 500 > > error. No logs are available anywhere, as far as the app is concerned > > it''s behaving normally. > > > > We are running mongrel "as a service". > > > > The parameters of the service are as follows: > > "c:/ruby/bin/mongrel_service.exe" single -e development -p 80 -a > > 0.0.0.0 -l "log/mongrel.log" -P "log/mongrel.pid" -c "c:/webapps/ > > myapp" -t 0 -r "public" -n 1024 > > > > >--~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Possibly Parallel Threads
- Mongrel service will not start on win32 w/ --prefix option
- deploy ruby on rails application by mongrel
- Mongrel fails in Win32, mongrel_service missing, with possible fix
- Ruby on Rails applications with Mongrel cluster
- Mongrel Service won''t start on windows