#11516 closed defect (cantfix)
trac-admin deploy fails after upgrade
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 1.0.1 |
Severity: | normal | Keywords: | trac-admin deploy |
Cc: | Ryan J Ollos | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I've upgraded trac following the instructions from the wiki from 0.12.5 to 1.0.1. Everything went fine up to the step to refresh the static resources (http://trac.edgewall.org/wiki/TracUpgrade#a5.Refreshstaticresources), where trac-admin fails:
/var# trac-admin trac deploy www/trac Copying resources from: RuntimeError?: maximum recursion depth exceeded
I tried to hack the trac-admin script with a much higher number for the allowed recursion depth, but then I got a segmentation violation. I also tried to deploy a trac enviroment that was freshly initialized, which worked without a problem.
Attachments (0)
Change History (9)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Cc: | added |
---|
comment:4 by , 11 years ago
Could you please post "System Information" and "Installed Plugins" of your "About Trac" page?
If you are using th:ThemeEnginePlugin 2.0.1 or early, the plugin should be upgraded to 2.1.0 or later.
comment:5 by , 11 years ago
Keywords: | needinfo added; upgrade removed |
---|
comment:6 by , 11 years ago
Keywords: | needinfo removed |
---|
System Information Trac 0.12.5 Babel 0.9.6 Docutils 0.8.1 Genshi 0.6 (with speedups) mod_wsgi 3.3 (WSGIProcessGroup WSGIApplicationGroup cl-t154-124cl.privatedns.com|/trac) Pygments 1.5 pysqlite 2.6.0 Python 2.7.3 (default, Jan 2 2013, 14:09:21) [GCC 4.7.2] pytz 2012c setuptools 0.6 SQLite 3.7.3 Subversion 1.6.17 (r1128011) jQuery: 1.4.4
Installed Plugins TracAddCommentMacro 0.3 /usr/local/lib/python2.7/dist-packages/TracAddCommentMacro-0.3-py2.7.egg TracMacroPost 0.2 /usr/local/lib/python2.7/dist-packages/TracMacroPost-0.2-py2.7.egg TracThemeEngine 2.0.1 /usr/local/lib/python2.7/dist-packages/TracThemeEngine-2.0.1-py2.7.egg TracTocMacro 11.0.0.3 /usr/local/lib/python2.7/dist-packages/TracTocMacro-11.0.0.3-py2.7.egg TracVote 0.1.4-r12774 /usr/local/lib/python2.7/dist-packages/TracVote-0.1.4_r12774-py2.7.egg TracWikiGoodies 0.11.0.3dev /usr/local/lib/python2.7/dist-packages/TracWikiGoodies-0.11.0.3dev-py2.7.egg TracWikiNotification 0.2.1 /usr/local/lib/python2.7/dist-packages/TracWikiNotification-0.2.1-py2.7.egg
comment:8 by , 11 years ago
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Thanks for feedback. The issue has been reported in th:#9580 and fixed in th:r12173 (PluginIssue).
Which versions of Babel and Genshi? It might be caused by Babel 1.3. Babel 0.9.6 is recommended with Trac 1.0.1.