Guest User

Padrino 0.12.4 Raygun in production with just 1 error hit

a guest
Dec 18th, 2014
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.08 KB | None | 0 0
  1. user@tokidoki:~/cl/theapp$ RACK_ENV=production padrino s
  2. All Rack Middleware loaded for this app [[ActiveRecord::ConnectionAdapters::ConnectionManagement, [], nil], [Rack::SslEnforcer, [{:only_environments=>[]}], nil], [TheApp::CustomRedirectForSpecificMinorityOfUsers, [], nil], [Raygun::Middleware::RackExceptionInterceptor, [], nil]]
  3. settings.raise_errors is set to false
  4. settings.show_exceptions is set to false
  5. => Padrino/0.12.4 has taken the stage production at http://127.0.0.1:3000
  6. [2014-12-18 19:45:58] INFO WEBrick 1.3.1
  7. [2014-12-18 19:45:58] INFO ruby 2.1.2 (2014-05-08) [x86_64-linux]
  8. [2014-12-18 19:45:58] INFO WEBrick::HTTPServer#start: pid=23980 port=3000
  9. now in RackExceptionInterceptor
  10. RuntimeError - lala:
  11. /home/user/cl/theapp/app/app.rb:196:in `block in <class:App>'
  12. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:504:in `call'
  13. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:504:in `block in route'
  14. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `[]'
  15. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `block (3 levels) in process_destination_path'
  16. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:985:in `route_eval'
  17. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `block (2 levels) in process_destination_path'
  18. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `catch'
  19. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `block in process_destination_path'
  20. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:8:in `instance_eval'
  21. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:8:in `process_destination_path'
  22. (eval):20:in `block in call'
  23. (eval):9:in `catch'
  24. (eval):9:in `call'
  25. /home/user/.rvm/gems/ruby-2.1.2/gems/http_router-0.11.1/lib/http_router.rb:288:in `raw_call'
  26. /home/user/.rvm/gems/ruby-2.1.2/gems/http_router-0.11.1/lib/http_router.rb:142:in `call'
  27. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:931:in `route!'
  28. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:915:in `block in dispatch!'
  29. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `block in invoke'
  30. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `catch'
  31. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `invoke'
  32. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:913:in `dispatch!'
  33. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:898:in `block in call!'
  34. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `block in invoke'
  35. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `catch'
  36. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `invoke'
  37. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:898:in `call!'
  38. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:886:in `call'
  39. /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:184:in `call!'
  40. /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:164:in `call'
  41. /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:184:in `call!'
  42. /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:164:in `call'
  43. /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/builder.rb:49:in `call'
  44. /home/user/.rvm/gems/ruby-2.1.2/gems/raygun4ruby-1.1.4/lib/raygun/middleware/rack_exception_interceptor.rb:11:in `call'
  45. /home/user/cl/theapp/lib/middleware/migration.rb:21:in `call'
  46. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-ssl-enforcer-0.2.6/lib/rack/ssl-enforcer.rb:56:in `call'
  47. /home/user/.rvm/gems/ruby-2.1.2/gems/activerecord-3.2.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  48. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb:18:in `call'
  49. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
  50. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/path_traversal.rb:16:in `call'
  51. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/json_csrf.rb:18:in `call'
  52. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
  53. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
  54. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/frame_options.rb:31:in `call'
  55. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
  56. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
  57. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
  58. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
  59. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:2014:in `call'
  60. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1478:in `block in call'
  61. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1788:in `synchronize'
  62. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1478:in `call'
  63. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/router.rb:84:in `block in call'
  64. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/router.rb:75:in `each'
  65. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/router.rb:75:in `call'
  66. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
  67. /home/user/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
  68. /home/user/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
  69. /home/user/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
  70. end of RackExceptionInterceptor middleware call, no exceptions raised
  71. now in RackExceptionInterceptor
  72. end of RackExceptionInterceptor middleware call, no exceptions raised
  73. now in RackExceptionInterceptornow in RackExceptionInterceptor
  74.  
  75. now in RackExceptionInterceptor
  76. end of RackExceptionInterceptor middleware call, no exceptions raised
  77. now in RackExceptionInterceptor
  78. end of RackExceptionInterceptor middleware call, no exceptions raisedend of RackExceptionInterceptor middleware call, no exceptions raised
  79. now in RackExceptionInterceptor
  80. now in RackExceptionInterceptor
  81. now in RackExceptionInterceptor
  82. end of RackExceptionInterceptor middleware call, no exceptions raised
  83.  
  84. end of RackExceptionInterceptor middleware call, no exceptions raised
  85. end of RackExceptionInterceptor middleware call, no exceptions raised
  86. end of RackExceptionInterceptor middleware call, no exceptions raised
  87. now in RackExceptionInterceptor
  88. now in RackExceptionInterceptornow in RackExceptionInterceptor
  89. now in RackExceptionInterceptor
  90. now in RackExceptionInterceptor
  91. end of RackExceptionInterceptor middleware call, no exceptions raised
  92. now in RackExceptionInterceptor
  93. end of RackExceptionInterceptor middleware call, no exceptions raised
  94. end of RackExceptionInterceptor middleware call, no exceptions raised
  95. end of RackExceptionInterceptor middleware call, no exceptions raised
  96. end of RackExceptionInterceptor middleware call, no exceptions raised
  97.  
  98. now in RackExceptionInterceptor
  99. end of RackExceptionInterceptor middleware call, no exceptions raised
  100. end of RackExceptionInterceptor middleware call, no exceptions raised
  101. now in RackExceptionInterceptor
  102. end of RackExceptionInterceptor middleware call, no exceptions raised
  103. now in RackExceptionInterceptor
  104. end of RackExceptionInterceptor middleware call, no exceptions raisednow in RackExceptionInterceptor
  105.  
  106. end of RackExceptionInterceptor middleware call, no exceptions raised
  107. now in RackExceptionInterceptor
  108. end of RackExceptionInterceptor middleware call, no exceptions raised
  109. now in RackExceptionInterceptornow in RackExceptionInterceptor
  110. now in RackExceptionInterceptor
  111.  
  112. end of RackExceptionInterceptor middleware call, no exceptions raised
  113. end of RackExceptionInterceptor middleware call, no exceptions raised
  114. end of RackExceptionInterceptor middleware call, no exceptions raised
  115. now in RackExceptionInterceptor
  116. end of RackExceptionInterceptor middleware call, no exceptions raised
  117. now in RackExceptionInterceptor
  118. end of RackExceptionInterceptor middleware call, no exceptions raised
  119. now in RackExceptionInterceptor
  120. end of RackExceptionInterceptor middleware call, no exceptions raised
  121. now in RackExceptionInterceptor
  122. end of RackExceptionInterceptor middleware call, no exceptions raised
  123. now in RackExceptionInterceptor
  124. end of RackExceptionInterceptor middleware call, no exceptions raised
  125. now in RackExceptionInterceptor
  126. end of RackExceptionInterceptor middleware call, no exceptions raised
  127. now in RackExceptionInterceptor
  128. end of RackExceptionInterceptor middleware call, no exceptions raisednow in RackExceptionInterceptor
  129. end of RackExceptionInterceptor middleware call, no exceptions raised
  130.  
  131. now in RackExceptionInterceptor
  132. end of RackExceptionInterceptor middleware call, no exceptions raised
  133. now in RackExceptionInterceptor
  134. end of RackExceptionInterceptor middleware call, no exceptions raised
Advertisement
Add Comment
Please, Sign In to add comment