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
We got this error sometime, we need to investigate more into it. Is it related to network issues?
Traceback (most recent call last):
File "/usr/local/venv/dgenies/lib/python3.11/site-packages/dgenies/bin/local_scheduler.py", line 429, in <module>
scheduler.start()
File "/usr/local/venv/dgenies/lib/python3.11/site-packages/dgenies/bin/local_scheduler.py", line 55, in start
started_jobs, cluster_started_jobs = self.parse_started_jobs()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/venv/dgenies/lib/python3.11/site-packages/dgenies/bin/local_scheduler.py", line 249, in parse_started_jobs
status = s.jobStatus(str(job.id_process))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/venv/dgenies/lib/python3.11/site-packages/drmaa/session.py", line 520, in jobStatus
c(drmaa_job_ps, jobId, byref(status))
File "/usr/local/venv/dgenies/lib/python3.11/site-packages/drmaa/helpers.py", line 303, in c
return f(*(args + (error_buffer, sizeof(error_buffer))))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/venv/dgenies/lib/python3.11/site-packages/drmaa/errors.py", line 151, in error_check
raise _ERRORS[code - 1](error_string)
drmaa.errors.InvalidArgumentException: code 4: not an number: None
Exiting DRMAA...
The text was updated successfully, but these errors were encountered:
We got this error sometime, we need to investigate more into it. Is it related to network issues?
The text was updated successfully, but these errors were encountered: