Edgewall Software
Modify

Opened 10 years ago

Closed 10 years ago

#11645 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

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

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'8fde5cd3949f80378ad71be9',
 'agilo_license': u'',
 'agilofortrac_login': u'wph1129',
 'agilofortrac_password': u'1q2w!Q@W',
 'cat_id': u'agilo',
 'download': u'Download Licenses',
 'panel_id': u'licensing',
 'path_info': None}

User agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36

System Information

Trac 0.12.2
Agilo 1.3.13-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.13-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.13_pro-py2.5.egg\agilo\api\admin.py", line 56, in render_admin_panel
    return self.list_save_view(req, cat, page)
  File "build/bdist.linux-i686/egg/agilo_common/licensing/admin.py", line 120, in list_save_view
  File "build/bdist.linux-i686/egg/agilo_common/licensing/server_proxy.py", line 81, in download_licenses
  File "build/bdist.linux-i686/egg/agilo_common/licensing/server_proxy.py", line 114, in _fetch_and_install_licenses_from_server
  File "build/bdist.linux-i686/egg/agilo_common/licensing/model.py", line 294, in save_to_configuration
  File "c:\documents and settings\administrator\desktop\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.13_PRO-py2.5.egg\agilo\utils\config.py", line 395, in 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 (1)

comment:1 by Jun Omae, 10 years ago

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

PluginIssue (AgiloForScrum). Also, a duplicate of #11347.

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.