action #46547
closederror from log on o3 openqa-webui "(in cleanup) Can't call method "reject" on an undefined value at /usr/lib/perl5/vendor_perl/5.18.2/Mojo/RabbitMQ/Client/Publisher.pm line 67"
0%
Description
Observation¶
From journalctl -u openqa-webui
on o3:
Jan 23 11:51:58 ariel openqa[18821]: (in cleanup) Can't call method "reject" on an undefined value at /usr/lib/perl5/vendor_perl/5.18.2/Mojo/RabbitMQ/Client/Publisher.pm line 67 during global destruction.
I am not sure if the functionality of the AMQP plugin is impacted by this.
Updated by coolo almost 6 years ago
Don't worry about it. the error happens during worker shutdown not during sending events
Updated by okurz almost 6 years ago
Well, good to know that it's not worry-worth (is that a word?). I would not worry about it when we would just mark the message as such. As it's recorded by the webUI and somehow "forwarded", can we catch it strip away? Or can we fix that in Mojo::RabbitMQ? <- this is why I added kraih ;)
Updated by coolo almost 6 years ago
Not sure we can fix it - I can't. And kraih tried: https://github.com/inway/mojo-rabbitmq-client/pull/31 - but there was no new release since then
Updated by coolo almost 6 years ago
https://github.com/inway/mojo-rabbitmq-client/issues/30 is still open though
Updated by okurz almost 6 years ago
- Status changed from New to Blocked
- Assignee set to okurz
OMG what monster did this issue turned into! :D Ok, fine. So there is something upstream to track then.
Updated by okurz almost 6 years ago
would you consider
Feb 06 08:13:08 ariel openqa[8931]: (in cleanup) Can't call method "FILENO" on an undefined value at /usr/lib/perl5/vendor_perl/5.18.2/Mojo/Reactor/Poll.pm line 109 during global destruction.
to be of the same kind?
Updated by okurz over 5 years ago
Installed most recent version of openQA as well as rabbitmq client:
/var/log/zypp/history
2019-05-25 09:35:54|command|root@ariel|'zypper' 'patch' '--with-update'|
2019-05-25 09:35:54|install|perl-Cpanel-JSON-XS|4.11-2.4|x86_64||devel_openQA_Leap_42.3|ee45f73c802d809e6b2fa288ab9bdbf017e82f277e312ab5a261be15f3458d2c|
2019-05-25 09:35:54|install|perl-DBD-SQLite|1.62-52.6|x86_64||devel_openQA_Leap_42.3|d2cbaf4cb3c96a6419286fe59a4ace70c100a5345c0aff1111706352b51087fd|
2019-05-25 09:35:54|install|perl-Mojo-RabbitMQ-Client|0.2.2-2.1|noarch||devel_openQA_Leap_42.3|dffd89b7c1abe31db55674f7ddb06bc8828d155ffe88f0d746cbde908c2c36b7|
2019-05-25 10:18:49|command|root@ariel|'zypper' 'dup'|
2019-05-25 10:18:49|install|perl-YAML-LibYAML|0.74-2.1|x86_64||devel_openQA_Leap_42.3|7f5abbd294ad1f0117a5f2e304f4b9a5367a12f05cca0dc08bdc0691d7cc0e73|
2019-05-25 10:18:50|install|openQA-common|4.6.1558532409.ab91f319-1387.1|noarch||devel_openQA|5084f12cad2792fae28d681f276edcee7d23513601713e1715b4f0c63a59548c|
2019-05-25 10:18:50|install|openQA-client|4.6.1558532409.ab91f319-1387.1|noarch||devel_openQA|e303a63590076e67b23cf4567f03fc548e6469822e78197717af04a3edd2286d|
2019-05-25 10:20:23|install|openQA|4.6.1558532409.ab91f319-1387.1|noarch||devel_openQA|5b187e40c55595150fcef65b576573879aba14ea3668225a6da95d1092d525e4|
May 25 10:18:54 ariel systemd[1]: Started The openQA web UI.
May 25 10:18:55 ariel openqa[7965]: Archive::Extract will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /usr/share/openqa/script/../lib/OpenQA/Schema/Result/Assets.pm, line 28.
May 25 10:18:56 ariel openqa[7965]: Server available at http://localhost:9526/
no errors so far …
Updated by okurz over 5 years ago
- Status changed from Blocked to Feedback
as the PR is merged and we have a new version of the rabbitmq client installed I can track this in "Feedback" and see after some days if we still have problems.
Updated by okurz over 5 years ago
- Status changed from Feedback to Resolved
After not seeing the above error message in the logfiles since some days I guess we can call this resolved.
Updated by okurz over 5 years ago
- Related to action #52961: error messages from RabbitMQ "(in cleanup) Can't call method "_handle" on an undefined value" and more added