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

Unhandled exception #6

Open
moscicki opened this issue Jul 27, 2018 · 2 comments
Open

Unhandled exception #6

moscicki opened this issue Jul 27, 2018 · 2 comments

Comments

@moscicki
Copy link

This happens where there is no kerberos ticket.

Problem 1: unhandled exception
Problem 2: it will likely cause the subsequent cell to hang forever

Correct behaviour should be: error message to the user, job not submitted (in new state).

Please check if you get the same problem with unhandled exception on Ganga without your modification.


image

image

@apsknight
Copy link
Owner

Getting similar error in Ganga (without any modifications) also.

INFO     submitting job 50
INFO     job 50 status changed to "submitting"
INFO     Preparing Executable application.
INFO     Created shared directory: conf-79faf261-3780-407f-a2c0-7629ef9433ec
INFO     Preparing subjobs
ERROR    Tried submitting job with command: 'condor_submit -v /root/gangadir/workspace/root/LocalXML/50/input/./__cdf__'
ERROR    Return code: 256
ERROR    Condor output:
ERROR    
ERROR: Submitting jobs as user/group 0 (root) is not allowed for security reasons.
ERROR    Parallel Job Submission Failed: IncompleteJobSubmissionError: ('50', 'submission failed')
INFO     job 50 status changed to "new"
WARNING  Not all subjobs have been sucessfully submitted: IncompleteJobSubmissionError: (['50'], "submission failed for subjobs ['50']")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/root/ganga/ganga/GangaCore/GPIDev/Base/Proxy.py", line 709, in proxy_wrapped
    r = f(*s_args, **s_kwargs)
  File "/root/ganga/ganga/GangaCore/GPIDev/Lib/Job/Job.py", line 1557, in submit
    self.updateStatus('failed')
  File "/root/ganga/ganga/GangaCore/GPIDev/Lib/Job/Job.py", line 570, in updateStatus
    raise JobStatusError('forbidden status transition of job %s from "%s" to "%s"' % (fqid, initial_status, newstatus))
GangaCore.GPIDev.Lib.Job.Job.JobStatusError: JobStatusError: forbidden status transition of job 50 from "new" to "failed"

screenshot from 2018-07-31 23-32-46

@apsknight
Copy link
Owner

Issue opened on Ganga repo: ganga-devs/ganga#1316

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

2 participants