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-03-10 (UTC)."],[[["MART logs in Apigee hybrid are written to stdout/stderr and can be viewed using the `kubectl logs` command on the Kubernetes administration machine."],["The `ROUTING_SERVICE_NOT_ENABLED` error occurs when `routing.service.enable` is set to false in the `routing-service.properties` file within the MART pod."],["The `HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND` error indicates that an organization is missing a value for the `features.mart.server.endpoint` property."],["The error `MART_ENDPOINT_REQUIRED` occurs when `features.mart.server.endpoint` is null or empty."],["The `HTTPS_MART_ENDPOINT_REQUIRED` error appears when the org property `features.mart.server.endpoint` begins with \"http://\" and `mart.routing.https.validation.enable` is true in the MART pod's configuration."]]],[]]