Projet

Général

Profil

Anomalie #1761

Mis à jour par Clément Leneveu il y a presque 4 ans

Pour reproduire : 
 * création d'un circuit avec deux étapes (une de visa, une de signature), deux participants différents à chaque étape 
 * lorsque le participant de la première étape vise et veut passer à l'étape suivante ça pête 

 HYPOTHÈSE :  
 Le participant qui vise ne devrait pas être invité à passer à l'étape suivante car il n'en a pas 

 trace :  
 ~~~ 
 2021-02-24 13:35:46.593  INFO 25367 --- [nio-8082-exec-8] o.e.e.service.utils.pdf.PdfService         : GhostScript PDF/A convertion : /usr/bin/gs -dPDFA=2 -dBATCH -dNOPAUSE -dPreserveAnnots=true -dShowAnnots=true -dPrinted=false -dNOSAFER -sColorConversionStrategy=UseDeviceIndependentColor -sDEVICE=pdfwrite -dPDFACompatibilityPolicy=1 -dCompatibilityLevel=1.7 -d -sOutputFile='/tmp/afterconvert_tmp14607629030994707330pdf' '/donnees/git-repository/esup-signature/target/classes/PDFA_def.ps' '/tmp/tmp_temp5601208247651422747pdf' 
 2021-02-24 13:35:46.839  INFO 25367 --- [nio-8082-exec-8] o.e.e.service.utils.pdf.PdfService         : Convert success 
 2021-02-24 13:35:46.839 DEBUG 25367 --- [nio-8082-exec-8] o.e.e.service.utils.pdf.PdfService         : GPL Ghostscript 9.27 (2019-04-04) 
 Copyright (C) 2018 Artifex Software, Inc.    All rights reserved. 
 This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY: 
 see the file COPYING for details. 
 Processing pages 1 through 3. 
 Page 1 
 Page 2 
 Page 3 

 2021-02-24 13:35:46.935  INFO 25367 --- [nio-8082-exec-8] o.e.e.service.utils.mail.MailService       : send email alert for david.bowie@nettest.egim 
 2021-02-24 13:35:46.949  INFO 25367 --- [nio-8082-exec-8] o.e.e.service.SignBookService              : Circuit 102 envoyé pour signature de l'étape 2 
 2021-02-24 13:35:47.047  WARN 25367 --- [nio-8082-exec-1] o.s.web.servlet.PageNotFound               : No mapping for GET /undefined 
 ~~~

Retour