Projet

Général

Profil

Tâche #31499

Mis à jour par Joël Cuissinat il y a plus de 3 ans

Les tests *diagnose* réalisés à la fin des tests Jenkins signalent une erreur :
<pre>
. Synchronisation LSC => Erreur
</pre>

* https://dev-eole.ac-dijon.fr/jenkins/job/2.8.0/job/test-migration28sh-acascribe-28-restauration262-2.8.0-amd64/
* https://dev-eole.ac-dijon.fr/jenkins/job/2.8.0/job/test-migration28sh-acascribe-28-restauration272-2.8.0-amd64/

La synchro est OK pendant l'exécution du script de restauration :
<pre>
* Synchronisation des comptes AD
Certificat ajouté au fichier de clés
[ ... ]
</pre>

Mais elle est en erreur à l'instance qui suit (postservice/05-eolead-join-and-sync-ldap instance)
<pre>
Synchronisation ldap

janv. 05 21:32:25 - INFO - Logging configuration successfully loaded from /etc/lsc/logback.xml
janv. 05 21:32:25 - INFO - LSC configuration successfully loaded from /etc/lsc/
janv. 05 21:32:25 - INFO - Connecting to LDAP server ldaps://addc.domscribe.ac-test.fr:636/DC=domscribe,DC=ac-test,DC=fr as CN=Administrator,CN=Users,DC=domscribe,DC=ac-test,DC=fr
janv. 05 21:32:25 - ERROR - Error opening the LDAP connection to the destination! (javax.naming.CommunicationException: simple bind failed: addc.domscribe.ac-test.fr:636 [Root exception is java.net.SocketException: Connection or outbound has closed])
janv. 05 21:32:25 - ERROR - org.lsc.exception.LscConfigurationException: Configuration exception: javax.naming.CommunicationException: simple bind failed: addc.domscribe.ac-test.fr:636 [Root exception is java.net.SocketException: Connection or outbound has closed]
</pre>

Il me semble que Benjamin avait mentionné le problème en indiquant qu'avec "juste" un reconfigure cela fonctionnait.
A mon sens, les deux doivent être fonctionnels, il doit y avoir un loup dans la gestion des certificats stockés dans le keystore !

Retour