I am trying to use Cloudman. I created a test instance using c3.large. Initially everything seemed to come up.
I added a galaxy admin email through cloudman admin interface, which triggered a Galaxy restart (as expected).
Galaxy no longer comes up, all processes in the galaxy log error out in the exact same way:
127.0.0.1 - - [14/Feb/2018:15:40:34 +0000] "GET / HTTP/1.1" 200 - "-" "Python-urllib/2.7"
Exception happened during processing of request from ('127.0.0.1', 59586) 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
Other than adding admin user to Galaxy through cloudman admin no other actions were made to the system.
How should I proceed with this issue?
Thanks for your help!