Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hard to debug connection failure #46

Open
abraxxa opened this issue Jul 20, 2022 · 0 comments
Open

hard to debug connection failure #46

abraxxa opened this issue Jul 20, 2022 · 0 comments

Comments

@abraxxa
Copy link

abraxxa commented Jul 20, 2022

I'm struggling to debug a Mojo::IOLoop based daemon issue that manifests itself with the follow two warnings and the following exception:

Use of uninitialized value $exp in concatenation (.) or string at /home/nac/.plenv/versions/COLLECTOR-Debian9-Perl5.28.0/lib/perl5/site_perl/5.28.0/Mojo/RabbitMQ/Client.pm line 545.
Use of uninitialized value $expected[0] in join or string at /home/nac/.plenv/versions/COLLECTOR-Debian9-Perl5.28.0/lib/perl5/site_perl/5.28.0/Mojo/RabbitMQ/Client.pm line 549.
Mojo::Reactor::Poll: I/O watcher failed: Mojo::RabbitMQ::Client::Method: Method is not . It's Net::AMQP::Protocol::Channel::OpenOk at /home/nac/.plenv/versions/COLLECTOR-Debian9-Perl5.28.0/lib/perl5/site_perl/5.28.0/Mojo/EventEmitter.pm line 19

Something passes undef as the expected frame(s) to sub _expect. As it only happens once every few weeks I haven't been able to collect DEBUG logs from the module.

Did you encounter this issue before or have a suggestion how to debug it?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant