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