Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.


Image Added


Director - Guía de troubleshooting



Painel
borderColor#E4E3E3
titleColor#ffffff
borderWidth1
titleBGColor#704581
titleCONTENIDO


Expandir
titleExpandir contenido

Índice
maxLevel2




Introducción

En la siguiente guía podrá encontrar los errores más frecuentes que pueden ocurrir en la solución y como solucionarlos

...

Painel
borderColorpurple
borderWidth3
borderStylesolid

Error con repositorio de versiones GIT - credenciales inválidas

Bloco de código
titleFragmento - server.log
2019-10-29 14:17:19,712 [https-jsse-nio-8490-exec-9] ERROR model.ReleaseController  - org.eclipse.jgit.api.errors.TransportException: http://10.4.11.88/Bonobo.Git.Server/PDDMASIVO.git: authentication not supported

DESCRIPCIÓN

El siguiente error sucede cuando hay un error en las credenciales de la URL remota para GIT.

SOLUCIÓN

  • Validar en la configuración de propiedades de Director Server, que la URL, el usuario y contraseña del repositorio remoto GIT sean correctos. De no serlo, se deberán corregir y reiniciar Director Server.

EJEMPLO DE CONFIGURACIÓN DE PROPIEDADES DE GIT

...

Painel
borderColorpurple
borderWidth3
borderStylesolid

Error de descarga de una nueva versión - credenciales de GIT

Bloco de código
titleFragmento - advAgent.log
2019-10-29 14:56:04,886 ERROR [CheckoutJGit        ] [Thread-5] error git clone http://10.4.11.88/Bonobo.Git.Server/PDDMASIVO.git: authentication not supported
org.eclipse.jgit.api.errors.TransportException: http://10.4.11.88/Bonobo.Git.Server/PDDMASIVO.git: authentication not supported
    at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:254)
    at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:306)
    at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:200)
    at com.synthesis.advagent.CheckoutJGit.clonRepo(CheckoutJGit.groovy:179)

DESCRIPCIÓN

El siguiente error sucede cuando hay un error en las credenciales de la URL remota para GIT (Bonobo) configuradas en Director Server.

SOLUCIÓN

  • Validar en la configuración de propiedades de Director Server, que la URL, el usuario y contraseña del repositorio remoto GIT sean correctos. De no serlo, se deberán cambiar por los correctos y reiniciar Director Server.

EJEMPLO DE CONFIGURACIÓN DE PROPIEDADES DE GIT

...