Question: Local Galaxy job delays: This job is waiting to run
1
marp.p • 20 wrote:
Hi, I have been trying to run job(s) for all the day on Galaxy and they just hang with the "waiting to run" status. I did not have other jobs queued and form my admin log I found the error:
Exception happened during processing of request from ('127.0.0.1', 46175) Traceback (most recent call last): File "/mnt/galaxy/galaxy-app/.venv/local/lib/python2.7/site-packages/paste/httpserver.py", line 1085, in process_request_in_thread
self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
self.finish() File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
self.wfile.close() File "/usr/lib/python2.7/socket.py", line 279, in close
self.flush() File "/usr/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 32] Broken pipe
A few more details will help to troubleshoot the problem.
17.09
?Hi, thanks for your answer!
I'm running my own instance of Galaxy on Amazon web Services EC2, managed by CloudMan (the most current release I can select is 17.05). I found that error message in the Galaxy log file in the CloudMan Admin panel. The jobs run successfully until two days ago, I hadn't similar problem before. Actually I'm trying to run FastQC, but I also made some tests with other tools (Trim Galore, Text manipulation... ). The tools I'm using and dependencies seems to be installed correctly and completely.
Thanks again