To troubleshoot MART issues in Apigee hybrid, look at the log files. MART logs are
written to stdout/stderr and can be viewed using the kubectllogs command.
On the Kubernetes administration machine, execute the following command:
The following error codes can occur in the MART logs:
Error
Description
ROUTING_SERVICE_NOT_ENABLED
routing.RoutingServiceNotEnabled
Occurs when routing.service.enable is set to false
in this file in the MART pod:
/opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties
HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND
routing.HybridMARTServerEndpointNotFound
Occurs when the org does not have a value for the org property:
features.mart.server.endpoint
HYBRID_AUTHN_AUTHZ_TOKEN_ERROR
routing.HybridAuthNAuthZTokenError
Occurs when the AuthN-AuthZ service returns a non-200 response
code or an invalid token
MART_ENDPOINT_REQUIRED
organizations.MartEndpointRequired
Occurs when the org property features.mart.server.endpoint has
a null or empty value.
HTTPS_MART_ENDPOINT_REQUIRED
organizations.HttpsMartEndpointRequired
Occurs when the org property
features.mart.server.endpoint has a value starting with
"http://" when mart.routing.https.validation.enable is
set to true in this file in the MART pod:
/opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 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."]]],[]]