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
testrerun apparently tries to SIGCONT using the internal job IDs. testrun is not affected.
Error executing command (exitCode=1, command=kill -s SIGCONT 29 ):
stdout={}
stderr={bash: Zeile 0: kill: (29) - Die Operation ist nicht erlaubt}
Exception in thread "main" java.lang.IllegalAccessError: tried to access field de.dkfz.roddy.execution.io.ExecutionResult.exitCode from class de.dkfz.roddy.execution.jobs.BatchEuphoriaJobManager
at de.dkfz.roddy.execution.jobs.BatchEuphoriaJobManager.startHeldJobs(BatchEuphoriaJobManager.groovy:143)
at de.dkfz.roddy.core.Analysis.finallyStartJobsOfContext(Analysis.groovy:587)
at de.dkfz.roddy.core.Analysis.access$1(Analysis.groovy)
at de.dkfz.roddy.core.Analysis$_executeRun_closure5.doCall(Analysis.groovy:494)
at de.dkfz.roddy.core.Analysis$_executeRun_closure5.call(Analysis.groovy)
at de.dkfz.roddy.core.Analysis.withErrorReporting(Analysis.groovy:409)
at de.dkfz.roddy.core.Analysis.executeRun(Analysis.groovy:460)
at de.dkfz.roddy.core.Analysis.executeRun(Analysis.groovy:369)
at de.dkfz.roddy.core.Analysis.rerun(Analysis.groovy:257)
at de.dkfz.roddy.client.cliclient.RoddyCLIClient.testrerun(RoddyCLIClient.groovy:607)
at de.dkfz.roddy.client.cliclient.RoddyCLIClient.startMode(RoddyCLIClient.groovy:124)
at de.dkfz.roddy.Roddy.parseRoddyStartupModeAndRun(Roddy.java:757)
at de.dkfz.roddy.Roddy.startup(Roddy.java:291)
at de.dkfz.roddy.Roddy.main(Roddy.java:218)
The text was updated successfully, but these errors were encountered:
testrerun apparently tries to SIGCONT using the internal job IDs. testrun is not affected.
The text was updated successfully, but these errors were encountered: