Skip to content

Get something error resque #2

@eva-thientran

Description

@eva-thientran

Hello

I have try pull your image and config database redis, but when I running command below

$ docker run --name resque-web -p 8080:80 -e RAILS_RESQUE_REDIS=xx.xx..xx:6379:0 -d abuisine/resque-web

After that I go to the url http://localhost:8080/resque_web then capture log docker

[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
[08de3f65-266b-460e-804c-5ad187fe7c32] activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/engine.rb:522:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/etag.rb:25:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/head.rb:12:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/method_override.rb:22:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/runtime.rb:22:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/engine.rb:522:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] puma (3.10.0) lib/puma/configuration.rb:225:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] puma (3.10.0) lib/puma/server.rb:605:in `handle_request'
[08de3f65-266b-460e-804c-5ad187fe7c32] puma (3.10.0) lib/puma/server.rb:437:in `process_client'
[08de3f65-266b-460e-804c-5ad187fe7c32] puma (3.10.0) lib/puma/server.rb:301:in `block in run'
[08de3f65-266b-460e-804c-5ad187fe7c32] puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread'

Any suggestion to fix this?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions