Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8633 closed defect (invalid)

OperationalError: no such column: filename

Reported by: martin Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.5
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /build/Optelec_build/19, Trac issued an internal error.

I had just changed the build config and there were 5 currently building build, I presume of the old configuration.

(please provide additional details here)

Request parameters:

{'config': u'Optelec_build', 'id': u'19'}

User Agent was: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19

System Information

Trac 0.11.5
Python 2.5.2 (r252:60911, Jul 22 2009, 15:52:25)
[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)]
setuptools 0.6c8
SQLite 3.4.2
pysqlite 2.4.0
Genshi 0.5.1
mod_python 3.3.1
Bitten 0.6dev-r742
Subversion 1.4.6 (r28521)
RPC 1.0.6
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 444, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 205, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r742-py2.5.egg/bitten/web_ui.py", line 525, in process_request
    'log': self._render_log(req, build, formatters, step),
  File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r742-py2.5.egg/bitten/web_ui.py", line 656, in _render_log
    for log in BuildLog.select(self.env, build=build.id, step=step.name):
  File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r742-py2.5.egg/bitten/model.py", line 852, in select
    yield BuildLog.fetch(env, id, db=db)
  File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r742-py2.5.egg/bitten/model.py", line 804, in fetch
    "WHERE id=%s", (id,))
  File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/db/util.py", line 59, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/db/sqlite_backend.py", line 58, in execute
    args or [])
  File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/db/sqlite_backend.py", line 50, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: no such column: filename

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 15 years ago

Resolution: invalid
Status: newclosed

PluginIssue, please report the issue on Bitten's Trac (http://bitten.edgewall.org).

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.