Skip to content
New issue

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

Unkown DRMAA error #119

Open
pbordron opened this issue Jan 9, 2024 · 0 comments
Open

Unkown DRMAA error #119

pbordron opened this issue Jan 9, 2024 · 0 comments

Comments

@pbordron
Copy link
Member

pbordron commented Jan 9, 2024

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...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant