Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9193 closed defect (cantfix)

IOError: (2, 'No such file or directory')

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

Description

How to Reproduce

While doing a GET operation on /admin/subversion/svnauthz, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'cat_id': u'subversion', 'panel_id': u'svnauthz', 'path_info': None}

User Agent was: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9

System Information

Trac 0.11.7
Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51)
[GCC 4.2.1 (Apple Inc. build 5646)]
setuptools 0.6c11
SQLite 3.6.12
pysqlite 2.4.1
Genshi 0.5.1
Subversion 1.6.5 (r38866)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/Library/Python/2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/Library/Python/2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "/Library/Python/2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/admin/web_ui.py", line 114, in process_request
    path_info)
  File "/Library/Python/2.6/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.6.egg/svnauthz/admin_ui.py", line 52, in render_admin_panel
    self.authz = self._get_model();
  File "/Library/Python/2.6/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.6.egg/svnauthz/admin_ui.py", line 389, in _get_model
    return r.read(self.authz_file)
  File "/Library/Python/2.6/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.6.egg/svnauthz/io.py", line 10, in read
    fp = open(filename, "r")
IOError: [Errno 2] No such file or directory: u''

Attachments (0)

Change History (4)

comment:1 by anonymous, 14 years ago

Verified all files exists and permissions are correct.

Thanks

comment:2 by Remy Blank, 14 years ago

Resolution: cantfix
Status: newclosed

in reply to:  2 comment:3 by anonymous, 14 years ago

Replying to rblank:

PluginIssue (th:SvnAuthzAdminPlugin).

Why can't this be fixed?

comment:4 by Christian Boos, 14 years ago

The plugin is not maintained here, so we can't fix it. Follow the wiki link to the PluginIssue page for a more detailed explanation.

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.