Projet

Général

Profil

Redmine » Historique » Version 2

Version 1 (Laurent GUERBY, 22/04/2014 07:38) → Version 2/16 (Mehdi Abaakouk, 12/05/2014 16:27)

{{>toc}}

h1. Redmine

h2. Liens

* https://wiki.ldn-fai.net/wiki/Redmine#Par_mail ouvrir un ticket redmine par mail

h2. Investigation Erreur 500


Erreur dans /srv/http/redmine/log/production.log:

<pre>
Completed 500 Internal Server Error in 23.2ms

ActiveRecord::RecordNotUnique (PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "wiki_content_versions_pkey"
DETAIL: Key (id)=(164) already exists.
: INSERT INTO "wiki_content_versions" ("author_id", "comments", "compression", "data", "page_id", "updated_on", "version", "wiki_content_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"):
</pre>

<pre>
# su - postgres
# psql redmine
# select nextval('wiki_content_versions_id_seq'::regclass)
# select nextval('wiki_content_versions_id_seq'::regclass)
# select nextval('wiki_content_versions_id_seq'::regclass)
# select nextval('wiki_content_versions_id_seq'::regclass)
</pre>