-
Bug
-
Resolution: Done
-
Major
-
None
-
2.8 ER1
-
None
-
2
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
3scale 2020-02-17
Admin portal's onboarding wizard is throwing a 500 error. It happens whenever the the provider admin logs in for the first time and also when navigating to the wizard in the address bar, following the steps and trying the test request to apicast.
Log from system-provider container on login:
[540d6b44-2491-4094-91e0-77d837796088] [3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Started POST "/p/sessions" for 2.139.206.74 at 2020-02-18 15:29:40 +0000 [540d6b44-2491-4094-91e0-77d837796088] [3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Processing by Provider::SessionsController#create as HTML [540d6b44-2491-4094-91e0-77d837796088] [3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Parameters: {"utf8"=>"✓", "authenticity_token"=>"QXlvoP7hJUO6fI2Yk3ti26nojDU1ZsWikNeWpbLItW1w58MATcV7CxY+Nv5F/QyScTD/aFBwsjg4wdMroVWbHA==", "username"=>"admin", "password"=>"[FILTERED]"} [540d6b44-2491-4094-91e0-77d837796088] [3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Redirected to https://3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net/p/admin [540d6b44-2491-4094-91e0-77d837796088] [3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Completed 302 Found in 312ms (ActiveRecord: 11.8ms) 2.139.206.74 - - [18/Feb/2020:15:29:41 +0000] "POST /p/sessions HTTP/1.1" 302 - 0.3579 [032b3b71-50af-4324-9835-ea4fb3ceadd0] [3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Started GET "/p/admin" for 2.139.206.74 at 2020-02-18 15:29:41 +0000 [032b3b71-50af-4324-9835-ea4fb3ceadd0] [3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Processing by Provider::AdminController#show as HTML [032b3b71-50af-4324-9835-ea4fb3ceadd0] [3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Redirected to https://3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net/p/admin/onboarding/wizard [032b3b71-50af-4324-9835-ea4fb3ceadd0] [3scale-admin.dc130d3.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Completed 302 Found in 81ms (ActiveRecord: 14.4ms) ArgumentError: wrong number of arguments (given 1, expected 0) /opt/system/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.2/lib/active_support/option_merger.rb:22:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.2/lib/active_support/option_merger.rb:22:in `method_missing' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `_call' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:38:in `call' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/show_exceptions.rb:23:in `call' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/common_logger.rb:38:in `call' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/chunked.rb:98:in `call' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/content_length.rb:17:in `call' /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:606:in `process_client' /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:701:in `worker_loop' /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:549:in `spawn_missing_workers' /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:142:in `start' /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/bin/unicorn:126:in `<top (required)>' /opt/system/vendor/bundle/ruby/2.5.0/bin/unicorn:23:in `load' /opt/system/vendor/bundle/ruby/2.5.0/bin/unicorn:23:in `<top (required)>' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `load' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `kernel_load' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:28:in `run' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:463:in `exec' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:27:in `dispatch' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:18:in `start' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:30:in `block in <top (required)>' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:22:in `<top (required)>' /opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `load' /opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `<main>' E, [2020-02-18T15:29:41.250022 #41] ERROR -- : app error: wrong number of arguments (given 1, expected 0) (ArgumentError) E, [2020-02-18T15:29:41.250182 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.2/lib/active_support/option_merger.rb:22:in `inspect' E, [2020-02-18T15:29:41.250212 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.2/lib/active_support/option_merger.rb:22:in `method_missing' E, [2020-02-18T15:29:41.250231 #41] ERROR -- : (erb):252:in `inspect' E, [2020-02-18T15:29:41.250248 #41] ERROR -- : (erb):252:in `inspect' E, [2020-02-18T15:29:41.250264 #41] ERROR -- : (erb):252:in `block in pretty' E, [2020-02-18T15:29:41.250281 #41] ERROR -- : (erb):249:in `each' E, [2020-02-18T15:29:41.250298 #41] ERROR -- : (erb):249:in `pretty' E, [2020-02-18T15:29:41.250314 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/share/ruby/erb.rb:876:in `eval' E, [2020-02-18T15:29:41.250331 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/share/ruby/erb.rb:876:in `result' E, [2020-02-18T15:29:41.250347 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/show_exceptions.rb:96:in `pretty' E, [2020-02-18T15:29:41.250364 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/show_exceptions.rb:32:in `rescue in call' E, [2020-02-18T15:29:41.250383 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/show_exceptions.rb:22:in `call' E, [2020-02-18T15:29:41.250401 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/common_logger.rb:38:in `call' E, [2020-02-18T15:29:41.250417 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/chunked.rb:98:in `call' E, [2020-02-18T15:29:41.250435 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/content_length.rb:17:in `call' E, [2020-02-18T15:29:41.250453 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:606:in `process_client' E, [2020-02-18T15:29:41.250470 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:701:in `worker_loop' E, [2020-02-18T15:29:41.250488 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:549:in `spawn_missing_workers' E, [2020-02-18T15:29:41.250504 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:142:in `start' E, [2020-02-18T15:29:41.250521 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/bin/unicorn:126:in `<top (required)>' E, [2020-02-18T15:29:41.250538 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/bin/unicorn:23:in `load' E, [2020-02-18T15:29:41.250554 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/bin/unicorn:23:in `<top (required)>' E, [2020-02-18T15:29:41.250571 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `load' E, [2020-02-18T15:29:41.250588 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `kernel_load' E, [2020-02-18T15:29:41.250605 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:28:in `run' E, [2020-02-18T15:29:41.250623 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:463:in `exec' E, [2020-02-18T15:29:41.250641 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' E, [2020-02-18T15:29:41.250659 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command' E, [2020-02-18T15:29:41.250676 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch' E, [2020-02-18T15:29:41.250693 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:27:in `dispatch' E, [2020-02-18T15:29:41.250711 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start' E, [2020-02-18T15:29:41.250729 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:18:in `start' E, [2020-02-18T15:29:41.250747 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:30:in `block in <top (required)>' E, [2020-02-18T15:29:41.250764 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors' E, [2020-02-18T15:29:41.250782 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:22:in `<top (required)>' E, [2020-02-18T15:29:41.250799 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `load' E, [2020-02-18T15:29:41.250816 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `<main>'
Log from system-provider container on the test request:
[a0054c00-d51e-4ff1-a801-1038be5d0ec0] [3scale-admin.fd04ff9.apps.devel-ocp-41-ga.3sca.net] [10.129.5.129] Started GET "/admin/api/services/2/proxy.json" for 10.129.5.129 at 2020-02-18 15:04:36 +0000 [a0054c00-d51e-4ff1-a801-1038be5d0ec0] [3scale-admin.fd04ff9.apps.devel-ocp-41-ga.3sca.net] [10.129.5.129] Processing by Admin::Api::Services::ProxiesController#show as JSON [a0054c00-d51e-4ff1-a801-1038be5d0ec0] [3scale-admin.fd04ff9.apps.devel-ocp-41-ga.3sca.net] [10.129.5.129] Parameters: {"service_id"=>"2", "proxy"=>{}} [a0054c00-d51e-4ff1-a801-1038be5d0ec0] [3scale-admin.fd04ff9.apps.devel-ocp-41-ga.3sca.net] [10.129.5.129] PermissionEnforcer: level = ro [a0054c00-d51e-4ff1-a801-1038be5d0ec0] [3scale-admin.fd04ff9.apps.devel-ocp-41-ga.3sca.net] [10.129.5.129] PermissionEnforcer#ensure clear level [a0054c00-d51e-4ff1-a801-1038be5d0ec0] [3scale-admin.fd04ff9.apps.devel-ocp-41-ga.3sca.net] [10.129.5.129] PermissionEnforcer: level = [a0054c00-d51e-4ff1-a801-1038be5d0ec0] [3scale-admin.fd04ff9.apps.devel-ocp-41-ga.3sca.net] [10.129.5.129] Completed 200 OK in 43ms (Views: 6.9ms | ActiveRecord: 6.1ms) 10.129.5.129 - - [18/Feb/2020:15:04:37 +0000] "GET /admin/api/services/2/proxy.json HTTP/1.1" 200 - 0.0782 [1b5accbb-90ed-4745-91a3-cd9664761dd9] [3scale-admin.fd04ff9.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Redirected to https://3scale-admin.fd04ff9.apps.devel-ocp-41-ga.3sca.net/p/admin/onboarding/wizard/request?response=%7B%0A++%22method%22%3A+%22GET%22%2C%0A++%22path%22%3A+%22%2F%22%2C%0A++%22args%22%3A+%22user_key%3D141fe84922f313f54c981886976edd36%22%2C%0A++%22body%22%3A+%22%22%2C%0A++%22headers%22%3A+%7B%0A++++%22HTTP_VERSION%22%3A+%22HTTP%2F1.1%22%2C%0A++++%22HTTP_HOST%22%3A+%22echo-api.3scale.net%22%2C%0A++++%22HTTP_ACCEPT%22%3A+%22%2A%2F%2A%22%2C%0A++++%22HTTP_ACCEPT_ENCODING%22%3A+%22gzip%2Cdeflate%22%2C%0A++++%22HTTP_DATE%22%3A+%22Tue%2C+18+Feb+2020+15%3A04%3A37+GMT%22%2C%0A++++%22HTTP_USER_AGENT%22%3A+%22HTTPClient%2F1.0+%282.8.3%2C+ruby+2.5.5+%282019-03-15%29%29%22%2C%0A++++%22HTTP_X_3SCALE_PROXY_SECRET_TOKEN%22%3A+%22Shared_secret_sent_from_proxy_to_API_backend_52698a93ed8ab614%22%2C%0A++++%22HTTP_X_REAL_IP%22%3A+%2210.130.4.242%22%2C%0A++++%22HTTP_X_FORWARDED_FOR%22%3A+%2218.184.11.242%2C+18.185.224.20%2C+10.0.103.119%22%2C%0A++++%22HTTP_X_FORWARDED_HOST%22%3A+%22echo-api.3scale.net%22%2C%0A++++%22HTTP_X_FORWARDED_PORT%22%3A+%22443%22%2C%0A++++%22HTTP_X_FORWARDED_PROTO%22%3A+%22https%22%2C%0A++++%22HTTP_FORWARDED%22%3A+%22for%3D10.0.103.119%3Bhost%3Decho-api.3scale.net%3Bproto%3Dhttps%22%0A++%7D%2C%0A++%22uuid%22%3A+%22a20b1ff6-6b24-44df-ae37-0cc70bc3214f%22%0A%7D [1b5accbb-90ed-4745-91a3-cd9664761dd9] [3scale-admin.fd04ff9.apps.devel-ocp-41-ga.3sca.net] [2.139.206.74] Completed 302 Found in 913ms (ActiveRecord: 44.3ms) ArgumentError: wrong number of arguments (given 1, expected 0) /opt/system/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.2/lib/active_support/option_merger.rb:22:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.2/lib/active_support/option_merger.rb:22:in `method_missing' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `inspect' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:51:in `_call' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/lint.rb:38:in `call' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/show_exceptions.rb:23:in `call' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/common_logger.rb:38:in `call' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/chunked.rb:98:in `call' /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/content_length.rb:17:in `call' /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:606:in `process_client' /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:701:in `worker_loop' /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:549:in `spawn_missing_workers' /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:142:in `start' /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/bin/unicorn:126:in `<top (required)>' /opt/system/vendor/bundle/ruby/2.5.0/bin/unicorn:23:in `load' /opt/system/vendor/bundle/ruby/2.5.0/bin/unicorn:23:in `<top (required)>' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `load' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `kernel_load' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:28:in `run' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:463:in `exec' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:27:in `dispatch' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:18:in `start' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:30:in `block in <top (required)>' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors' /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:22:in `<top (required)>' /opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `load' /opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `<main>' E, [2020-02-18T15:04:37.753159 #41] ERROR -- : app error: wrong number of arguments (given 1, expected 0) (ArgumentError) E, [2020-02-18T15:04:37.753322 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.2/lib/active_support/option_merger.rb:22:in `inspect' E, [2020-02-18T15:04:37.753355 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.2/lib/active_support/option_merger.rb:22:in `method_missing' E, [2020-02-18T15:04:37.753382 #41] ERROR -- : (erb):252:in `inspect' E, [2020-02-18T15:04:37.753399 #41] ERROR -- : (erb):252:in `inspect' E, [2020-02-18T15:04:37.753414 #41] ERROR -- : (erb):252:in `block in pretty' E, [2020-02-18T15:04:37.753430 #41] ERROR -- : (erb):249:in `each' E, [2020-02-18T15:04:37.753445 #41] ERROR -- : (erb):249:in `pretty' E, [2020-02-18T15:04:37.753461 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/share/ruby/erb.rb:876:in `eval' E, [2020-02-18T15:04:37.753476 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/share/ruby/erb.rb:876:in `result' E, [2020-02-18T15:04:37.753491 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/show_exceptions.rb:96:in `pretty' E, [2020-02-18T15:04:37.753507 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/show_exceptions.rb:32:in `rescue in call' E, [2020-02-18T15:04:37.753523 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/show_exceptions.rb:22:in `call' E, [2020-02-18T15:04:37.753539 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/common_logger.rb:38:in `call' E, [2020-02-18T15:04:37.753555 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/chunked.rb:98:in `call' E, [2020-02-18T15:04:37.753571 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/rack-2.2.2/lib/rack/content_length.rb:17:in `call' E, [2020-02-18T15:04:37.753587 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:606:in `process_client' E, [2020-02-18T15:04:37.753604 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:701:in `worker_loop' E, [2020-02-18T15:04:37.753621 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:549:in `spawn_missing_workers' E, [2020-02-18T15:04:37.753637 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:142:in `start' E, [2020-02-18T15:04:37.753652 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/gems/unicorn-5.4.1/bin/unicorn:126:in `<top (required)>' E, [2020-02-18T15:04:37.753667 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/bin/unicorn:23:in `load' E, [2020-02-18T15:04:37.753708 #41] ERROR -- : /opt/system/vendor/bundle/ruby/2.5.0/bin/unicorn:23:in `<top (required)>' E, [2020-02-18T15:04:37.753725 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `load' E, [2020-02-18T15:04:37.753739 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `kernel_load' E, [2020-02-18T15:04:37.753756 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:28:in `run' E, [2020-02-18T15:04:37.753772 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:463:in `exec' E, [2020-02-18T15:04:37.753788 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' E, [2020-02-18T15:04:37.753803 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command' E, [2020-02-18T15:04:37.753819 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch' E, [2020-02-18T15:04:37.753835 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:27:in `dispatch' E, [2020-02-18T15:04:37.753851 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start' E, [2020-02-18T15:04:37.753869 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:18:in `start' E, [2020-02-18T15:04:37.753883 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:30:in `block in <top (required)>' E, [2020-02-18T15:04:37.753897 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors' E, [2020-02-18T15:04:37.753910 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:22:in `<top (required)>' E, [2020-02-18T15:04:37.753924 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `load' E, [2020-02-18T15:04:37.753938 #41] ERROR -- : /opt/rh/rh-ruby25/root/usr/local/bin/bundle:23:in `<main>'