Re: [Mongrel] Mongrel service keeps re-starting ruby

2010-12-13 Thread Sebastien Perret
Hi All, I have exactly the same problem : mongrel keeps restarting the ruby process. I have installed the patch_for_mongrel.rb proposed by Jonathan. I have ruby 1.8.7 (2010-06-23 patchlevel 299) [i386-mingw32] My version of Gem is 1.3.7. Here is the result of my command : U:\mongrel_rails start

Re: [Mongrel] Mongrel service keeps re-starting ruby

2010-12-13 Thread Luis Lavena
On Mon, Dec 13, 2010 at 8:24 AM, Sebastien Perret li...@ruby-forum.com wrote: Hi All, I have exactly the same problem : mongrel keeps restarting the ruby process. I have installed the patch_for_mongrel.rb proposed by Jonathan. I have ruby 1.8.7 (2010-06-23 patchlevel 299) [i386-mingw32] My

Re: [Mongrel] Mongrel service keeps re-starting ruby

2010-12-13 Thread Sebastien Perret
I have checked the .yml file. See attached to my post. The error refers to a comment line. Nothing before the line 74 looks wrong. No tabulation reached. I have moved the yml file and install again ruby with the installer.exe. The old yml file and the new one matches, no différence found.

Re: [Mongrel] Mongrel service keeps re-starting ruby

2010-12-13 Thread Luis Lavena
On Mon, Dec 13, 2010 at 10:20 AM, Sebastien Perret li...@ruby-forum.com wrote: I have checked the .yml file. See attached to my post. The error refers to a comment line. Nothing before the line 74 looks wrong. No tabulation reached. You attached the ruby file from YAML, but if you look at the

Re: [Mongrel] Mongrel service keeps re-starting ruby

2010-12-13 Thread Luis Lavena
On Mon, Dec 13, 2010 at 10:30 AM, Sebastien Perret li...@ruby-forum.com wrote: Sorry, I have found many tabulation in this file replaced them with space caracter but the problem remained. Can you pastie the file that contains the authentication line I mentioned before? There must be a syntax

Re: [Mongrel] Mongrel service keeps re-starting ruby

2010-12-13 Thread Sebastien Perret
You solved my problem ! It was amazing for a php devlopper like me to see the starting ruby service was parsing a yml file I edited one week ago in the redmine application whereas redmine was still working fine yesterday. Anyway thanks a lot for your help Luis, I would not think about

Re: [Mongrel] Mongrel service keeps re-starting ruby

2009-08-18 Thread Tiberiu Motoc
It sure helped me. Thanks, Tiberiu -- Posted via http://www.ruby-forum.com/. ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users

Re: [Mongrel] Mongrel service keeps re-starting ruby

2009-06-26 Thread Michael Pliskin
, June 25, 2009 6:08 PM To: mongrel-users@rubyforge.org Subject: Re: [Mongrel] Mongrel service keeps re-starting ruby Ah, actually reading your stack trace, I see it is indeed the --prefix and modern versions of Rails issue. I still don't know why that consumes all CPU instead of just reporting

Re: [Mongrel] Mongrel service keeps re-starting ruby

2009-06-25 Thread Jonathan Rochkind
...@rubyforge.org [mailto:mongrel-users-boun...@rubyforge.org] On Behalf Of Luis Lavena Sent: Thursday, June 25, 2009 4:20 PM To: mongrel-users@rubyforge.org Subject: Re: [Mongrel] Mongrel service keeps re-starting ruby On Thu, Jun 25, 2009 at 2:07 AM, Michael Pliskinm...@comapping.com wrote: Hi all

Re: [Mongrel] Mongrel service keeps re-starting ruby

2009-06-25 Thread Jonathan Rochkind
: Thursday, June 25, 2009 4:20 PM To: mongrel-users@rubyforge.org Subject: Re: [Mongrel] Mongrel service keeps re-starting ruby On Thu, Jun 25, 2009 at 2:07 AM, Michael Pliskinm...@comapping.com wrote: Hi all, Some disclaimer first: I am a complete newbie in mongrel and this list, so please

[Mongrel] Mongrel service keeps re-starting ruby

2009-06-24 Thread Michael Pliskin
Hi all, Some disclaimer first: I am a complete newbie in mongrel and this list, so please forgive me if I say something weird. I have a problem, I've googled for a solution for quite a while and failed so far, so decided to ask here. I am trying to set up my Rails application on Windows