Para solucionar problemas de MART en Apigee Hybrid, consulta los archivos de registro. Los registros de MART se escriben en stdout/stderr y se pueden ver con el comando kubectl de logs.
En la máquina de administración de Kubernetes, ejecuta el siguiente comando:
Los siguientes códigos de error pueden ocurrir en los registros de MART:
Error
Descripción
ROUTING_SERVICE_NOT_ENABLED
routing.RoutingServiceNotEnabled
Ocurre cuando routing.service.enable se configura como falso en este archivo en el Pod de MART: /opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties
HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND
routing.HybridMARTServerEndpointNotFound
Ocurre cuando la organización no tiene un valor para la propiedad de la organización: features.mart.server.endpoint
HYBRID_AUTHN_AUTHZ_TOKEN_ERROR
routing.HybridAuthNAuthZTokenError
Ocurre cuando el servicio AuthN-AuthZ muestra un código de respuesta que no es 200 o un token no válido
MART_ENDPOINT_REQUIRED
organizations.MartEndpointRequired
Ocurre cuando la propiedad de la organización features.mart.server.endpoint tiene un valor nulo o vacío.
HTTPS_MART_ENDPOINT_REQUIRED
organizations.HttpsMartEndpointRequired
Ocurre cuando la propiedad features.mart.server.endpoint de la organización tiene un valor que comienza con "http://" cuando mart.routing.https.validation.enable se establece como verdadero en este archivo en el pod de MART: /opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-03-12 (UTC)"],[[["This documentation version (1.4) for Apigee hybrid is end-of-life and requires an upgrade to a newer version, as detailed in the supported versions section."],["MART issues in Apigee hybrid can be troubleshooted by examining the log files, which are written to stdout/stderr and accessible via the `kubectl logs` command."],["The documentation outlines several error codes that may appear in MART logs, such as `ROUTING_SERVICE_NOT_ENABLED`, `HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND`, `HYBRID_AUTHN_AUTHZ_TOKEN_ERROR`, `MART_ENDPOINT_REQUIRED`, and `HTTPS_MART_ENDPOINT_REQUIRED`."],["Each listed error code in the documentation, like `ROUTING_SERVICE_NOT_ENABLED`, is accompanied by a description explaining its cause, such as when a specific routing service setting is set to false within the MART pod configuration."]]],[]]