Skip to content

Instantly share code, notes, and snippets.

@k0kubun
Created October 19, 2016 05:47
Show Gist options
  • Save k0kubun/ad2f2b15c90d13adec02aa6e41b4de54 to your computer and use it in GitHub Desktop.
Save k0kubun/ad2f2b15c90d13adec02aa6e41b4de54 to your computer and use it in GitHub Desktop.
Aws::Errors::MissingCredentialsError: unable to sign request without credentials set
from aws-sdk-core/plugins/request_signer.rb:100:in `require_credentials'
from aws-sdk-core/plugins/s3_request_signer.rb:14:in `call'
from aws-sdk-core/xml/error_handler.rb:8:in `call'
from aws-sdk-core/plugins/helpful_socket_errors.rb:10:in `call'
from aws-sdk-core/plugins/s3_request_signer.rb:65:in `call'
from aws-sdk-core/plugins/s3_redirects.rb:15:in `call'
from aws-sdk-core/plugins/retry_errors.rb:87:in `call'
from aws-sdk-core/plugins/s3_dualstack.rb:31:in `call'
from aws-sdk-core/plugins/s3_accelerate.rb:42:in `call'
from aws-sdk-core/plugins/s3_md5s.rb:31:in `call'
from aws-sdk-core/plugins/s3_expect_100_continue.rb:21:in `call'
from aws-sdk-core/plugins/s3_bucket_name_restrictions.rb:12:in `call'
from aws-sdk-core/plugins/s3_bucket_dns.rb:31:in `call'
from aws-sdk-core/rest/handler.rb:7:in `call'
from aws-sdk-core/plugins/user_agent.rb:12:in `call'
from seahorse/client/plugins/endpoint.rb:41:in `call'
from aws-sdk-core/plugins/param_validator.rb:21:in `call'
from seahorse/client/plugins/raise_response_errors.rb:14:in `call'
from aws-sdk-core/plugins/s3_sse_cpk.rb:19:in `call'
from aws-sdk-core/plugins/s3_dualstack.rb:23:in `call'
from aws-sdk-core/plugins/s3_accelerate.rb:33:in `call'
from aws-sdk-core/plugins/param_converter.rb:20:in `call'
from seahorse/client/plugins/response_target.rb:21:in `call'
from seahorse/client/request.rb:70:in `send_request'
from seahorse/client/base.rb:207:in `block (2 levels) in define_operation_methods'
from barbeque/execution_log.rb:28:in `load'
from barbeque/execution_log.rb:10:in `load'
from barbeque/job_execution.rb:19:in `execution_log'
from barbeque/job_executions_controller.rb:4:in `show'
from action_controller/metal/basic_implicit_render.rb:4:in `send_action'
from abstract_controller/base.rb:188:in `process_action'
from action_controller/metal/rendering.rb:30:in `process_action'
from abstract_controller/callbacks.rb:20:in `block in process_action'
from active_support/callbacks.rb:126:in `call'
from active_support/callbacks.rb:506:in `block (2 levels) in compile'
from active_support/callbacks.rb:455:in `call'
from active_support/callbacks.rb:101:in `__run_callbacks__'
from active_support/callbacks.rb:750:in `_run_process_action_callbacks'
from active_support/callbacks.rb:90:in `run_callbacks'
from abstract_controller/callbacks.rb:19:in `process_action'
from action_controller/metal/rescue.rb:20:in `process_action'
from action_controller/metal/instrumentation.rb:32:in `block in process_action'
from active_support/notifications.rb:164:in `block in instrument'
from active_support/notifications/instrumenter.rb:21:in `instrument'
from active_support/notifications.rb:164:in `instrument'
from action_controller/metal/instrumentation.rb:30:in `process_action'
from action_controller/metal/params_wrapper.rb:248:in `process_action'
from active_record/railties/controller_runtime.rb:18:in `process_action'
from abstract_controller/base.rb:126:in `process'
from action_view/rendering.rb:30:in `process'
from action_controller/metal.rb:190:in `dispatch'
from action_controller/metal.rb:262:in `dispatch'
from action_dispatch/routing/route_set.rb:50:in `dispatch'
from action_dispatch/routing/route_set.rb:32:in `serve'
from action_dispatch/journey/router.rb:39:in `block in serve'
from action_dispatch/journey/router.rb:26:in `each'
from action_dispatch/journey/router.rb:26:in `serve'
from action_dispatch/routing/route_set.rb:725:in `call'
from rails/engine.rb:522:in `call'
from rails/railtie.rb:193:in `public_send'
from rails/railtie.rb:193:in `method_missing'
from action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
from action_dispatch/routing/mapper.rb:46:in `serve'
from action_dispatch/journey/router.rb:39:in `block in serve'
from action_dispatch/journey/router.rb:26:in `each'
from action_dispatch/journey/router.rb:26:in `serve'
from action_dispatch/routing/route_set.rb:725:in `call'
from rack/etag.rb:25:in `call'
from rack/conditional_get.rb:25:in `call'
from rack/head.rb:12:in `call'
from rack/session/abstract/id.rb:222:in `context'
from rack/session/abstract/id.rb:216:in `call'
from action_dispatch/middleware/cookies.rb:613:in `call'
from action_dispatch/middleware/callbacks.rb:38:in `block in call'
from active_support/callbacks.rb:97:in `__run_callbacks__'
from active_support/callbacks.rb:750:in `_run_call_callbacks'
from active_support/callbacks.rb:90:in `run_callbacks'
from action_dispatch/middleware/callbacks.rb:36:in `call'
from action_dispatch/middleware/remote_ip.rb:79:in `call'
from action_dispatch/middleware/debug_exceptions.rb:49:in `call'
from action_dispatch/middleware/show_exceptions.rb:31:in `call'
from rails/rack/logger.rb:36:in `call_app'
from rails/rack/logger.rb:24:in `block in call'
from active_support/tagged_logging.rb:70:in `block in tagged'
from active_support/tagged_logging.rb:26:in `tagged'
from active_support/tagged_logging.rb:70:in `tagged'
from rails/rack/logger.rb:24:in `call'
from action_dispatch/middleware/request_id.rb:24:in `call'
from rack/method_override.rb:22:in `call'
from rack/runtime.rb:22:in `call'
from active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
from action_dispatch/middleware/executor.rb:12:in `call'
from action_dispatch/middleware/static.rb:136:in `call'
from rack/sendfile.rb:111:in `call'
from raven/integrations/rack.rb:50:in `call'
from rails/engine.rb:522:in `call'
from unicorn/http_server.rb:562:in `process_client'
from unicorn/http_server.rb:658:in `worker_loop'
from unicorn/http_server.rb:508:in `spawn_missing_workers'
from unicorn/http_server.rb:132:in `start'
from bundle/ruby/2.3.0/gems/unicorn-5.1.0/bin/unicorn:126:in `<top (required)>'
from bundle/ruby/2.3.0/bin/unicorn:23:in `load'
from bundle/ruby/2.3.0/bin/unicorn:23:in `<main>'
Aws::Errors::MissingCredentialsError: unable to sign request without credentials set
from aws-sdk-core/plugins/request_signer.rb:100:in `require_credentials'
from aws-sdk-core/plugins/request_signer.rb:90:in `sign_authenticated_requests'
from aws-sdk-core/plugins/request_signer.rb:83:in `call'
from aws-sdk-core/plugins/helpful_socket_errors.rb:10:in `call'
from aws-sdk-core/plugins/retry_errors.rb:87:in `call'
from aws-sdk-core/plugins/sqs_queue_urls.rb:13:in `call'
from aws-sdk-core/query/handler.rb:27:in `call'
from aws-sdk-core/plugins/user_agent.rb:12:in `call'
from seahorse/client/plugins/endpoint.rb:41:in `call'
from aws-sdk-core/plugins/sqs_md5s.rb:17:in `call'
from aws-sdk-core/plugins/param_validator.rb:21:in `call'
from seahorse/client/plugins/raise_response_errors.rb:14:in `call'
from aws-sdk-core/plugins/param_converter.rb:20:in `call'
from seahorse/client/plugins/response_target.rb:21:in `call'
from seahorse/client/request.rb:70:in `send_request'
from seahorse/client/base.rb:207:in `block (2 levels) in define_operation_methods'
from barbeque/message_enqueuing_service.rb:20:in `run'
from barbeque/api/job_executions_controller.rb:33:in `enqueue_message'
from barbeque/api/job_executions_controller.rb:22:in `create_resource'
from garage/restful_actions.rb:72:in `create'
from action_controller/metal/basic_implicit_render.rb:4:in `send_action'
from abstract_controller/base.rb:188:in `process_action'
from action_controller/metal/rendering.rb:30:in `process_action'
from abstract_controller/callbacks.rb:20:in `block in process_action'
from active_support/callbacks.rb:126:in `call'
from active_support/callbacks.rb:506:in `block (2 levels) in compile'
from active_support/callbacks.rb:455:in `call'
from active_support/callbacks.rb:448:in `block (2 levels) in around'
from active_support/callbacks.rb:286:in `block (2 levels) in halting'
from garage/controller_helper.rb:89:in `notify_request_stats'
from active_support/callbacks.rb:382:in `block in make_lambda'
from active_support/callbacks.rb:285:in `block in halting'
from active_support/callbacks.rb:447:in `block in around'
from active_support/callbacks.rb:455:in `call'
from active_support/callbacks.rb:101:in `__run_callbacks__'
from active_support/callbacks.rb:750:in `_run_process_action_callbacks'
from active_support/callbacks.rb:90:in `run_callbacks'
from abstract_controller/callbacks.rb:19:in `process_action'
from action_controller/metal/rescue.rb:20:in `process_action'
from action_controller/metal/instrumentation.rb:32:in `block in process_action'
from active_support/notifications.rb:164:in `block in instrument'
from active_support/notifications/instrumenter.rb:21:in `instrument'
from active_support/notifications.rb:164:in `instrument'
from action_controller/metal/instrumentation.rb:30:in `process_action'
from action_controller/metal/params_wrapper.rb:248:in `process_action'
from active_record/railties/controller_runtime.rb:18:in `process_action'
from abstract_controller/base.rb:126:in `process'
from action_view/rendering.rb:30:in `process'
from action_controller/metal.rb:190:in `dispatch'
from action_controller/metal.rb:260:in `block in dispatch'
from rack/accept_default.rb:10:in `call'
from action_controller/metal.rb:260:in `dispatch'
from action_dispatch/routing/route_set.rb:50:in `dispatch'
from action_dispatch/routing/route_set.rb:32:in `serve'
from action_dispatch/journey/router.rb:39:in `block in serve'
from action_dispatch/journey/router.rb:26:in `each'
from action_dispatch/journey/router.rb:26:in `serve'
from action_dispatch/routing/route_set.rb:725:in `call'
from rails/engine.rb:522:in `call'
from rails/railtie.rb:193:in `public_send'
from rails/railtie.rb:193:in `method_missing'
from action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
from action_dispatch/routing/mapper.rb:46:in `serve'
from action_dispatch/journey/router.rb:39:in `block in serve'
from action_dispatch/journey/router.rb:26:in `each'
from action_dispatch/journey/router.rb:26:in `serve'
from action_dispatch/routing/route_set.rb:725:in `call'
from rack/etag.rb:25:in `call'
from rack/conditional_get.rb:38:in `call'
from rack/head.rb:12:in `call'
from rack/session/abstract/id.rb:222:in `context'
from rack/session/abstract/id.rb:216:in `call'
from action_dispatch/middleware/cookies.rb:613:in `call'
from action_dispatch/middleware/callbacks.rb:38:in `block in call'
from active_support/callbacks.rb:97:in `__run_callbacks__'
from active_support/callbacks.rb:750:in `_run_call_callbacks'
from active_support/callbacks.rb:90:in `run_callbacks'
from action_dispatch/middleware/callbacks.rb:36:in `call'
from action_dispatch/middleware/remote_ip.rb:79:in `call'
from action_dispatch/middleware/debug_exceptions.rb:49:in `call'
from action_dispatch/middleware/show_exceptions.rb:31:in `call'
from rails/rack/logger.rb:36:in `call_app'
from rails/rack/logger.rb:24:in `block in call'
from active_support/tagged_logging.rb:70:in `block in tagged'
from active_support/tagged_logging.rb:26:in `tagged'
from active_support/tagged_logging.rb:70:in `tagged'
from rails/rack/logger.rb:24:in `call'
from action_dispatch/middleware/request_id.rb:24:in `call'
from rack/method_override.rb:22:in `call'
from rack/runtime.rb:22:in `call'
from active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
from action_dispatch/middleware/executor.rb:12:in `call'
from action_dispatch/middleware/static.rb:136:in `call'
from rack/sendfile.rb:111:in `call'
from raven/integrations/rack.rb:50:in `call'
from rails/engine.rb:522:in `call'
from unicorn/http_server.rb:562:in `process_client'
from unicorn/http_server.rb:658:in `worker_loop'
from unicorn/http_server.rb:508:in `spawn_missing_workers'
from unicorn/http_server.rb:132:in `start'
from bundle/ruby/2.3.0/gems/unicorn-5.1.0/bin/unicorn:126:in `<top (required)>'
from bundle/ruby/2.3.0/bin/unicorn:23:in `load'
from bundle/ruby/2.3.0/bin/unicorn:23:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment