Created
August 17, 2015 01:53
-
-
Save kimpepper/69790b26b8d2fc068a3f to your computer and use it in GitHub Desktop.
apache error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Mon Aug 17 11:49:20.999097 2015] [core:notice] [pid 10861:tid 140709681420160] AH00094: Command line: '/usr/sbin/apache2' | |
| App 10958 stdout: | |
| App 10958 stderr: Please configure your config/database.yml first | |
| App 10958 stdout: | |
| [ 2015-08-17 11:50:19.4379 10868/7efd15847700 App/Implementation.cpp:303 ]: Could not spawn process for application /data/app: An error occured while starting up the preloader. | |
| Error ID: 4e4c48d9 | |
| Error details saved to: /tmp/passenger-error-afBjb7.html | |
| Message from application: <p>It looks like Bundler could not find a gem. Maybe you didn't install all the gems that this application needs. To install your gems, please run:</p> | |
| <pre class="commands">bundle install</pre> | |
| <p>If that didn't work, then the problem is probably caused by your application being run under a different environment than it's supposed to. Please check the following:</p> | |
| <ol> | |
| <li>Is this app supposed to be run as the <code>nobody</code> user?</li> | |
| <li>Is this app being run on the correct Ruby interpreter? Below you will | |
| see which Ruby interpreter Phusion Passenger attempted to use.</li> | |
| </ol> | |
| <p>-------- The exception is as follows: -------</p> | |
| Could not find gem 'rails (= 4.2.3) ruby' in any of the gem sources listed in your Gemfile or available on this machine. (Bundler::GemNotFound) | |
| <pre> /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/resolver.rb:347:in `block in verify_gemfile_dependencies_are_found!' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/resolver.rb:325:in `each' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/resolver.rb:325:in `verify_gemfile_dependencies_are_found!' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/resolver.rb:198:in `start' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/resolver.rb:182:in `resolve' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/definition.rb:200:in `resolve' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/definition.rb:140:in `specs' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/definition.rb:185:in `specs_for' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/definition.rb:174:in `requested_specs' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/environment.rb:18:in `requested_specs' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/runtime.rb:13:in `setup' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler.rb:127:in `setup' | |
| /var/lib/gems/2.0.0/gems/bundler-1.10.6/lib/bundler/setup.rb:18:in `<top (required)>' | |
| /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require' | |
| /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require' | |
| /var/lib/gems/2.0.0/gems/passenger-5.0.15/lib/phusion_passenger/loader_shared_helpers.rb:406:in `activate_gem' | |
| /var/lib/gems/2.0.0/gems/passenger-5.0.15/lib/phusion_passenger/loader_shared_helpers.rb:288:in `block in run_load_path_setup_code' | |
| /var/lib/gems/2.0.0/gems/passenger-5.0.15/lib/phusion_passenger/loader_shared_helpers.rb:411:in `running_bundler' | |
| /var/lib/gems/2.0.0/gems/passenger-5.0.15/lib/phusion_passenger/loader_shared_helpers.rb:287:in `run_load_path_setup_code' | |
| /var/lib/gems/2.0.0/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:99:in `preload_app' | |
| /var/lib/gems/2.0.0/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>' | |
| /var/lib/gems/2.0.0/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>' | |
| /var/lib/gems/2.0.0/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'</pre> | |
| [ 2015-08-17 11:50:19.4446 10868/7efd0f20e700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 4e4c48d9. Please see earlier logs for details about the error. | |
| ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment