Hi everyone
I dowloaded Galaxy from Git to install a new local instance of galaxy. Everything from the admin panel works fine but the page "Review tool migration stages". I have a "Time-out" page. The log file shows this error :
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 37060)
Traceback (most recent call last):
File "/home/galaxy/Formation/galaxy/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpserver.py", line 1068, 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 657, in __init__
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 716, 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
----------------------------------------
Does something change in the "Review tool migration stages" recently? I downloaded galaxy like 1 or 2 weeks ago, and I didn't have this error..
Thanks for your help.
Christ

I tried to compare the scripts from my old, and my new instance :
./database/compiled_templates/admin/review_tool_migration_stages.mako.py
There is no difference between them.