Got error in mongrel_cluster

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:inrequire’
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:incloaker_’
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:inlistener’
Please tell me why i am getting this error looking for ur reply.
Please help me.
Thanks
Varun

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.