Guest User

Raygun is called but does not catch the exception

a guest
Dec 17th, 2014
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 KB | None | 0 0
  1. user@laptop:~/cl/theapp$ padrino start
  2. [[Raygun::Middleware::RackExceptionInterceptor, [], nil]]
  3. => Padrino/0.12.4 has taken the stage development at http://127.0.0.1:3000
  4. [2014-12-17 17:32:09] INFO WEBrick 1.3.1
  5. [2014-12-17 17:32:09] INFO ruby 2.1.2 (2014-05-08) [x86_64-linux]
  6. [2014-12-17 17:32:09] INFO WEBrick::HTTPServer#start: pid=19918 port=3000
  7. now in RackExceptionInterceptor
  8. DEBUG - Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
  9. RuntimeError - lala:
  10. /home/user/cl/theapp/app/app.rb:182:in `block in <class:App>'
  11. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:504:in `call'
  12. /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'
  13. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `[]'
  14. /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'
  15. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:985:in `route_eval'
  16. /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'
  17. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/ext/http_router.rb:33:in `catch'
  18. /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'
  19. /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'
  20. /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'
  21. (eval):20:in `block in call'
  22. (eval):9:in `catch'
  23. (eval):9:in `call'
  24. /home/user/.rvm/gems/ruby-2.1.2/gems/http_router-0.11.1/lib/http_router.rb:288:in `raw_call'
  25. /home/user/.rvm/gems/ruby-2.1.2/gems/http_router-0.11.1/lib/http_router.rb:142:in `call'
  26. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:931:in `route!'
  27. /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!'
  28. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `block in invoke'
  29. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `catch'
  30. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `invoke'
  31. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/application/routing.rb:913:in `dispatch!'
  32. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:898:in `block in call!'
  33. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `block in invoke'
  34. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `catch'
  35. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `invoke'
  36. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:898:in `call!'
  37. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:886:in `call'
  38. /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:184:in `call!'
  39. /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:164:in `call'
  40. /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:184:in `call!'
  41. /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/strategy.rb:164:in `call'
  42. /home/user/.rvm/gems/ruby-2.1.2/gems/omniauth-1.1.4/lib/omniauth/builder.rb:49:in `call'
  43. /home/user/cl/theapp/lib/middleware/migration.rb:21:in `call'
  44. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-ssl-enforcer-0.2.6/lib/rack/ssl-enforcer.rb:56:in `call'
  45. /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'
  46. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb:18:in `call'
  47. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
  48. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/path_traversal.rb:16:in `call'
  49. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/json_csrf.rb:18:in `call'
  50. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
  51. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
  52. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-protection-1.5.3/lib/rack/protection/frame_options.rb:31:in `call'
  53. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
  54. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
  55. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/reloader/rack.rb:22:in `call'
  56. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/logger.rb:420:in `call'
  57. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/show_exceptions.rb:21:in `call'
  58. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
  59. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
  60. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:2014:in `call'
  61. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1478:in `block in call'
  62. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1788:in `synchronize'
  63. /home/user/.rvm/gems/ruby-2.1.2/gems/sinatra-1.4.5/lib/sinatra/base.rb:1478:in `call'
  64. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/router.rb:84:in `block in call'
  65. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/router.rb:75:in `each'
  66. /home/user/.rvm/gems/ruby-2.1.2/gems/padrino-core-0.12.4/lib/padrino-core/router.rb:75:in `call'
  67. /home/user/.rvm/gems/ruby-2.1.2/gems/raygun4ruby-1.1.4/lib/raygun/middleware/rack_exception_interceptor.rb:11:in `call'
  68. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/urlmap.rb:65:in `block in call'
  69. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `each'
  70. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `call'
  71. /home/user/.rvm/gems/ruby-2.1.2/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
  72. /home/user/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
  73. /home/user/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
  74. /home/user/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
  75. end of RackExceptionInterceptor middleware call, no exceptions raised
  76. now in RackExceptionInterceptor
  77. DEBUG - Account Load (0.1ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
  78. DEBUG - GET (0.0079s) /__sinatra__/500.png - 304 Not Modified
  79. end of RackExceptionInterceptor middleware call, no exceptions raised
Advertisement
Add Comment
Please, Sign In to add comment