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

testrerun is broken #354

Open
vinjana opened this issue Feb 19, 2021 · 0 comments
Open

testrerun is broken #354

vinjana opened this issue Feb 19, 2021 · 0 comments
Labels

Comments

@vinjana
Copy link
Contributor

vinjana commented Feb 19, 2021

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)
@vinjana vinjana moved this to Backlog in RoddyCore May 29, 2024
@vinjana vinjana added the bug label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant