Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11347 closed defect (cantfix)

WindowsError: [Error 5] Access is denied

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

Description

How to Reproduce

While doing a POST operation on /admin/agilo/types/test, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'6c861a46e87f891f643ef8e8',
 'alias': u'Test',
 'cat_id': u'agilo',
 'function': u'',
 'panel_id': u'types',
 'path_info': u'test',
 'result': u'',
 'save': u'Save'}

User agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36

System Information

Trac 0.12.2
Agilo 1.3.11-pro
Genshi 0.6
pysqlite 2.3.2
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c9
SQLite 3.3.4
Subversion 1.5.6 (r36142)
jQuery 1.4.2

Enabled Plugins

binary-agilo 1.3.11-pro
tracaccountmanager 0.2.1dev-r5836

Python Traceback

Traceback (most recent call last):
  File "c:\docume~1\admini~1\locals~1\temp\easy_install-8irbu9\Trac-0.12.2-py2.5-win32.egg.tmp\trac\web\main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "c:\docume~1\admini~1\locals~1\temp\easy_install-8irbu9\Trac-0.12.2-py2.5-win32.egg.tmp\trac\web\main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\docume~1\admini~1\locals~1\temp\easy_install-8irbu9\Trac-0.12.2-py2.5-win32.egg.tmp\trac\admin\web_ui.py", line 116, in process_request
    path_info)
  File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.11_pro-py2.5.egg\agilo\api\admin.py", line 51, in render_admin_panel
    return self.detail_save_view(req, cat, page, path_info)
  File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.11_pro-py2.5.egg\agilo\ticket\admin\types.py", line 112, in detail_save_view
    self.agilo_config.save()
  File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.11_pro-py2.5.egg\agilo\utils\config.py", line 395, in save
    self.env.config.save()
  File "c:\docume~1\admini~1\locals~1\temp\easy_install-8irbu9\Trac-0.12.2-py2.5-win32.egg.tmp\trac\config.py", line 248, in save
    fileobj.close()
  File "c:\docume~1\admini~1\locals~1\temp\easy_install-8irbu9\Trac-0.12.2-py2.5-win32.egg.tmp\trac\util\__init__.py", line 182, in commit
  File "c:\docume~1\admini~1\locals~1\temp\easy_install-8irbu9\Trac-0.12.2-py2.5-win32.egg.tmp\trac\util\__init__.py", line 134, in rename
WindowsError: [Error 5] Access is denied

Attachments (0)

Change History (2)

comment:1 by Ryan J Ollos, 11 years ago

Cc: support@… added
Resolution: cantfix
Status: newclosed

comment:2 by stefano.rago@…, 11 years ago

@rjollos: thanks for the cc
@reporter: please write to support@…

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.