OpenShift Broker / Console is reporting AsyncAware::ThreadTimedOut errors.
Issue
- We are seeing the following in our Broker / Console log and would like to understand what and why this occurs.
Dec 9 10:40:47 apsrp2998 openshift-console[6573]: [INFO ] src=app Processing by ConsoleIndexController#index as HTML
Dec 9 10:40:47 apsrp2998 openshift-console[6573]: [DEBUG] src=app Identified user USER from headers
Dec 9 10:40:47 apsrp2998 openshift-console[6573]: [INFO ] src=app Redirected to https://broker.example.com/console/applications
Dec 9 10:40:47 apsrp2998 openshift-console[6573]: [INFO ] src=app Completed 302 Found in 1ms
Dec 9 10:40:47 apsrp2998 openshift-console[6573]: [INFO ] src=app Started GET "/console/applications" for 127.0.0.1 at 2014-12-09 10:40:47 -0600
Dec 9 10:40:47 apsrp2998 openshift-console[6573]: [INFO ] src=app Processing by ApplicationsController#index as HTML
Dec 9 10:40:47 apsrp2998 openshift-console[6573]: [DEBUG] src=app Identified user USER from headers
Dec 9 10:40:47 apsrp2998 openshift-console[6573]: [DEBUG] src=app OpenShift API (111.9ms) get http://localhost:8080/broker/rest/domains.json?include=application_info [ code: 200 ]
Dec 9 10:40:57 apsrp2998 openshift-console[6573]: [INFO ] src=app Completed 500 Internal Server Error in 10002ms
Dec 9 10:40:57 apsrp2998 openshift-console[6573]: [FATAL] src=app AsyncAware::ThreadTimedOut (The thread #<Thread:0x0000000556ef78 aborting> (index=0) did not complete within 10 seconds.):#012 openshift-origin-console (1.23.4.4) app/controllers/async_aware.rb:38:in `block in join'#012 openshift-origin-console (1.23.4.4) app/controllers/async_aware.rb:34:in `map'#012 openshift-origin-console (1.23.4.4) app/controllers/async_aware.rb:34:in `join'#012 openshift-origin-console (1.23.4.4) app/controllers/async_aware.rb:47:in `join!'#012 openshift-origin-console (1.23.4.4) app/controllers/applications_controller.rb:85:in `index'#012 actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action'#012 actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action'#012 actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action'#012 actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action'#012 activesupport (3.2.8) lib/active_support/callbacks.rb:428:in `block (3 levels) in _run__1124761508058516569__process_action__3544689572413469928__callbacks'#012 activesupport (3.2.8) lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_63'#012 activesupport (3.2.8) lib/active_support/callbacks.rb:326:in `around'#012 activesupport (3.2.8) lib/active_support/callbacks.rb:310:in `_callback_around_31'#012 activesupport (3.2.8) lib/active_support/callbacks.rb:214:in `_conditional_callback_around_63'#012 activesupport (3.2.8) lib/active_support/callbacks.rb:416:in `block (2 levels) in _run__1124761508058516569__process_action__3544689572413469928__callbacks'#012 activesupport (3.2.8) lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_62'#012 activesupport (3.2.8) lib/active_support/callbacks.rb:326:in `around'#012 activesupport (3.2.8) lib/active_support/callbacks.rb:310:in `_callback_around_25'#012 activesupport (3.2.8) lib/active_support/callbacks.rb:214:in `_conditional_callback_around
- Console logon returns error once a day in Openshift, rerequesting the page works:
An error has occurred
Environment
- OpenShift Enterprise 2.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
