Modify ↓
Opened 16 years ago
Closed 16 years ago
#9143 closed defect (cantfix)
IOError: (2, 'No such file or directory')
| Reported by: | admin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.6 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a POST operation on /newticket, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'52220155fbef5c38c91102b6',
'field_billable': u'1',
'field_cc': u'',
'field_checkbox_billable': u'1',
'field_component': u'component1',
'field_description': u'Hello World',
'field_estimatedhours': u'0',
'field_hours': u'0',
'field_keywords': u'test ticket',
'field_milestone': u'milestone1',
'field_owner': u'',
'field_priority': u'major',
'field_reporter': u'admin',
'field_status': u'new',
'field_summary': u'Testing-Ticket',
'field_type': u'enhancement',
'field_version': u'2.0',
'submit': u'Create ticket'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6
System Information
| Trac | 0.11.6
|
| Python | 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
|
| setuptools | 0.6c11
|
| SQLite | 3.5.9
|
| pysqlite | 2.4.1
|
| Genshi | 0.5.1
|
| Subversion | 1.6.6 (r40053)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\trac-0.11.6-py2.6.egg\trac\web\main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "C:\Python26\lib\site-packages\trac-0.11.6-py2.6.egg\trac\web\main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "C:\Python26\lib\site-packages\trac-0.11.6-py2.6.egg\trac\ticket\web_ui.py", line 183, in process_request
return self._process_newticket_request(req)
File "C:\Python26\lib\site-packages\trac-0.11.6-py2.6.egg\trac\ticket\web_ui.py", line 394, in _process_newticket_request
self._do_create(req, ticket) # (redirected if successful)
File "C:\Python26\lib\site-packages\trac-0.11.6-py2.6.egg\trac\ticket\web_ui.py", line 988, in _do_create
ticket.insert()
File "C:\Python26\lib\site-packages\trac-0.11.6-py2.6.egg\trac\ticket\model.py", line 210, in insert
for listener in TicketSystem(self.env).change_listeners:
File "C:\Python26\lib\site-packages\trac-0.11.6-py2.6.egg\trac\core.py", line 70, in extensions
return filter(None, [component.compmgr[cls] for cls in extensions])
File "C:\Python26\lib\site-packages\trac-0.11.6-py2.6.egg\trac\core.py", line 207, in __getitem__
component = cls(self)
File "C:\Python26\lib\site-packages\trac-0.11.6-py2.6.egg\trac\core.py", line 111, in maybe_init
init(self)
File "build\bdist.win32\egg\notify\notify.py", line 33, in __init__
self.logger.debug('__init__()')
File "build\bdist.win32\egg\notify\notify.py", line 20, in debug
self.log_file = open(self.filename, 'a')
IOError: [Errno 2] No such file or directory: '/tmp/notify.debug'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue (notify).