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

Failure for RAPT testing mode #8

Open
mglgc opened this issue Feb 10, 2021 · 2 comments
Open

Failure for RAPT testing mode #8

mglgc opened this issue Feb 10, 2021 · 2 comments
Assignees

Comments

@mglgc
Copy link

mglgc commented Feb 10, 2021

The ./run_rapt.py --test command outputs some error messages below as contained in the verbose.log file. My institutional firewall has the https:443 port open for next servers:
www.ncbi.nlm.nih.gov
locate.ncbi.nlm.nih.gov
sra-download.ncbi.nlm.nih.gov
Please, could the developers contribute with additional info to fix it? Thank you in advance.


[2021-02-10 23:11:19] Sending PINGER url https://www.ncbi.nlm.nih.gov/stat?ncbi_app=raptdocker&version=2020-09-24.build4894&uuid=47b31f2e-6bf5-11eb-82ab-901b0e950242&evt=rapt_start&
[2021-02-10 23:11:59] rapt-29571188

[2021-02-10 23:11:59] Sending PINGER url https://www.ncbi.nlm.nih.gov/stat?ncbi_app=raptdocker&version=2020-09-24.build4894&uuid=47b31f2e-6bf5-11eb-82ab-901b0e950242&evt=test_start
[2021-02-10 23:12:40] Running functional tests...
[2021-02-10 23:12:41] problem with tcp access to ncbi.gov sdl host

[2021-02-10 23:12:41] port closed

[2021-02-10 23:12:41] SRA connection check failed with code 1, abort..
[2021-02-10 23:12:41] Sending PINGER url https://www.ncbi.nlm.nih.gov/stat?ncbi_app=raptdocker&version=2020-09-24.build4894&uuid=47b31f2e-6bf5-11eb-82ab-901b0e950242&evt=test_end
[2021-02-10 23:13:21] status=1
[2021-02-10 23:13:21] Sending PINGER url https://www.ncbi.nlm.nih.gov/stat?ncbi_app=raptdocker&version=2020-09-24.build4894&uuid=47b31f2e-6bf5-11eb-82ab-901b0e950242&evt=rapt_exit

@lwagnerdc
Copy link
Contributor

Thanks for contacting us with your error log, sorry you've again encountered a problem with this.

I see in NCBI's web logs that your first step (whose logging output you've given above)
succeeded in reaching our web host.

So the network access verification we have in place as part of RAPT is the next place to check and for us to fix.

We tested on linux hosts running docker; it looks like there are some differences in how networking is handled by MacOS running docker. To help us understand what's happening, could you share the version of Docker and the OS version that you are running?

@lwagnerdc lwagnerdc self-assigned this Feb 12, 2021
@mglgc
Copy link
Author

mglgc commented Feb 13, 2021

Thanks for contacting us with your error log, sorry you've again encountered a problem with this.

I see in NCBI's web logs that your first step (whose logging output you've given above)
succeeded in reaching our web host.

So the network access verification we have in place as part of RAPT is the next place to check and for us to fix.

We tested on linux hosts running docker; it looks like there are some differences in how networking is handled by MacOS running docker. To help us understand what's happening, could you share the version of Docker and the OS version that you are running?

Thank you for your reply. I'm running Docker 18.09.6 under Ubuntu 16.04. Anyway, you say I'm successufully reaching your web host but the error log's stated the message "problem with tcp access to ncbi.gov sdl host".

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

2 participants