Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#10089 closed defect (invalid)

paWindowsError: [Error 2] : 'F:/Teamwish/trac\\checkpay\\templates\\admin_versions.html'

Reported by: jinbin@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11b1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /admin/ticket/versions, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'cat_id': u'ticket', 'panel_id': u'versions', 'path_info': None}

System Information

Trac 0.11b1
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c11
SQLite 3.5.2
pysqlite 2.4.0
Genshi 0.4.4

Python Traceback

Traceback (most recent call last):
  File "c:\python25\lib\site-packages\Trac-0.11b1-py2.5.egg\trac\web\main.py", line 398, in _dispatch_request
    dispatcher.dispatch(req)
  File "c:\python25\lib\site-packages\Trac-0.11b1-py2.5.egg\trac\web\main.py", line 217, in dispatch
    data, content_type)
  File "c:\python25\lib\site-packages\Trac-0.11b1-py2.5.egg\trac\web\chrome.py", line 651, in render_template
    template = self.load_template(filename, method=method)
  File "c:\python25\lib\site-packages\Trac-0.11b1-py2.5.egg\trac\web\chrome.py", line 635, in load_template
    return self.templates.load(filename, cls=cls)
  File "C:\Python25\lib\site-packages\genshi-0.4.4-py2.5.egg\genshi\template\loader.py", line 163, in load
    os.path.getmtime(tmpl.filepath) == self._mtime[filename]:
  File "C:\Python25\lib\ntpath.py", line 232, in getmtime
    return os.stat(filename).st_mtime
WindowsError: [Error 2] : 'F:/Teamwish/trac\\checkpay\\templates\\admin_versions.html'

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 14 years ago

Resolution: invalid
Status: newclosed

WindowsError: [Error 2] is a "file not found". Your Trac installation seems to be borked, and as such, this is an InstallationIssue.

You may want to take a bit of time to upgrade to a more recent version of Trac (0.12.2 is the current stable version) and Genshi (current stable is 0.6).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.