Hi,

One of our developers entered a bug in Trac, and now whenever we try to
access the ticket list it errors out on us.  I'm fairly new to Trac and
really don't know quite how to proceed.  The following is from the
logfile, and any pointers would be greatly appreciated.

===============================================================
11:18:59 AM Trac[report] DEBUG: Executing report with SQL "
SELECT p.value AS __color__,
   id AS ticket, summary, component, version, milestone, t.type AS type,
   (CASE status WHEN 'assigned' THEN owner||' *' ELSE owner END) AS
owner,
   time AS created,
   changetime AS _changetime, description AS _description,
   reporter AS _reporter
  FROM ticket t, enum p
  WHERE status IN ('new', 'assigned', 'reopened') 
AND p.name = t.priority AND p.type = 'priority'
  ORDER BY p.value, milestone, t.type, time
" ([])
11:18:59 AM Trac[main] ERROR: value "5465928239443822" is out of range
for type integer
Traceback (most recent call last):
  File
"/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line
206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in
dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in
dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.3/site-packages/trac/ticket/report.py", line
113, in process_request
    resp = self._render_view(req, db, id)
  File "/usr/lib/python2.3/site-packages/trac/ticket/report.py", line
347, in _render_view
    absurls=(format == 'rss'))
  File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line
747, in wiki_to_html
    Formatter(env, req, absurls, db).format(wikitext, out,
escape_newlines)
  File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line
599, in format
    result = re.sub(self.rules, self.replace, line)
  File "/usr/lib/python2.3/sre.py", line 143, in sub
    return _compile(pattern, 0).sub(repl, string, count)
  File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line
219, in replace
    return wiki.external_handlers[itype](self, match, fullmatch)
  File "/usr/lib/python2.3/site-packages/trac/ticket/api.py", line 154,
in <lambda>
    lambda x, y, z: self._format_link(x, 'ticket', y[1:], y))
  File "/usr/lib/python2.3/site-packages/trac/ticket/api.py", line 159,
in _format_link
    (target,))
ProgrammingError: value "5465928239443822" is out of range for type
integer


-- 
Charles Farinella 
Appropriate Solutions, Inc. (www.AppropriateSolutions.com)
[EMAIL PROTECTED]
603.924.6079

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to