[galaxyproject/galaxy] dc9128: Fix traceback when starting under Python3 with ``g...
Branch: refs/heads/release_18.09 Home: https://github.com/galaxyproject/galaxy Commit: dc9128213fbf4fd1d479fc94ace5b2416a5face5 https://github.com/galaxyproject/galaxy/commit/dc9128213fbf4fd1d479fc94ace5b... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M lib/galaxy/dependencies/pipfiles/default/pinned-requirements.txt Log Message: ----------- Fix traceback when starting under Python3 with ``galaxy.ini`` Update `paste` requirement to 3.0.4 to include: https://github.com/cdent/paste/pull/14 to fix the following traceback: ``` Starting server in PID 6792. Traceback (most recent call last): File "./scripts/paster.py", line 27, in <module> serve.run() File "/opt/galaxy/lib/galaxy/util/pastescript/serve.py", line 1055, in run invoke(command, command_name, options, args[1:]) File "/opt/galaxy/lib/galaxy/util/pastescript/serve.py", line 1061, in invoke exit_code = runner.run(args) File "/opt/galaxy/lib/galaxy/util/pastescript/serve.py", line 226, in run result = self.command() File "/opt/galaxy/lib/galaxy/util/pastescript/serve.py", line 676, in command serve() File "/opt/galaxy/lib/galaxy/util/pastescript/serve.py", line 653, in serve server(app) File "/opt/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 232, in server_wrapper **context.local_conf) File "/opt/galaxy/lib/galaxy/util/pastescript/loadwsgi.py", line 90, in fix_call val = callable(*args, **kw) File "/opt/galaxy/.venv3/lib/python3.5/site-packages/paste/httpserver.py", line 1358, in server_runner for name, value in kwargs.items(): RuntimeError: dictionary changed size during iteration galaxy.app DEBUG 2018-11-05 13:38:00,059 Shutting down ``` Commit: 6487d52d513b6351bd3e3e44e74e79c8f949919a https://github.com/galaxyproject/galaxy/commit/6487d52d513b6351bd3e3e44e74e7... Author: Dannon <dannon.baker@gmail.com> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M lib/galaxy/dependencies/pipfiles/default/pinned-requirements.txt Log Message: ----------- Merge pull request #6978 from nsoranzo/release_18.09_paste [18.09] Fix traceback when starting under Python3 with ``galaxy.ini`` Compare: https://github.com/galaxyproject/galaxy/compare/9029b95e6979...6487d52d513b **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
GitHub