I am running Galaxy in AWS. I followed the instructions here to install it. I am trying to fetch a reference genome that I copied to the system Galaxy is running on. It says "fetching" next to "Reference Genome" on the admin page for "Local data" but it never seems to finish. When I looked at the log for the "Galaxy" service in the Cloudman admin page I see lots of errors like this:
error: [Errno 32] Broken pipe
----------------------------------------
127.0.0.1 - - [10/May/2016:16:04:00 +0000] "GET / HTTP/1.1" 200 - "-" "Python-urllib/2.7"
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 36143)
Traceback (most recent call last):
File "/mnt/galaxy/galaxy-app/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1068, in process_request_in_thread
Any thoughts on what the problem might be would be appreciated.