You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up my own instance on Ubuntu 22.04.5 LTS, following the batch setup instructions. While I can run tests interactively via the web interface without any issues, I encounter a problem when submitting a batch job with multiple domains (8 in this case). The job’s status changes to “generating,” but then it stalls, and no further progress is made.
Here’s the JSON response after submitting the job:
The issue is: actually this does not generate a report, but the model tells you it is.
Enabling this would however generate a lot of reports if you have a lot of old/uncached reports and would do a ?limit=0 listing.
I have set up my own instance on Ubuntu 22.04.5 LTS, following the batch setup instructions. While I can run tests interactively via the web interface without any issues, I encounter a problem when submitting a batch job with multiple domains (8 in this case). The job’s status changes to “generating,” but then it stalls, and no further progress is made.
Here’s the JSON response after submitting the job:
{ "requests": [ { "name": "Web test - 2024-10-08 15:26", "submit_date": "2024-10-08T14:27:54.756007+00:00", "finished_date": "2024-10-08T14:28:21.870057+00:00", "request_type": "web", "status": "generating", "request_id": "78324c7d75084dc48636ce116cb6a94e" } ], "api_version": "2.4.0" }
Upon examining the logs, I noticed a recurring error message from node-exporter:
node-exporter-1 | ts=2024-10-08T14:42:47.302Z caller=collector.go:169 level=error msg="collector failed" name=systemd duration_seconds=0.004339166 err="couldn't get dbus connection: An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\"(null)\" (inactive) interface=\"org.freedesktop.DBus\" member=\"Hello\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (bus)"
Is there something specific I’m missing in my setup that might be causing this issue? Any guidance or recommendations would be greatly appreciated!
The text was updated successfully, but these errors were encountered: