Advertisement
Guest User

Untitled

a guest
Aug 1st, 2013
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Started PUT "/compute_resources/test_connection" for 10.0.2.2 at 2013-08-01 16:12:00 -0400
  2. Processing by ComputeResourcesController#test_connection as */*
  3. Parameters: {"utf8"=>"✓", "authenticity_token"=>"XXX=", "compute_resource"=>{"name"=>"amazon", "provider"=>"EC2", "description"=>"", "user"=>"XXX", "password"=>"[FILTERED]"}, "cr_id"=>"null"}
  4. User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT 1 [["id", 1]]
  5. Setting current user thread-local variable to admin
  6. CR_ID IS null
  7. ComputeResource Exists (0.8ms) SELECT 1 AS one FROM `compute_resources` WHERE `compute_resources`.`name` = BINARY 'amazon' LIMIT 1
  8. Operation FAILED: system lib (OpenSSL::X509::StoreError)
  9. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/ssl_socket.rb:24:in `add_file'
  10. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/ssl_socket.rb:24:in `initialize'
  11. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/connection.rb:361:in `new'
  12. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/connection.rb:361:in `socket'
  13. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/connection.rb:105:in `request_call'
  14. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/mock.rb:42:in `request_call'
  15. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/instrumentor.rb:22:in `request_call'
  16. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/base.rb:15:in `request_call'
  17. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/base.rb:15:in `request_call'
  18. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/base.rb:15:in `request_call'
  19. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/connection.rb:244:in `request'
  20. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/idempotent.rb:12:in `error_call'
  21. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/base.rb:10:in `error_call'
  22. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/base.rb:10:in `error_call'
  23. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/connection.rb:260:in `rescue in request'
  24. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/connection.rb:220:in `request'
  25. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/idempotent.rb:12:in `error_call'
  26. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/base.rb:10:in `error_call'
  27. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/base.rb:10:in `error_call'
  28. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/connection.rb:260:in `rescue in request'
  29. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/connection.rb:220:in `request'
  30. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/idempotent.rb:12:in `error_call'
  31. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/base.rb:10:in `error_call'
  32. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/middlewares/base.rb:10:in `error_call'
  33. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/connection.rb:260:in `rescue in request'
  34. /opt/rh/ruby193/root/usr/share/gems/gems/excon-0.25.3/lib/excon/connection.rb:220:in `request'
  35. /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.14.0/lib/fog/xml/sax_parser_connection.rb:34:in `request'
  36. /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.14.0/lib/fog/core/deprecated/connection.rb:18:in `request'
  37. /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.14.0/lib/fog/aws/compute.rb:385:in `_request'
  38. /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.14.0/lib/fog/aws/compute.rb:380:in `request'
  39. /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.14.0/lib/fog/aws/requests/compute/describe_regions.rb:32:in `describe_regions'
  40. /usr/share/foreman/app/models/compute_resources/foreman/model/ec2.rb:52:in `regions'
  41. /usr/share/foreman/app/models/compute_resources/foreman/model/ec2.rb:65:in `test_connection'
  42. /usr/share/foreman/app/controllers/compute_resources_controller.rb:91:in `test_connection'
  43. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  44. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
  45. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
  46. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  47. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:505:in `block (3 levels) in _run__3991199833304271707__process_action__2323102303010426765__callbacks'
  48. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_4543'
  49. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in `around'
  50. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in `_callback_around_909'
  51. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_4543'
  52. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:504:in `block (2 levels) in _run__3991199833304271707__process_action__2323102303010426765__callbacks'
  53. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_4542'
  54. /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
  55. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_4542'
  56. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:415:in `block in _run__3991199833304271707__process_action__2323102303010426765__callbacks'
  57. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_4541'
  58. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in `around'
  59. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in `_callback_around_13'
  60. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_4541'
  61. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in `_run__3991199833304271707__process_action__2323102303010426765__callbacks'
  62. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
  63. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  64. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
  65. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
  66. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
  67. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  68. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
  69. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  70. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
  71. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  72. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  73. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  74. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
  75. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
  76. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
  77. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  78. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
  79. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
  80. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  81. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
  82. /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
  83. /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
  84. /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
  85. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
  86. /opt/rh/ruby193/root/usr/share/gems/gems/apipie-rails-0.0.22/lib/apipie/static_dispatcher.rb:56:in `call'
  87. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  88. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
  89. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'
  90. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
  91. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  92. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
  93. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
  94. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
  95. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
  96. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
  97. /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
  98. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  99. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__3275729750349636633__call__1807833324824881455__callbacks'
  100. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
  101. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  102. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
  103. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  104. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  105. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  106. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  107. /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
  108. /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
  109. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
  110. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
  111. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
  112. /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  113. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
  114. /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
  115. /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'
  116. /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:143:in `pass'
  117. /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate'
  118. /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:71:in `call!'
  119. /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'
  120. /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
  121. /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
  122. /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
  123. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/builder.rb:134:in `call'
  124. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:64:in `block in call'
  125. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `each'
  126. /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `call'
  127. /opt/rh/ruby193/root/usr/share/gems/gems/passenger-4.0.5/lib/phusion_passenger/rack/thread_handler_extension.rb:77:in `process_request'
  128. /opt/rh/ruby193/root/usr/share/gems/gems/passenger-4.0.5/lib/phusion_passenger/request_handler/thread_handler.rb:140:in `accept_and_process_next_request'
  129. /opt/rh/ruby193/root/usr/share/gems/gems/passenger-4.0.5/lib/phusion_passenger/request_handler/thread_handler.rb:108:in `main_loop'
  130. /opt/rh/ruby193/root/usr/share/gems/gems/passenger-4.0.5/lib/phusion_passenger/request_handler.rb:441:in `block (3 levels) in start_threads'
  131. Rendered common/500.html.erb (4.1ms)
  132. Completed 500 Internal Server Error in 21520ms (Views: 4.7ms | ActiveRecord: 1.6ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement