4 Jun
2009
4 Jun
'09
9:08 a.m.
Andrew Stewart wrote:
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.
Hi Andrew, Please take a look and see if there are any old Galaxy processes around, or anything else on the system that would be using port 8080 (or whatever port is set in universe_wsgi.ini, if you changed it from the default). You may find the lsof(1) command useful for this: % lsof -ti :8080 Invoked like this, it will return the PID of the process using port 8080. --nate