Project

General

Profile

Actions

action #16092

closed

Internal Server Error: Mojo::Reactor::Poll: Timer failed: No worker id or webui host set

Added by michalnowak over 7 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2017-01-19
Due date:
% Done:

0%

Estimated time:

Description

With today's openQA updates (os-autoinst-4.4.1484729214.4fc67a0-302.1.x86_64 openQA-4.4.1484761411.67c88d1-7.2.noarch perl-Mojolicious-Plugin-AssetPack-1.37-2.1.noarch), my jobs with svirt backend fail this way around send_key 'alt-n' in welcome.pm.

[ERROR] 500 response: Internal Server Error (remaining tries: 2)
...
[ERROR] 500 response: Internal Server Error (remaining tries: 1)
...
[ERROR] 500 response: Internal Server Error (remaining tries: 0)
[DEBUG] stop_job api-failure
[DEBUG] ## removing timer update_status
[DEBUG] ## removing timer check_backend
[DEBUG] ## removing timer job_timeout
[DEBUG] waiting for update_status to finish
[DEBUG] ## adding timer register_worker 10
[ERROR] Job aborted because web UI doesn't accept updates anymore (likely considers this job dead)
[DEBUG] stop_job 2nd part
Mojo::Reactor::Poll: Timer failed: No worker id or webui host set! at /usr/share/openqa/script/../lib/OpenQA/Worker/Common.pm line 180.
[INFO] registering worker with openQA Mojo::IOLoop=HASH(0x3396b38)...
WebUI Mojo::IOLoop=HASH(0x3396b38) is unknown! - Should not happen but happened, exiting! at /usr/share/openqa/script/../lib/OpenQA/Worker/Common.pm line 403.

Files

openqa_ise.log (29.9 KB) openqa_ise.log michalnowak, 2017-01-19 08:36
openqa_journal.log (4.65 KB) openqa_journal.log michalnowak, 2017-01-19 08:38
autoinst-log.txt (151 KB) autoinst-log.txt michalnowak, 2017-01-19 09:55
Actions #1

Updated by coolo over 7 years ago

  • Assignee set to oholecek
  • Priority changed from Normal to Urgent
Actions #2

Updated by coolo over 7 years ago

  • Category set to Regressions/Crashes
  • Target version set to Milestone 5
Actions #3

Updated by michalnowak over 7 years ago

  • File autoinst-log.txt autoinst-log.txt added
  • Category deleted (Regressions/Crashes)
  • Assignee deleted (oholecek)
  • Priority changed from Urgent to Normal
  • Target version deleted (Milestone 5)
Actions #4

Updated by oholecek over 7 years ago

Do I understand it right that test passed on second run? Did you make any change to openQA installation? IMO the bug is still there (even though I don't know when can perl realpath returns undef).

Actions #5

Updated by michalnowak over 7 years ago

  • Category set to Regressions/Crashes
  • Assignee set to oholecek
  • Priority changed from Normal to Urgent
  • Target version set to Milestone 5

Reverting unintentional changes (must have been cache).

Actions #6

Updated by oholecek over 7 years ago

  • Status changed from New to In Progress

Problem identified to be expanding symlinked tests directory. PRs https://github.com/os-autoinst/openQA/pull/1190 and https://github.com/os-autoinst/os-autoinst/pull/703 solves that by not storing absolute expanded path in needle JSON but rather unexpanded path relative to OpenQA project directory (by default /var/lib/openqa[/share]).

Actions #7

Updated by oholecek about 7 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF