Pour résoudre les problèmes MART dans Apigee hybrid, consultez les fichiers journaux. Les journaux MART sont écrits dans stdout/stderr et peuvent être affichés à l'aide de la commande logskubectl.
Sur la machine d'administration Kubernetes, exécutez la commande suivante :
Les codes d'erreur suivants peuvent se produire dans les journaux MART :
Erreur
Description
ROUTING_SERVICE_NOT_ENABLED
routing.RoutingServiceNotEnabled
Se produit lorsque routing.service.enable est défini sur "false" dans ce fichier du pod MART : /opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties
HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND
routing.HybridMARTServerEndpointNotFound
Se produit lorsque l'organisation n'a pas de valeur pour la propriété d'organisation : features.mart.server.endpoint
HYBRID_AUTHN_AUTHZ_TOKEN_ERROR
routing.HybridAuthNAuthZTokenError
Se produit lorsque le service AuthN-AuthZ renvoie un code de réponse autre que 200 ou un jeton non valide.
MART_ENDPOINT_REQUIRED
organizations.MartEndpointRequired
Se produit lorsque la propriété d'organisation features.mart.server.endpoint possède une valeur nulle ou vide.
HTTPS_MART_ENDPOINT_REQUIRED
organizations.HttpsMartEndpointRequired
Se produit lorsque la propriété d'organisation features.mart.server.endpoint a une valeur commençant par "http://" lorsque mart.routing.https.validation.enable est défini sur "true" dans ce fichier, dans le pod MART : /opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/18 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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."]]],[]]