-
Notifications
You must be signed in to change notification settings - Fork 717
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
StackOverflowError using AWS Batch #408
Comments
Hi @jvivian-atreca , thanks for reporting this issue. |
@ggabernet — Apologies, I've attached the remainder which includes the java/groovy stacktrace. I did several runs locally with the same S3 URLs and it successfully "staged" those files every time, so I'm unsure what to make of the message about file not found. I also moved those files locally and passed them in and still got the same stackoverflowerror.
|
Hi, I have the same error when running it using awsbatch profile in v1.4.2, while running it using docker profile gives me no error. Here is the script I used when running it with
I suspect this is related to the awsregion being |
Ah, yes, that could very well be, in fact I did not manage to run a pipeline in a region and stage the reference files from another region. The references are in the |
@ggabernet Thanks! In fact, I am using the 2nd method, I have downloaded the iGenomes's data in my bucket in |
Could you then try setting an env variable to increase the JVM resources before running the pipeline, something like: |
@ggabernet Thanks! I tried it both on my ec2 instance in the terminal as well as adding a block like this in the nextflow.config but still have the same error.
|
I'm afraid I'm out of ideas here.... The most similar thing I could find is this: https://gitter.im/nextflow-io/nextflow/archives/2017/05/28?at=592b0233f3001cd34268cc2b But maybe you can ask in the nextflow gitter as well: https://gitter.im/nextflow-io/nextflow |
Hi @jvivian-atreca @jiayicox1! Hope you are well. Did you find a solution to this issue? Will close for now because it seems like you have ruled out this being an issue with the pipeline and possibly related to Nextflow? Feel free to reopen if required. |
Firstly, thank you for all the effort in putting this pipeline together.
I'm running into an issue where I can't get the workflow to execute on AWS Batch. I've tried launching it from a t2.large and t2.xlarge (16G memory) on EC2 and get the same error.
Run command
Error
The compute environments in
test-nextflow-spot
are all pretty beefy and it seems to fail before it has enough time to even launch a batch node, so I don't think it's actually failing on the batch node. I'm assuming it's a config option based on nf-core/tools#446 and other examples of seeingstackoverflowerror
. I've tried replacing theawsqueue
with the complete ARN and that didn't resolve it.Thanks for any help you can provide!
The text was updated successfully, but these errors were encountered: