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-07-18 (UTC)"],[[["The current Apigee hybrid documentation version (1.1) is end-of-life and requires an upgrade to a newer version, as detailed in the supported versions guide."],["MART logs, which are crucial for troubleshooting, can be accessed using the `kubectl logs` command on the Kubernetes administration machine, referencing the specified pod and namespace."],["Several error codes within the MART logs indicate specific issues, such as `ROUTING_SERVICE_NOT_ENABLED` when the routing service is disabled, or `HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND` when the organization lacks the necessary endpoint property."],["Errors like `MART_ENDPOINT_REQUIRED` and `HTTPS_MART_ENDPOINT_REQUIRED` highlight the importance of properly configuring the `features.mart.server.endpoint` org property, especially when HTTPS validation is enabled."]]],[]]