Advertisement
Guest User

fastcgi problem

a guest
Aug 3rd, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. root@ubuntu:/var/log/apache2# more error.log
  2. [Mon Aug 03 19:07:35.448660 2015] [mpm_event:notice] [pid 33098:tid 139677081757568] AH00493: SIGUSR1 re
  3. ceived. Doing graceful restart
  4. AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1
  5. . Set the 'ServerName' directive globally to suppress this message
  6. [Mon Aug 03 19:07:35.547839 2015] [mpm_event:notice] [pid 33098:tid 139677081757568] AH00489: Apache/2.4
  7. .7 (Ubuntu) mod_fcgid/2.3.9 configured -- resuming normal operations
  8. [Mon Aug 03 19:07:35.547913 2015] [core:notice] [pid 33098:tid 139677081757568] AH00094: Command line: '
  9. /usr/sbin/apache2'
  10. Rails Error: Unable to access log file. Please ensure that /var/www/project.example.com/public/log/produ
  11. ction.log exists and is chmod 0666. The log level has been raised to WARN and the output directed to STD
  12. ERR until the problem is fixed.
  13. You did not specify how you would like Rails to report deprecation notices for your production environme
  14. nt, please set config.active_support.deprecation to :notify at config/environments/production.rb
  15.  
  16. ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
  17. /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrie
  18. ve_connection'
  19. /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_specification.rb:171:i
  20. n `retrieve_connection'
  21. /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_specification.rb:145:i
  22. n `connection'
  23. /usr/lib/ruby/vendor_ruby/active_record/query_cache.rb:67:in `rescue in call'
  24. /usr/lib/ruby/vendor_ruby/active_record/query_cache.rb:61:in `call'
  25. /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  26. /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  27. /usr/lib/ruby/vendor_ruby/active_support/callbacks.rb:405:in `_run__2743658906082091724__call__1019881
  28. 014800429411__callbacks'
  29. /usr/lib/ruby/vendor_ruby/active_support/callbacks.rb:405:in `__run_callback'
  30. /usr/lib/ruby/vendor_ruby/active_support/callbacks.rb:385:in `_run_call_callbacks'
  31. /usr/lib/ruby/vendor_ruby/active_support/callbacks.rb:81:in `run_callbacks'
  32. /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/callbacks.rb:27:in `call'
  33. /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/reloader.rb:65:in `call'
  34. /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/remote_ip.rb:31:in `call'
  35. /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  36. /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  37. /usr/lib/ruby/vendor_ruby/rails/rack/logger.rb:32:in `call_app'
  38. /usr/lib/ruby/vendor_ruby/rails/rack/logger.rb:16:in `block in call'
  39. /usr/lib/ruby/vendor_ruby/active_support/tagged_logging.rb:22:in `tagged'
  40. /usr/lib/ruby/vendor_ruby/rails/rack/logger.rb:16:in `call'
  41. /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/request_id.rb:22:in `call'
  42. rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
  43. rack (1.6.4) lib/rack/runtime.rb:18:in `call'
  44. /usr/lib/ruby/vendor_ruby/active_support/cache/strategy/local_cache.rb:72:in `call'
  45. rack (1.6.4) lib/rack/lock.rb:17:in `call'
  46. /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/static.rb:63:in `call'
  47. /usr/lib/ruby/vendor_ruby/rails/engine.rb:484:in `call'
  48. /usr/lib/ruby/vendor_ruby/rails/application.rb:231:in `call'
  49. /usr/lib/ruby/vendor_ruby/rails/railtie/configurable.rb:30:in `method_missing'
  50. dispatch.fcgi:16:in `call'
  51. rack (1.6.4) lib/rack/handler/fastcgi.rb:69:in `serve'
  52. rack (1.6.4) lib/rack/handler/fastcgi.rb:28:in `block in run'
  53. rack (1.6.4) lib/rack/handler/fastcgi.rb:27:in `each'
  54. rack (1.6.4) lib/rack/handler/fastcgi.rb:27:in `run'
  55. dispatch.fcgi:20:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement