Guest User

Untitled

a guest
Jun 21st, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. These are the possible causes:
  2. There may be a syntax error in the application's code. Please check for such errors and fix them.
  3. A required library may not installed. Please install all libraries that this application requires.
  4. The application may not be properly configured. Please check whether all configuration files are written correctly, fix any incorrect configurations, and restart this application.
  5. A service that the application relies on (such as the database server or the Ferret search engine server) may not have been started. Please start that service.
  6. Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem.
  7. Error message:
  8. Bundler couldn't find some gems. Did you run `bundle install`?
  9. Exception class:
  10. RuntimeError
  11. Application root:
  12. /var/www/chiliproject
  13. Backtrace:
  14. # File Line Location
  15. 0 /var/www/chiliproject/config/preinitializer.rb 32
  16. 1 /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb 36 in `gem_original_require'
  17. 2 /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb 36 in `require'
  18. 3 /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb 301 in `preload_application'
  19. 4 /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb 252 in `initialize_server'
  20. 5 /usr/lib/ruby/1.8/phusion_passenger/utils.rb 255 in `report_app_init_status'
  21. 6 /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb 237 in `initialize_server'
  22. 7 /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb 194 in `start_synchronously'
  23. 8 /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb 163 in `start'
  24. 9 /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb 213 in `start'
  25. 10 /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb 262 in `spawn_rails_application'
  26. 11 /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb 126 in `lookup_or_add'
  27. 12 /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb 256 in `spawn_rails_application'
  28. 13 /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb 80 in `synchronize'
  29. 14 /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb 79 in `synchronize'
  30. 15 /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb 255 in `spawn_rails_application'
  31. 16 /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb 154 in `spawn_application'
  32. 17 /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb 287 in `handle_spawn_application'
  33. 18 /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb 352 in `__send__'
  34. 19 /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb 352 in `main_loop'
  35. 20 /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb 196 in `start_synchronously'
  36. 21 /usr/lib/phusion_passenger/passenger-spawn-server 61
Add Comment
Please, Sign In to add comment