action #16092
closedInternal Server Error: Mojo::Reactor::Poll: Timer failed: No worker id or webui host set
0%
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
Updated by coolo almost 8 years ago
- Assignee set to oholecek
- Priority changed from Normal to Urgent
Updated by coolo almost 8 years ago
- Category set to Regressions/Crashes
- Target version set to Milestone 5
Updated by michalnowak almost 8 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)
Updated by oholecek almost 8 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).
Updated by michalnowak almost 8 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).
Updated by oholecek almost 8 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]).
Updated by oholecek almost 8 years ago
- Status changed from In Progress to Resolved
Two more PRs were needed ( https://github.com/os-autoinst/os-autoinst/pull/705 and https://github.com/os-autoinst/os-autoinst/pull/706 ) but is solved now.