Modify

Opened 19 years ago

Closed 18 years ago

#35 closed defect (invalid)

Error on ticket creation

Reported by: Shun-ichi Goto Owned by: Alec Thomas
Priority: normal Component: TracHacks
Severity: major Keywords:
Cc: Trac Release:

Description

Every time I create or modify a ticket, following error occured although creation and modification are accepted. This error confuse us.

Oops...

 Trac detected an internal error:

  (451, 'Temporary local problem - please try later')

Python traceback says:

  ...
  File "/usr/lib/python2.4/site-packages/trac/Notify.py", line 160, in send
    self.server.sendmail(self.from_email, rcpt, msg.as_string())
  File "/usr/lib/python2.4/smtplib.py", line 692, in sendmail
    raise SMTPDataError(code, resp)

SMTPDataError: (451, 'Temporary local problem - please try later')

There's strangeness arround notification procedure.

Attachments (0)

Change History (6)

comment:1 Changed 19 years ago by Alec Thomas

It looks like Exim did not restart when I upgraded the kernel. Sorry for the inconvenience :(. I am also seeing OperationalError: database is locked in the Apache logs, which looks like a known bug.

comment:2 Changed 19 years ago by Alec Thomas

Status: newassigned

Actually, more specifically it was Clamav not starting. Should be fixed now.

comment:3 Changed 19 years ago by Alec Thomas

Testing mails.

comment:4 Changed 19 years ago by Alec Thomas

Resolution: fixed
Status: assignedclosed

Okay, looks like it is working. Let me know if you have any further problems.

comment:5 Changed 18 years ago by anonymous

Resolution: fixed
Status: closedreopened

comment:6 Changed 18 years ago by Noah Kantrowitz

Resolution: invalid
Status: reopenedclosed

I see no reason this was reopened. If there was a reason please provide it.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.