Se observan problemas de rendimiento en los endpoints cuando la comunicación de GTI o de EMPATEs falla con los endpoints. Si los endpoints informan del rendimiento degradado, busque los siguientes errores en
Solidcore.log file :
GTI
Error 12002 --> ERROR_INTERNET_TIMEOUT : The request has timed out
ERROR: gti_http.c : 544: WinHttpReceiveResponse failed, err: 12002
ERROR: gti_http.c : 713: GTI: Request to get reputation from GTI failed, err: 112002
ERROR: gti_reputation.cpp: 196: gti_fetch_cert_reputation failed, err: 112002
12007 --> ERROR_INTERNET_NAME_NOT_RESOLVED : The server name could not be resolved
ERROR: gti_http.c : 528: GTI: WinHttpSendRequest failed, err: 12007
ERROR: gti_http.c : 713: GTI: Request to get reputation from GTI failed, err: 112007
TIE
ERROR: tie_transport.cpp: 1245: TIE: Request to get reputation from TIE timed-out, response not received in 2 sec, err: 11.
NOTE: Error 11 corresponds to the Data Exchange Layer (DXL) error: DXL_WAIT_TIMEOUT.
Si se produce un error en cinco solicitudes consecutivas al obtener la reputación de la perdedora, se muestra la siguiente entrada de registro:
SYSTEM: tie_transport.cpp: 84: TIE: setting the TIE state change timer, set TIE responsive on timer expiry.
Las siguientes entradas de registro se ven cuando se cambia el estado de empate a reaccionar tras el vencimiento del temporizador:
SYSTEM: tie_transport.cpp: 107: TIE: Setting TIE state RESPONSIVE
SYSTEM: tie_transport.cpp: 118: Successfully set TIE to RESPONSIVE
Err: 112029 es un error en cuanto a error al enviar un archivo al servidor de TIE mediante la API de Windows
WinHttpSendRequest . Aparece en el
solidcore.log archivo, similar al ejemplo siguiente. Un problema del cliente de DXL es la causa habitual de este error. Intente volver a instalar el cliente de DXL.
ERROR: tie_atd.cpp : 423: TIE: failed to send http header for file <filename> Err: 112029