Modify ↓
#10154 closed defect (cantfix)
DatabaseError: no such column: drp_resources
| Reported by: | ccancellieri | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | support@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
How to Reproduce
While doing a POST operation on /ticket/10, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'43e26ebb8156690b524b0073',
'action': u'leave',
'cnum': u'2',
'comment': u'',
'field_businessvalue': u'100',
'field_cc': u'',
'field_component': u'Core',
'field_description': u"this is actually implemented.\r\nPlease refer to the new optional service:\r\n jms\r\n\r\nTo activate use the Maven profile 'jms'",
'field_drp_resources': u'',
'field_i_links': u'',
'field_keywords': u'',
'field_milestone': u'milestone1',
'field_o_links': u'',
'field_priority': u'major',
'field_rd_points': u'0',
'field_remaining_time': u'',
'field_reporter': u'etj',
'field_sprint': u'GeoBatch-0.9',
'field_story_priority': u'Mandatory',
'field_summary': u'Use JMS to run Actions',
'field_type': u'task',
'field_version': u'',
'id': u'10',
'pane': u'edit',
'replyto': u'',
'submit': u'Submit changes',
'ts': u'2011-03-30 13:04:30+00:00'}
User Agent was: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.04 (lucid) Firefox/3.6.16
System Information
| Trac | 0.11.2.1
|
| Python | 2.4.3 (#1, Jul 27 2009, 17:57:39) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)]
|
| setuptools | 0.6c8
|
| SQLite | 3.3.6
|
| pysqlite | 1.1.7
|
| Genshi | 0.5.1
|
| Pygments | 1.0
|
| Agilo | 0.7.3.3-r1417-20090313
|
| GIT | 1.6.1.2
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg/trac/web/main.py", line 432, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg/trac/web/main.py", line 204, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg/trac/ticket/web_ui.py", line 181, in process_request
return self._process_ticket_request(req)
File "/usr/lib/python2.4/site-packages/agilo-0.7.3.3_r1417_20090313-py2.4.egg/agilo/ticket/web_ui.py", line 202, in _process_ticket_request
template, data, content_type = super(AgiloTicketModule, self)._process_ticket_request(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg/trac/ticket/web_ui.py", line 507, in _process_ticket_request
self._do_save(req, ticket, action)
File "/usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg/trac/ticket/web_ui.py", line 1005, in _do_save
cnum=internal_cnum):
File "/usr/lib/python2.4/site-packages/agilo-0.7.3.3_r1417_20090313-py2.4.egg/agilo/ticket/model.py", line 645, in save_changes
res = super(AgiloTicket, self).save_changes(author, comment, when, db, cnum)
File "/usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg/trac/ticket/model.py", line 273, in save_changes
(self[name], self.id))
File "/usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 255, in execute
self.rs = self.con.db.execute(SQL % parms)
DatabaseError: no such column: drp_resources
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
| Cc: | added |
|---|---|
| Description: | modified (diff) |
| Resolution: | → cantfix |
| Status: | new → closed |
comment:2 by , 15 years ago
@cboos: Thanks for the CC.
@ccancellieri: Both Trac and Agilo are ancient. Please upgrade to Trac ≥0.11.7 and Agilo ≥0.9 and try again. If the error persists, please send a report to the Agilo Google Group as referenced in AgiloForScrum.
Note:
See TracTickets
for help on using tickets.



AgiloForScrum issue.