Closed sb10 closed 5 years ago
Could you please include the .nextflow.log
file?
Don't know how to attach a file. But the error message above came from .nextflow.log
. Everything else in the file was just normal operation.
It contains more details that would allow me to troubleshoot the issue. You should be able to attach to this issue or share using pastebin.com
I'm closing this because I'm unable to replicate the issue.
@sb10 were you able to solve this? I'm seeing the same issue with Nextflow version 19.07.0-edge
.nextflow.log
This happens with a standard pipeline like nf-core/rnaseq
as well:
EDIT: use nf-core/rnaseq output
This was fixed by #1234. Update to the latest version.
Olga Botvinnik, PhD olgabotvinnik.com http://www.olgabotvinnik.com
On Tue, Aug 6, 2019 at 12:27 PM Paolo Di Tommaso notifications@github.com wrote:
This was fixed by #1234 https://github.com/nextflow-io/nextflow/issues/1234. Update to the latest version.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nextflow-io/nextflow/issues/1136?email_source=notifications&email_token=AAGE24B2I2VEQCYXLXJEI33QDHGBBA5CNFSM4HJ5CFOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3WGQ2A#issuecomment-518809704, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGE24CJBZDNI7XLNOY4HELQDHGBBANCNFSM4HJ5CFOA .
Bug report
Expected behavior and actual behavior
Should submit jobs to LSF. Instead crashes after a while.
Steps to reproduce the problem
Run a workflow with lsf as the executor.
Program output
Environment
Additional context
This is with my own build of my own fork, and the build was done on a Mac and the result of
make pack
copied to a linux machine. For some reason I have to dojava -jar nextflow
, because just./nextflow
fails with another reason. So this could just be related to a build oddity.But I know you changed polling-related things recently, so perhaps this is a real bug.