Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#6201 closed defect (wontfix)

i can't open a ticket in command prompt

Reported by: yuval_sofer@… Owned by: Jonas Borgström
Priority: high Milestone:
Component: general Version:
Severity: normal Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

this is what i get: Trac detected an internal error: ERROR: new row for relation "ticket" violates check constraint "ticket_owner_check" the trace i get :

Python traceback
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 83, in process_request
    self._do_create(req, db)
  File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 138, in _do_create
    ticket.insert(db=db)
  File "/usr/lib/python2.4/site-packages/trac/ticket/model.py", line 157, in insert
    [self[name] for name in std_fields] +
  File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 3072, in execute
    raise OperationalError, msg
OperationalError: ERROR:  new row for relation "ticket" violates check constraint "ticket_owner_check"

Attachments (0)

Change History (3)

comment:1 by sid, 17 years ago

Priority: highesthigh

It would be helpful to know what version of Trac you are using (set the ticket's 'version' field). Also, what were the steps you were doing to get this error? We need more information so we can reproduce the problem.

comment:2 by anonymous, 17 years ago

Keywords: needinfo added

comment:3 by Christian Boos, 17 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

Wonder where this "ticket_owner_check" constraint comes from.

Anyway, no feedback, no one else ever had that issue, closing.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.