Advertisement
Guest User

Untitled

a guest
Jan 30th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. 2nth@tres:/2nth-staging/current$ rails s
  2. => Booting Passenger application server
  3. => Rails 4.2.0 application starting in development on http://localhost:3000
  4. => Run `rails server -h` for more startup options
  5. => Ctrl-C to shutdown server
  6. --> Downloading a Phusion Passenger agent binary for your platform
  7.  
  8. --> Installing Nginx 1.8.1 engine
  9.  
  10. --------------------------
  11.  
  12. [passenger_native_support.so] trying to compile for the current user (2nth) and Ruby interpreter...
  13. (set PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY=0 to disable)
  14. Compilation successful. The logs are here:
  15. /tmp/passenger_native_support-h1gjyg.log
  16. [passenger_native_support.so] successfully loaded.
  17. =============== Phusion Passenger Standalone web server started ===============
  18. PID file: /2nth-staging/current/tmp/pids/passenger.3000.pid
  19. Log file: /2nth-staging/current/log/passenger.3000.log
  20. Environment: development
  21. Accessible via: http://127.0.0.1:3000/
  22.  
  23. You can stop Phusion Passenger Standalone by pressing Ctrl-C.
  24. Problems? Check https://www.phusionpassenger.com/library/admin/standalone/troubleshooting/
  25. ===============================================================================
  26. App 11597 stdout:
  27. DEPRECATION WARNING: Defining a route where `to` is a symbol is deprecated. Please change `to: :show` to `action: :show`. (called from block (3 levels) in <top (required)> at /2nth-staging/releases/20170129190634/config/routes.rb:106)
  28. DEPRECATION WARNING: Defining a route where `to` is a symbol is deprecated. Please change `to: :points_amount` to `action: :points_amount`. (called from block (3 levels) in <top (required)> at /2nth-staging/releases/20170129190634/config/routes.rb:107)
  29. DEPRECATION WARNING: Defining a route where `to` is a symbol is deprecated. Please change `to: :points_transactions` to `action: :points_transactions`. (called from block (3 levels) in <top (required)> at /2nth-staging/releases/20170129190634/config/routes.rb:108)
  30. DEPRECATION WARNING: Defining a route where `to` is a symbol is deprecated. Please change `to: :roles` to `action: :roles`. (called from block (3 levels) in <top (required)> at /2nth-staging/releases/20170129190634/config/routes.rb:109)
  31. App 11597 stderr: /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/preloader_shared_helpers.rb:70:in `fork': Cannot allocate memory - fork(2) (Errno::ENOMEM)
  32. App 11597 stderr: from /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/preloader_shared_helpers.rb:70:in `accept_and_process_next_client'
  33. App 11597 stderr: from /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/preloader_shared_helpers.rb:140:in `run_main_loop'
  34. App 11597 stderr: from /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/helper-scripts/rack-preloader.rb:157:in `<module:App>'
  35. App 11597 stderr: from /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/helper-scripts/rack-preloader.rb:30:in `<module:PhusionPassenger>'
  36. App 11597 stderr: from /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/helper-scripts/rack-preloader.rb:29:in `<main>'
  37. [ 2017-01-30 15:44:25.0591 11559/7f620614b700 age/Cor/App/Implementation.cpp:304 ]: Could not spawn process for application /2nth-staging/current: An error occurred while starting the web application. It exited before signalling successful startup back to Phusion Passenger.
  38. Error ID: 249b8537
  39. Error details saved to: /tmp/passenger-error-wcWjqo.html
  40. Message from application: An error occurred while starting the web application. It exited before signalling successful startup back to Phusion Passenger. Please read <a href="https://github.com/phusion/passenger/wiki/Debugging-application-startup-problems">this article</a> for more information about this problem.<br>
  41. <h2>Raw process output:</h2>
  42. (empty)
  43.  
  44. [ 2017-01-30 15:44:25.0599 11559/7f620614b700 age/Cor/Spa/SmartSpawner.h:727 ]: An error occurred while spawning a process: An error occurred while starting the web application. It exited before signalling successful startup back to Phusion Passenger.
  45. [ 2017-01-30 15:44:25.0600 11559/7f620614b700 age/Cor/Spa/SmartSpawner.h:728 ]: The application preloader seems to have crashed, restarting it and trying again...
  46. App 11617 stdout:
  47. DEPRECATION WARNING: Defining a route where `to` is a symbol is deprecated. Please change `to: :show` to `action: :show`. (called from block (3 levels) in <top (required)> at /2nth-staging/releases/20170129190634/config/routes.rb:106)
  48. DEPRECATION WARNING: Defining a route where `to` is a symbol is deprecated. Please change `to: :points_amount` to `action: :points_amount`. (called from block (3 levels) in <top (required)> at /2nth-staging/releases/20170129190634/config/routes.rb:107)
  49. DEPRECATION WARNING: Defining a route where `to` is a symbol is deprecated. Please change `to: :points_transactions` to `action: :points_transactions`. (called from block (3 levels) in <top (required)> at /2nth-staging/releases/20170129190634/config/routes.rb:108)
  50. DEPRECATION WARNING: Defining a route where `to` is a symbol is deprecated. Please change `to: :roles` to `action: :roles`. (called from block (3 levels) in <top (required)> at /2nth-staging/releases/20170129190634/config/routes.rb:109)
  51. App 11617 stderr: /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/preloader_shared_helpers.rb:70:in `fork'
  52. App 11617 stderr: :
  53. App 11617 stderr: Cannot allocate memory - fork(2)
  54. [ 2017-01-30 15:44:29.7340 11559/7f620614b700 age/Cor/App/Implementation.cpp:304 ]: Could not spawn process for application /2nth-staging/current: An error occurred while starting the web application. It exited before signalling successful startup back to Phusion Passenger.
  55. Error ID: cb8d5189
  56. Error details saved to: /tmp/passenger-error-4sngRv.html
  57. Message from application: An error occurred while starting the web application. It exited before signalling successful startup back to Phusion Passenger. Please read <a href="https://github.com/phusion/passenger/wiki/Debugging-application-startup-problems">this article</a> for more information about this problem.<br>
  58. <h2>Raw process output:</h2>
  59. (empty)
  60.  
  61. App 11617 stderr: (
  62. App 11617 stderr: Errno::ENOMEM
  63. App 11617 stderr: )
  64. App 11617 stderr: from /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/preloader_shared_helpers.rb:70:in `accept_and_process_next_client'
  65. App 11617 stderr: from /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/preloader_shared_helpers.rb:140:in `run_main_loop'
  66. App 11617 stderr: from /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/helper-scripts/rack-preloader.rb:157:in `<module:App>'
  67. App 11617 stderr: from /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/helper-scripts/rack-preloader.rb:30:in `<module:PhusionPassenger>'
  68. App 11617 stderr: from /home/2nth/.rvm/gems/ruby-2.1.0@two-nth/gems/passenger-5.0.25/src/helper-scripts/rack-preloader.rb:29:in `<main>'
  69. [ 2017-01-30 15:44:29.8186 11559/7f61fffff700 age/Cor/Con/CheckoutSession.cpp:277 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is cb8d5189. Please see earlier logs for details about the error.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement