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

got "Failed to establish a new connection" when running gatk4-data-processing workflow #9

Open
volpato30 opened this issue Jul 11, 2019 · 4 comments

Comments

@volpato30
Copy link

Hi, I followed and successfully ran the google cloud tutorial. But when I tried to run the data processing workflow I encountered an error message that says:

lib3.connection.HTTPConnection object at 0x7fc007f2fbd0>: Failed to establish a new connection: [Errno 111] Connection refused',))
2019-07-11 18:42:11,971 cromwell_driver INFO: Failed to connect to Cromwell (attempt 3): HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /api/workflows/v1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc007f2fc10>: Failed to establish a new connection: [Errno 111] Connection refused',))
2019-07-11 18:42:16,977 cromwell_driver INFO: Failed to connect to Cromwell (attempt 4): HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /api/workflows/v1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc007f2fb50>: Failed to establish a new connection: [Errno 111] Connection refused',))
2019-07-11 18:42:23,296 cromwell_driver INFO: Job submitted to Cromwell. job id: 226db7f3-a007-4b10-8850-7e80dc37ad9a
ERROR: Status of job is not Submitted, Running, or Succeeded: Failed

I tried the solution mentioned here and set --memory 5 but that didn't solve my problem.

The command I used for submitting the job is:

gcloud alpha genomics pipelines run \
  --pipeline-file wdl_pipeline.yaml \
  --regions us-central1 \
  --memory 5 \
  --inputs-from-file WDL=${GATK_GOOGLE_DIR}/processing-for-variant-discovery-gatk4.wdl,\
WORKFLOW_INPUTS=${GATK_GOOGLE_DIR}/processing-for-variant-discovery-gatk4.hg38.wgs.inputs.json,\
WORKFLOW_OPTIONS=${GATK_GOOGLE_DIR}/generic.google-papi.options.json \
  --env-vars WORKSPACE=${GATK_OUTPUT_DIR}/work,\
OUTPUTS=${GATK_OUTPUT_DIR}/output \
  --logging ${GATK_OUTPUT_DIR}/logging/
@willsu
Copy link

willsu commented Mar 18, 2020

@volpato30 I ran into the same issue. Did you happen to get this resolved? Thanks.

@tucker-bower-psjh
Copy link

@willsu I, too, have now run into this issue. Did YOU ever get it resolved?

Would be so great if wdl/cromwell would just work as intended for once.

@ssllff
Copy link

ssllff commented Feb 9, 2022

I ran into the same issue. Any solution available? Thank you!

@trum994
Copy link

trum994 commented Mar 24, 2022

I'm also getting the exact same error. Is there a setting in our cromwell server we can modify?
[solved: my issue was simply the wrong password but I was only focused at the last error message where it said "max retries exceeded." which made me think something else was wrong ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants