[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

got error in mongrel_cluster

Varun Goel

2/7/2008 4:33:00 AM

hi all,
I configure the mongrel_cluster in my application but i got error
in mongrel.3010.log file like this
** Daemonized, any open files are closed. Look at
tmp/pids/mongrel.3010.pid and log/mongrel.3010.log for info.
** Starting Mongrel listening at 127.0.0.1:3010
** Initiating groups for "mongrel":"mongrel".
** Changing group to "mongrel".
** Changing user to "mongrel".
** Starting Rails with production environment...
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load --
/root/Desktop/AspireSystems/config/environment (LoadError)
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/rails.rb:147:in
`rails'
from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:113:in
`cloaker_'
from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/configurator.rb:149:in
`call'
from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/../lib/mongrel/configurator.rb:149:in
`listener'
Please tell me why i am getting this error looking for ur reply.
Please help me.
Thanks
Varun
--
Posted via http://www.ruby-....

1 Answer

kranthi reddy

2/7/2008 9:41:00 AM

0

[Note: parts of this message were removed to make it a legal post.]

Hello Varun,
From the log file which u pasted hear I think u are missing something in the
config.rb file.
Please go through the congif.rb and then check the run your mongrel_rails
cluster once again.

On Feb 7, 2008 10:02 AM, Varun Goel <varun.rajeshkumar@gmail.com> wrote:

> hi all,
> I configure the mongrel_cluster in my application but i got error
> in mongrel.3010.log file like this
> ** Daemonized, any open files are closed. Look at
> tmp/pids/mongrel.3010.pid and log/mongrel.3010.log for info.
> ** Starting Mongrel listening at 127.0.0.1:3010
> ** Initiating groups for "mongrel":"mongrel".
> ** Changing group to "mongrel".
> ** Changing user to "mongrel".
> ** Starting Rails with production environment...
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
> `gem_original_require': no such file to load --
> /root/Desktop/AspireSystems/config/environment (LoadError)
> from
> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
> `require'
> from
> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3
> /bin/../lib/mongrel/rails.rb:147:in
> `rails'
> from
> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:113:in
> `cloaker_'
> from
> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3
> /bin/../lib/mongrel/configurator.rb:149:in
> `call'
> from
> /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.3
> /bin/../lib/mongrel/configurator.rb:149:in
> `listener'
> Please tell me why i am getting this error looking for ur reply.
> Please help me.
> Thanks
> Varun
> --
> Posted via http://www.ruby-....
>
>