Hello Everybody,
I am getting the following error when i am creating a rails
application on the server.
and didn't found any references describing exact pointers. What has
gone wrong?
---------------------------
The application has exited during startup (i.e. during the evaluation
of config/environment.rb). The error message may have been written to
the web server's log file. Please check the web server's log file
(i.e. not the (Rails) application's log file) to find out why the
application exited.
If that doesn't help, then please use the backtrace below to debug the
problem.
Application root:
/home/.../.../domain.com
Backtrace:
#       File    Line    Location
0       ./config/boot.rb        66      in `exit'
1       ./config/boot.rb        66      in `load_rails_gem'
2       ./config/boot.rb        54      in `load_initializer'
3       ./config/boot.rb        38      in `run'
4       ./config/boot.rb        11      in `boot!'
5       ./config/boot.rb        110
6       /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb 31      in
`gem_original_require'
7       /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb 31      in
`require'
8       ./config/environment.rb 7
9       /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb 31      in
`gem_original_require'
10      /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb 31      in
`require'
11      /dh/passenger/lib/phusion_passenger/railz/application_spawner.rb
303     in `preload_application'
12      /dh/passenger/lib/phusion_passenger/railz/application_spawner.rb
252     in `initialize_server'
13      /dh/passenger/lib/phusion_passenger/utils.rb    230     in
`report_app_init_status'
14      /dh/passenger/lib/phusion_passenger/railz/application_spawner.rb
237     in `initialize_server'
15      /dh/passenger/lib/phusion_passenger/abstract_server.rb  193     in
`start_synchronously'
16      /dh/passenger/lib/phusion_passenger/abstract_server.rb  162     in
`start'
17      /dh/passenger/lib/phusion_passenger/railz/application_spawner.rb
213     in `start'
18      /dh/passenger/lib/phusion_passenger/spawn_manager.rb    261     in
`spawn_rails_application'
19      /dh/passenger/lib/phusion_passenger/abstract_server_collection.rb
126     in `lookup_or_add'
20      /dh/passenger/lib/phusion_passenger/spawn_manager.rb    255     in
`spawn_rails_application'
21      /dh/passenger/lib/phusion_passenger/abstract_server_collection.rb
80      in `synchronize'
22      /dh/passenger/lib/phusion_passenger/abstract_server_collection.rb
79      in `synchronize'
23      /dh/passenger/lib/phusion_passenger/spawn_manager.rb    254     in
`spawn_rails_application'
24      /dh/passenger/lib/phusion_passenger/spawn_manager.rb    153     in
`spawn_application'
25      /dh/passenger/lib/phusion_passenger/spawn_manager.rb    286     in
`handle_spawn_application'
26      /dh/passenger/lib/phusion_passenger/abstract_server.rb  351     in
`__send__'
27      /dh/passenger/lib/phusion_passenger/abstract_server.rb  351     in
`main_loop'
28      /dh/passenger/lib/phusion_passenger/abstract_server.rb  195     in
`start_synchronously'
29      /dh/passenger/bin/passenger-spawn-server        61


- S

On Jul 18, 11:42 pm, Leonardo Mateo <[email protected]> wrote:
> On Sun, Jul 18, 2010 at 12:51 PM, Sachin <[email protected]> wrote:
> > Hello Experts,
> > I am developing a site that will be deployed on dreamhost.
> > My Development environment is as followed.
>
> > Development
>
> > H:\mywork\QMed\KIMS_banglore\rails_apps\kims_sachin2.0>ruby script/
> > about
> > About your application's environment
> > Ruby version              1.8.6 (i386-mingw32)
> > RubyGems version          1.3.7
> > Rack version              1.1
> > Rails version             2.3.8
> > Active Record version     2.3.8
> > Active Resource version   2.3.8
> > Action Mailer version     2.3.8
> > Active Support version    2.3.8
> > Application root          H:/mywork/QMed/KIMS_banglore/rails_apps/
> > kims_sachin2.0
> > Environment               development
> > Database adapter          sqlite3
> > Database schema version   20100715154712
>
> > I want to update production environment to match the same.
> > When i am updating rails to 2.3.8 " gem install rails --include-
> > dependencies" it just install 1 gem and all the rest of dependencies
> > remain old Active record version 2.2.2
>
> > Am i doing something wrong?
>
> What all this has to do with passenger configuration?
> Please be clear with the subjects so people who know about the subject
> can help you.
>
> --
> Leonardo Mateo.
> There's no place like ~

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to