usegalaxy-no / galaxyadmin

A repository for managing the work of the usegalaxy.no GalaxyAdmin team
0 stars 0 forks source link

NeLS data transfer fails when testing v.20.09 #15

Closed kjellp closed 3 years ago

kjellp commented 3 years ago

Most likely routing of the transfer job is not routed properly to local runner, but following default routing to slurm which is incorrect (trasnfer jobs known to not be properly handled when sent to slurm).

bruggerk commented 3 years ago

Jobs are not generally run on the test server, I am looking at that, I will feed back once fixed. I happened during the re-deployment. On the plus side you can run fastqc using ehos/pulsar.

/Kim On Thu, 2020-12-03 at 07:11 -0800, Kjell Petersen wrote:

Most likely routing of the transfer job is not routed properly to local runner, but following default routing to slurm which is incorrect (trasnfer jobs known to not be properly handled when sent to slurm).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

kjellp commented 3 years ago

For the transfer jobs, a new type of error compared to earlier is found in the sterr (same for get and send to NeLS):

Traceback (most recent call last):
  File "/srv/galaxy/server/tools/data_source/nels_importer.py", line 137, in <module>
    download_from_nels_importer( options.json_parameter_file, options.galaxy_tool_data_dir )
  File "/srv/galaxy/server/tools/data_source/nels_importer.py", line 57, in download_from_nels_importer
    [host,username,sshKey] = get_ssh_credential(nelsId, api_url, client_key, client_secret)
  File "/srv/galaxy/server/tools/data_source/nels_importer.py", line 43, in get_ssh_credential
    raise Exception("HTTP response code=%s" % str(response.status_code))
Exception: HTTP response code=404
bruggerk commented 3 years ago

Looks like the nels credentials are wrong, this is unrelated to the other error. /Kim On Thu, 2020-12-03 at 07:20 -0800, Kjell Petersen wrote:

For the transfer jobs, a new type of error compared to earlier is found in the sterr (same for get and send to NeLS):

Traceback (most recent call last):

File "/srv/galaxy/server/tools/data_source/nels_importer.py", line 137, in

download_from_nels_importer( options.json_parameter_file, options.galaxy_tool_data_dir )

File "/srv/galaxy/server/tools/data_source/nels_importer.py", line 57, in download_from_nels_importer

[host,username,sshKey] = get_ssh_credential(nelsId, api_url, client_key, client_secret)

File "/srv/galaxy/server/tools/data_source/nels_importer.py", line 43, in get_ssh_credential

raise Exception("HTTP response code=%s" % str(response.status_code))

Exception: HTTP response code=404

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

bruggerk commented 3 years ago

Had a session with kidane, they have shifted to a new way of doing authentication and has broken this. It is being fixed at their end

torfinnnome commented 3 years ago

So, can we close this issue?

kjellp commented 3 years ago

Yes. I did some transfer tests on both test.usegalaxy.no and usegalaxy.no. Closing it now :)