<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Two things I would check:<DIV><BR class="khtml-block-placeholder"></DIV><DIV>1) Make sure you that you are not missing any gems that your application uses;</DIV><DIV>2) Check to see if your application will run under webrick</DIV><DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV><B style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; ">Bill Siggelkow</SPAN></B></DIV><DIV><A href="mailto:bsiggelkow@mac.com">bsiggelkow@mac.com</A></DIV><DIV>AIM: siggelkowb</DIV><DIV>Home: 770-457-8854</DIV><DIV>Mobile: 770-354-2584</DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR><DIV><DIV>On Jul 16, 2007, at 12:31 AM, Mehdi Adda wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Hi everybody,<BR><BR>I have installed mongrel and mongrel cluster in a new linux box .... at the end of the day I was able to lunch mongrel (mongrel_rails start -e production) and all is working fine with.<BR><BR>However, when I tried to set a mongrel cluster the command mongrel_rails cluster::start get the following output : <BR><BR>starting port 8000<BR>starting port 8001 <BR>starting port 8002<BR><BR>But when I lunched the browser to the application url and port 8000 for example, the mongrels seems not working.<BR><BR>I looked at the log file and get for the first mongrel instance : <BR><BR> ** Daemonized, any open files are closed.  Look at tmp/mongrel.8000.pid and log/mongrel.8000.log for info.<BR>** Starting Mongrel listening at <A href="http://0.0.0.0:8000">0.0.0.0:8000</A><BR>** Changing group to mongrel. <BR>** Changing user to mongrel.<BR>** Starting Rails with production environment...<BR>** Mounting Rails at /home/rails/projects/myapps...<BR>/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:30:in `gem_original_require': no such file to load -- /home/rails/projects/myapps/config/environment (LoadError)<BR>    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:30:in `require'<BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:157:in `rails' <BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:116:in `cloaker_'<BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:138:in `call'<BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel- 1.0.1/lib/mongrel/configurator.rb:138:in `listener'<BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:98:in `cloaker_'<BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:51:in `call' <BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:51:in `initialize'<BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:83:in `new'<BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel- 1.0.1/bin/mongrel_rails:83:in `run'<BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'<BR>    from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:248<BR>    from /usr/bin/mongrel_rails:16:in `load' <BR>    from /usr/bin/mongrel_rails:16<BR><BR>It's the same thing for the two other instances. <BR><BR>My mongrel cluster configuration is as follows : <BR><BR>user: mongrel<BR>group: mongrel<BR>cwd: /home/rails/projects/myapps <BR>log_file: log/mongrel.log<BR>port: "8000"<BR>environment: production<BR>address: <A href="http://127.0.0.1">127.0.0.1</A><BR>pid_file: tmp/mongrel.pid<BR>servers: 3<BR><BR><BR>My server configuration is as follows : <BR><BR>Linux Centos 5<BR> ruby 1.8.6 <BR> rubygems 0.9.4<BR> Rails 1.2.3<BR> Mongrel Web Server 1.0.1<BR> mongrel_cluster 1.0.2<BR> nginx version: nginx/0.5.27<BR><BR><BR>Can anyone give help me to get this out  ? <BR><BR>Thanks a lot in advance<BR><BR><BR>Addame<BR><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Mongrel-users mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:Mongrel-users@rubyforge.org">Mongrel-users@rubyforge.org</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://rubyforge.org/mailman/listinfo/mongrel-users">http://rubyforge.org/mailman/listinfo/mongrel-users</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>