sh run.sh seems to work okay until hitting this block of report... Any ideas what this socket business is about? It looks to me like possibly something python-specific. Starting server in PID 11963. Traceback (most recent call last): File "./scripts/paster.py", line 27, in ? command.run() File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ PasteScript-1.3.6-py2.4.egg/paste/script/command.py", line 78, in run File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ PasteScript-1.3.6-py2.4.egg/paste/script/command.py", line 117, in invoke File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ PasteScript-1.3.6-py2.4.egg/paste/script/command.py", line 212, in run File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ PasteScript-1.3.6-py2.4.egg/paste/script/serve.py", line 232, in command File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ PasteDeploy-1.3.1-py2.4.egg/paste/deploy/loadwsgi.py", line 139, in server_wrapper File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ PasteDeploy-1.3.1-py2.4.egg/paste/deploy/util/fixtypeerror.py", line 57, in fix_call File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ Paste-1.5.1-py2.4.egg/paste/httpserver.py", line 1307, in server_runner File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ Paste-1.5.1-py2.4.egg/paste/httpserver.py", line 1257, in serve File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ Paste-1.5.1-py2.4.egg/paste/httpserver.py", line 1107, in __init__ File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ Paste-1.5.1-py2.4.egg/paste/httpserver.py", line 1087, in __init__ File "/root/src/galaxy-f7336991d0ee/eggs/py2.4-noplatform/ Paste-1.5.1-py2.4.egg/paste/httpserver.py", line 328, in __init__ File "/usr/lib64/python2.4/SocketServer.py", line 330, in __init__ self.server_bind() File "/usr/lib64/python2.4/BaseHTTPServer.py", line 101, in server_bind SocketServer.TCPServer.server_bind(self) File "/usr/lib64/python2.4/SocketServer.py", line 341, in server_bind self.socket.bind(self.server_address) File "<string>", line 1, in bind socket.error: (98, 'Address already in use') galaxy.jobs INFO 2009-06-05 02:15:43,692 sending stop signal to worker thread galaxy.jobs INFO 2009-06-05 02:15:43,692 job queue stopped galaxy.jobs.runners.local INFO 2009-06-05 02:15:43,693 sending stop signal to worker threads galaxy.jobs.runners.local INFO 2009-06-05 02:15:43,694 local job runner stopped galaxy.jobs INFO 2009-06-05 02:15:43,694 sending stop signal to worker thread galaxy.jobs INFO 2009-06-05 02:15:43,695 job stopper stopped