Hi Team,
I am trying the latest awx-operator.
I create a new Instance in AWX on default port 27199 ( REHL 8.4)
Downloaded the bundle and installed receptor and other configuration on the VM.
While running a job I get below error
Traceback (most recent call last):
File "/var/lib/awx/venv/awx/lib64/python3.9/site-packages/awx/main/tasks/receptor.py", line 435, in _run_internal
lines = resultfile.readlines()
OSError: read() should have returned a bytes object, not 'NoneType'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/lib/awx/venv/awx/lib64/python3.9/site-packages/awx/main/tasks/jobs.py", line 604, in run
res = receptor_job.run()
File "/var/lib/awx/venv/awx/lib64/python3.9/site-packages/awx/main/tasks/receptor.py", line 317, in run
res = self._run_internal(receptor_ctl)
File "/var/lib/awx/venv/awx/lib64/python3.9/site-packages/awx/main/tasks/receptor.py", line 444, in _run_internal
raise RuntimeError(detail)
RuntimeError: exit status 1
On awx-ee pod logs I am getting
ERROR 2023/05/29 12:24:30 write unix /var/run/receptor/receptor.sock->@: write: broken pipe
ERROR 2023/05/29 12:24:30 Write error in control service: write unix /var/run/receptor/receptor.sock->@: write: broken pipe
Please help!