Hi guys,
I am trying to install a new local instance of galaxy, on a newly installed server DELL. But when i'm trying to launch the ./run.sh I have this error right after "Starting server in PID 29876":
Traceback (most recent call last): File "./scripts/paster.py", line 37, in <module> serve.run() File "/home/galaxy/galaxy/lib/galaxy/util/pastescript/serve.py", line 1049, in run invoke(command, command_name, options, args[1:]) File "/home/galaxy/galaxy/lib/galaxy/util/pastescript/serve.py", line 1055, in invoke exit_code = runner.run(args) File "/home/galaxy/galaxy/lib/galaxy/util/pastescript/serve.py", line 220, in run result = self.command() File "/home/galaxy/galaxy/lib/galaxy/util/pastescript/serve.py", line 670, in command serve() File "/home/galaxy/galaxy/lib/galaxy/util/pastescript/serve.py", line 654, in serve server(app) File "/home/galaxy/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 292, in server_wrapper **context.local_conf) File "/home/galaxy/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 97, in fix_call val = callable(*args, **kw) File "/home/galaxy/galaxy/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1342, in server_runner serve(wsgi_app, **kwargs) File "/home/galaxy/galaxy/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1291, in serve request_queue_size=request_queue_size) File "/home/galaxy/galaxy/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1134, in __init__ request_queue_size=request_queue_size) File "/home/galaxy/galaxy/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1113, in __init__ request_queue_size=request_queue_size) File "/home/galaxy/galaxy/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 328, in __init__ HTTPServer.__init__(self, server_address, RequestHandlerClass) File "/usr/lib/python2.7/SocketServer.py", line 423, in __init__ self.server_close() File "/home/galaxy/galaxy/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1105, in server_close self.thread_pool.shutdown(60) AttributeError: 'WSGIThreadPoolServer' object has no attribute 'thread_pool'
This error come from the line "use_threadpool = True" in the galaxy.ini file. I don't know why it doesn't work on this new server.
Did anyone had this problem? How can i solve this? Did I forget to install some important stuff on my server to launch galaxy?
Many thanks for your help.
Christ