#10176 closed defect (cantfix)
WindowsError: [Error 5]
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
In field "Using which units are you estimating?" I am select radio button "days" and press "Save" button. After this error shown.
While doing a POST operation on /admin/agilo/general
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'a399b974da97e7bf81f8fc44', 'agilo_ui': u'True', 'cat_id': u'agilo', 'panel_id': u'general', 'path_info': None, 'save': u'Save', 'use_days': u'True'}
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
System Information
Trac | 0.12.2
|
Agilo | 1.3.3-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.3-pro
|
tracaccountmanager | 0.2.1dev-r5836
|
Python Traceback
Traceback (most recent call last): File "C:\Program Files (x86)\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\web\main.py", line 511, in _dispatch_request dispatcher.dispatch(req) File "C:\Program Files (x86)\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\web\main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "C:\Program Files (x86)\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\admin\web_ui.py", line 116, in process_request path_info) File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.3_pro-py2.5.egg\agilo\api\admin.py", line 55, in render_admin_panel return self.list_save_view(req, cat, page) File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.3_pro-py2.5.egg\agilo\admin\general.py", line 52, in list_save_view self.config.save() File "C:\Program Files (x86)\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\config.py", line 248, in save fileobj.close() File "C:\Program Files (x86)\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\util\__init__.py", line 182, in commit File "C:\Program Files (x86)\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\util\__init__.py", line 134, in rename WindowsError: [Error 5]
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
Cc: | added |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 14 years ago
Hm, maybe we can try to improve the error reporting here in AtomicFile, as a raw WindowsError with a number is not really helpful (here it must be a permission issue I suppose).
comment:3 by , 14 years ago
@reporter: Make sure your user can write to the trac environment directory, and please report Agilo bugs or follow-ups to this bug to our Agilo Google Group.
@rblank, thanks for the CC.
PluginIssue (AgiloForScrum).