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 version of Gem is 1.3.7. Here is the result of my command :
>
> U:\>mongrel_rails start -e production -p 3001 -a 10.0.5.201 -l
> "mongrel.log" -P "mongrel.pid" -c "D:/wamp/www/redmine" -t 0 -r "public"
> -n 1024
> ** Starting Mongrel listening at 10.0.5.201:3001
> ** Starting Rails with production environment...
> D:/wamp/www/redmine/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:119:Warning:
> Gem::Dependency#version_requirements is deprecated and will be remo
> ved on or after August 2010.  Use #requirement
> d:/Ruby187/lib/ruby/1.8/yaml.rb:133:in `load': syntax error on line 74,
> col 21: `    authentication: : login' (ArgumentError)
>        from d:/Ruby187/lib/ruby/1.8/yaml.rb:133:in `load'
>
> Any Idea ?
>

Yes, please read the exception: "syntax error on line 74, ..." that is
reading a YAML file, check there is no tab or incorrect indentation in
that file.

-- 
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to