Actions
Bug #7749
closedCalling log_halt causes 500 internal server error on foreman proxy
Description
I found this error when provisioning staypuft hosts, in foreman log I saw only
Remove puppet certificate for mac5254001adcc9.example.comand even after I set debug log level on foreman proxy I saw messages like
D, [2014-09-30T08:27:55.252242 #21635] DEBUG -- : Found puppetca at /usr/sbin/puppetca D, [2014-09-30T08:27:55.252348 #21635] DEBUG -- : Found sudo at /usr/bin/sudo D, [2014-09-30T08:27:55.252381 #21635] DEBUG -- : Executing /usr/bin/sudo -S /usr/sbin/puppetca --ssldir /var/lib/puppet/ssl --clean mac5254001adcc9.example.com I, [2014-09-30T08:27:55.959318 #21635] INFO -- : Attempt to remove nonexistant client certificate for mac5254001adcc9.example.comwith no error. It turned out that foreman proxy fails while using log_halt in ProxyHelpers module because it was unable to use logger. This resulted in RestClient exception in foreman which backtrace is swallowed.
While the fix for the issue with puppetca is trivial, it was hard to debug. I wonder whether we should create refactoring issue to review all rescue and never swallow backtrace, plus second to revisit smart proxy logging (so every exception is logged)
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/215 added
- Pull request deleted (
)
Updated by Dominic Cleal over 10 years ago
- Translation missing: en.field_release set to 22
Updated by Dominic Cleal over 10 years ago
- Target version changed from 1.7.3 to 1.7.2
Updated by Marek Hulán over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 2fe082ea514e6f86cba338a4b0bcccd452a542c0.
Actions