Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10156


Ignore:
Timestamp:
Apr 29, 2011, 10:27:06 AM (13 years ago)
Author:
Remy Blank
Comment:
Trac 0.11

You are still running 0.11, but your timestamps are from 0.12. You should completely remove 0.11 from your system, as it seems to interfere.

This is an InstallationIssue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10156

    • Property Status newclosed
    • Property Resolutioncantfix
  • Ticket #10156 – Description

    initial v1  
    1       How to Reproduce      While doing a GET operation on `/wiki/TracCgi`, Trac issued an internal error.    please provide additional details here    Request parameters: {{{ { page : u TracCgi } }}} User Agent was: `Mozilla/5.0  Windows NT 6.1; WOW64; rv:2.0  Gecko/20100101 Firefox/4.0`      System Information      ||    Trac    || `0.11` || ||    Python    || `2.5  r25:51908, Sep 19 2006, 09:52:17   MSC v.1310 32 bit  Intel  ` || ||    setuptools    || `0.6c8` || ||    SQLite    || `3.3.4` || ||    pysqlite    || `2.3.2` || ||    Genshi    || `0.5.1` || ||    mod_python    || `3.3.1` || ||    Subversion    || `1.5.1  r32289 ` || ||    jQuery:    || `1.2.3` ||      Python Traceback      {{{ Traceback  most recent call last :  File  C: Program Files VisualSVN Server Trac python lib site-packages trac-0.11-py2.5.egg trac web main.py , line 423, in _dispatch_request  dispatcher.dispatch req   File  C: Program Files VisualSVN Server Trac python lib site-packages trac-0.11-py2.5.egg trac web main.py , line 197, in dispatch  resp   chosen_handler.process_request req   File  C: Program Files VisualSVN Server Trac python lib site-packages trac-0.11-py2.5.egg trac wiki web_ui.py , line 114, in process_request  page   WikiPage self.env, pageNAME   File  C: Program Files VisualSVN Server Trac python lib site-packages trac-0.11-py2.5.egg trac wiki model.py , line 43, in __init__  self._fetch NAME, version, db   File  C: Program Files VisualSVN Server Trac python lib site-packages trac-0.11-py2.5.egg trac wiki model.py , line 70, in _fetch  self.time   datetime.fromtimestamp time, utc  ValueError: timestamp out of range for platform time_t }}} 
     1How to Reproduce
     2While doing a GET operation on `/wiki/TracCgi`, Trac issued an internal error.
    23
     4please provide additional details here
     5
     6Request parameters:
     7{{{
     8{ page : u TracCgi }
     9}}}
     10User Agent was: `Mozilla/5.0  Windows NT 6.1; WOW64; rv:2.0  Gecko/20100101 Firefox/4.0`
     11
     12System Information
     13||    Trac    || `0.11` ||
     14||    Python    || `2.5  r25:51908, Sep 19 2006, 09:52:17   MSC v.1310 32 bit  Intel  ` ||
     15||    setuptools    || `0.6c8` ||
     16||    SQLite    || `3.3.4` ||
     17||    pysqlite    || `2.3.2` ||
     18||    Genshi    || `0.5.1` ||
     19||    mod_python    || `3.3.1` ||
     20||    Subversion    || `1.5.1  r32289 ` ||
     21||    jQuery:    || `1.2.3` ||
     22
     23Python Traceback
     24{{{
     25Traceback  most recent call last :
     26File  C: Program Files VisualSVN Server Trac python lib site-packages trac-0.11-py2.5.egg trac web main.py , line 423, in _dispatch_request
     27dispatcher.dispatch req
     28File  C: Program Files VisualSVN Server Trac python lib site-packages trac-0.11-py2.5.egg trac web main.py , line 197, in dispatch
     29resp   chosen_handler.process_request req
     30File  C: Program Files VisualSVN Server Trac python lib site-packages trac-0.11-py2.5.egg trac wiki web_ui.py , line 114, in process_request
     31page   WikiPage self.env, pageNAME
     32File  C: Program Files VisualSVN Server Trac python lib site-packages trac-0.11-py2.5.egg trac wiki model.py , line 43, in __init__
     33self._fetch NAME, version, db
     34File  C: Program Files VisualSVN Server Trac python lib site-packages trac-0.11-py2.5.egg trac wiki model.py , line 70, in _fetch
     35self.time   datetime.fromtimestamp time, utc
     36ValueError: timestamp out of range for platform time_t
     37}}} 
    338
    439I've been running trac-0.11 on win32 fine. Upgraded to 0.12, worked ok.