Informationen zur Fehlerbehebung bei MART-Problemen in Apigee hybrid finden Sie in den Logdateien. Mart-Logs werden in stdout/stderr geschrieben und können mit dem Befehl kubectllogs angezeigt werden.
Führen Sie auf der Kubernetes-Verwaltungsmaschine den folgenden Befehl aus:
Die folgenden Fehlercodes können in den MART-Logs angezeigt werden:
Fehler
Beschreibung
ROUTING_SERVICE_NOT_ENABLED
routing.RoutingServiceNotEnabled
Tritt auf, wenn routing.service.enable in dieser Datei im MART-Pod auf "false" gesetzt ist:
/opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties
HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND
routing.HybridMARTServerEndpointNotFound
Tritt auf, wenn die Organisation keinen Wert für die Organisationseigenschaft hat: features.mart.server.endpoint
HYBRID_AUTHN_AUTHZ_TOKEN_ERROR
routing.HybridAuthNAuthZTokenError
Tritt auf, wenn der AuthN-AuthZ-Dienst einen Nicht-200-Antwortcode oder ein ungültiges Token zurückgibt.
MART_ENDPOINT_REQUIRED
organizations.MartEndpointRequired
Tritt auf, wenn die Organisationseigenschaft features.mart.server.endpoint einen Nullwert oder einen leeren Wert hat.
HTTPS_MART_ENDPOINT_REQUIRED
organizations.HttpsMartEndpointRequired
Tritt auf, wenn das Organisationsattribut features.mart.server.endpoint einen Wert hat, der mit "http://" beginnt, wenn mart.routing.https.validation.enable in dieser Datei im MART-Pod auf "true" gesetzt ist:
/opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-18 (UTC)."],[[["This documentation pertains to version 1.11 of the Apigee hybrid platform, with information on other versions available via the provided link."],["MART logs, crucial for troubleshooting, are accessible through the `kubectl logs` command on the Kubernetes administration machine."],["Specific error codes in MART logs, such as `ROUTING_SERVICE_NOT_ENABLED` and `HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND`, indicate problems with routing service configuration or missing organizational properties."],["Issues with authentication or authorization tokens can be identified through the `HYBRID_AUTHN_AUTHZ_TOKEN_ERROR` code in the MART logs."],["Certain properties need to be configured properly to prevent the error `HTTPS_MART_ENDPOINT_REQUIRED`, `MART_ENDPOINT_REQUIRED`."]]],[]]