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)"],[[["MART issues in Apigee hybrid can be troubleshooted by examining the log files, which are accessible via the `kubectl logs` command."],["The `ROUTING_SERVICE_NOT_ENABLED` error arises when the `routing.service.enable` setting is disabled in the MART pod's configuration file."],["The `HYBRID_MART_SERVER_ENDPOINT_NOT_FOUND` and `MART_ENDPOINT_REQUIRED` errors are related to missing or undefined `features.mart.server.endpoint` org property values."],["The `HTTPS_MART_ENDPOINT_REQUIRED` error occurs if the `features.mart.server.endpoint` value starts with \"http://\" while HTTPS validation is enabled."],["The `HYBRID_AUTHN_AUTHZ_TOKEN_ERROR` occurs when the AuthN-AuthZ service returns a non-200 response or an invalid token."]]],[]]