Modify ↓
Opened 13 years ago
Closed 13 years ago
#10434 closed defect (cantfix)
IOError: [Errno 2] No such file or directory: u'/mnt/tmp/bk/events/1319561525_bes9lOr6Wr3yHuab7jnrAJ_87_trac'
Reported by: | jehirsch | Owned by: | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | general | Version: | 0.11.7 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
cannot use trac- cant create / edit tickets
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'c6b19252eec54468045ac13c', 'field_cc': u'', 'field_component': u'UI -- Browser code', 'field_description': u"in presentations, select existing image should be the first option. this is different than file upload elsewhere. the behavior we're trying to promote here is using existing images that they put in, not adding new ones.", 'field_keywords': u'', 'field_milestone': u'', 'field_owner': u'', 'field_priority': u'high', 'field_reporter': u'jehirsch', 'field_severity': u'normal', 'field_summary': u'Presentation: slide: add image: "select existing" should be first option', 'field_type': u'defect', 'field_version': u'Tip (on test)', 'submit': u'Create ticket'}
System Information
Trac | 0.11.7
|
Python | 2.6.6 (r266:84292, Dec 26 2010, 22:48:11) [GCC 4.4.5]
|
setuptools | 0.6
|
SQLite | 3.7.3
|
pysqlite | 2.6.0
|
Genshi | 0.6
|
mod_wsgi | 3.3 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
|
Subversion | 1.6.12 (r955767)
|
CustomFieldAdmin | 0.2.6-r10460
|
Python Traceback
Traceback (most recent call last): File "/usr/local/breakout-rest-auth/eggs/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/breakout-rest-auth/eggs/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/breakout-rest-auth/eggs/Trac-0.11.7-py2.6.egg/trac/ticket/web_ui.py", line 183, in process_request return self._process_newticket_request(req) File "/usr/local/breakout-rest-auth/eggs/Trac-0.11.7-py2.6.egg/trac/ticket/web_ui.py", line 399, in _process_newticket_request self._do_create(req, ticket) # (redirected if successful) File "/usr/local/breakout-rest-auth/eggs/Trac-0.11.7-py2.6.egg/trac/ticket/web_ui.py", line 1000, in _do_create ticket.insert() File "/usr/local/breakout-rest-auth/eggs/Trac-0.11.7-py2.6.egg/trac/ticket/model.py", line 214, in insert listener.ticket_created(self) File "build/bdist.linux-x86_64/egg/assembla/ticket_listener.py", line 84, in ticket_created self.post(opts) File "build/bdist.linux-x86_64/egg/assembla/ticket_listener.py", line 64, in post self.store_params(params) File "build/bdist.linux-x86_64/egg/assembla/ticket_listener.py", line 73, in store_params f = open("%s/%i_%s_%i_trac" % (qdir, time.time(), params['space_tool_id'], random.random() * 100), 'w') IOError: [Errno 2] No such file or directory: u'/mnt/tmp/bk/events/1319561525_bes9lOr6Wr3yHuab7jnrAJ_87_trac'
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is a PluginIssue.
Please report this issue to the plugin's maintainer.