We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From time to time some jobs failed with the following error :
21.5.0
kubernetes
yes
2.12
No response
A job template has a schedule in AWX, from time to time it failed with binascii.Error: Incorrect padding error
Job launch correctly
job failed with binascii.Error: Incorrect padding error
EE custom
The text was updated successfully, but these errors were encountered:
likely the pod running the job terminated unexpectedly, or receptor itself restarted while getting the stdout back from the pod.
was hoping to see a better error message on job_explanation
If you feel like spelunking a bit,
kubectl logs deploy/awx -c awx-ee | grep ERROR
any errors around the time the job ran?
for advanced debugging,
kubectl edit awx under "spec" add this extra setting
extra_settings: - setting: RECEPTOR_RELEASE_WORK value: "False"
kubectl delete deploy/awx to recreate the awx pod
Then,
api/v2/jobs/<job id>
what does Detail in the output say?
remove that extra_setting after debugging
Sorry, something went wrong.
@fosterseth Thanks I updated extra setting to investigate for the next error.
This could be ansible/ansible-runner#998
This might have been fixed with ansible/ansible-runner#1161
fosterseth
No branches or pull requests
Please confirm the following
Bug Summary
From time to time some jobs failed with the following error :
AWX version
21.5.0
Select the relevant components
Installation method
kubernetes
Modifications
yes
Ansible version
2.12
Operating system
No response
Web browser
No response
Steps to reproduce
A job template has a schedule in AWX, from time to time it failed with binascii.Error: Incorrect padding error
Expected results
Job launch correctly
Actual results
job failed with binascii.Error: Incorrect padding error
Additional information
EE custom
The text was updated successfully, but these errors were encountered: