Modify ↓
Opened 18 years ago
Closed 18 years ago
#6201 closed defect (wontfix)
i can't open a ticket in command prompt
| Reported by: | 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 )
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 , 18 years ago
| Priority: | highest → high |
|---|
comment:2 by , 18 years ago
| Keywords: | needinfo added |
|---|
comment:3 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Wonder where this "ticket_owner_check" constraint comes from.
Anyway, no feedback, no one else ever had that issue, closing.
Note:
See TracTickets
for help on using tickets.



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.