MART logs

You are currently viewing version 1.2 of the Apigee hybrid documentation.This version is end of life. You should upgrade to a newer version. For more information, seeSupported versions.

To troubleshoot MART issues in Apigee hybrid, look at the log files. MART logs arewritten to stdout/stderr and can be viewed using thekubectllogs command.

On the Kubernetes administration machine, execute the following command:

kubectl logspod_name -nnamespace

See alsoLogging for details.

MART error codes

The following error codes can occur in the MART logs:

ErrorDescription
ROUTING_SERVICE_NOT_ENABLED

routing.RoutingServiceNotEnabled

Occurs whenrouting.service.enable is set to falsein 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 responsecode or an invalid token
MART_ENDPOINT_REQUIRED

organizations.MartEndpointRequired

Occurs when the org propertyfeatures.mart.server.endpoint hasa null or empty value.
HTTPS_MART_ENDPOINT_REQUIRED

organizations.HttpsMartEndpointRequired

Occurs when the org propertyfeatures.mart.server.endpoint has a value starting with"http://" whenmart.routing.https.validation.enable isset to true in this file in the MART pod:/opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-18 UTC.