MART 포드의 다음 파일에서 routing.service.enable이 false로 설정되면 발생합니다.
/opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties
HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND
routing.HybridMARTServerEndpointNotFound
조직에 다음 조직 속성 값이 없는 경우 발생합니다. features.mart.server.endpoint
HYBRID_AUTHN_AUTHZ_TOKEN_ERROR
routing.HybridAuthNAuthZTokenError
AuthN-AuthZ 서비스가 200이 아닌 응답 코드나 잘못된 토큰을 반환하면 발생합니다.
MART_ENDPOINT_REQUIRED
organizations.MartEndpointRequired
조직 속성 features.mart.server.endpoint에 null 또는 빈 값이 있으면 발생합니다.
HTTPS_MART_ENDPOINT_REQUIRED
organizations.HttpsMartEndpointRequired
조직 속성 features.mart.server.endpoint 값이 'http://'로 시작되고 mart.routing.https.validation.enable이 MART 포드의 다음 파일에서 true로 설정된 경우 발생합니다.
/opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-12(UTC)"],[[["This documentation is for Apigee hybrid version 1.9, and you can find more information on supported versions in the \"Supported versions\" section."],["MART logs, crucial for troubleshooting, are written to stdout/stderr and can be accessed using the `kubectl logs` command on the Kubernetes administration machine."],["The MART logs may contain error codes 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 indicating specific configuration or service issues."],["The `ROUTING_SERVICE_NOT_ENABLED` and `HTTPS_MART_ENDPOINT_REQUIRED` errors are linked to the `/opt/apigee/edge-hybrid-mart-server/conf/routing-service.properties` file within the MART pod."],["The errors `HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND`, `MART_ENDPOINT_REQUIRED`, and `HTTPS_MART_ENDPOINT_REQUIRED` all deal with the `features.mart.server.endpoint` property within an organization's settings."]]],[]]