-
Notifications
You must be signed in to change notification settings - Fork 654
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
-stub flag triggers error "Cannot invoke method clone() on null object" #5456
Comments
I am experiencing the same issue but without |
@jorgee can you look into this one, might be a regression from the recent changes we made |
Are there specific versions of java and nextflow that resolve this bug? Using openjdk 17.0.14 and nextflow 24.10.4 I still see this error when using -stub. Switching back to nextflow 24.04.4 nextflow runs as expected with the -stub flag. |
@pditommaso we have not backported it to 24.10.X. I have added a tag to remember in the next one. I didn't label it in the original PR. @phaverty-ginkgo, it should be it 24.11.0-edge and 24.12.0-edge |
Bug report
-stub
flag breaks workflow with error message "Cannot invoke method clone() on null object"Expected behavior and actual behavior
-stub
flag, pipeline completes successfully.-stub
flag, got error "Cannot invoke method clone() on null object"Steps to reproduce the problem
test.nf:
Program output
Environment
Additional context
(Add any other context about the problem here)
The text was updated successfully, but these errors were encountered: