ES /docs

[CupixAerialMap] postprocess fail - error:({"name":"Pix4dError","code":"AMB725","reason":"Mesh Outpu

Service
aerial-map-service
Occurrences
1
Status
Reported
Confidence
85%
Actionability
44%
Cluster ID
2af41422-9fed-464c-a5a6-93e4d045e0bb
First Seen
2026-07-22 10:00 UTC
Last Seen
2026-07-22 10:00 UTC
Actions

[CupixAerialMap] postprocess fail - error:({"name":"Pix4dError","code":"AMB725","reason":"Mesh Outpu

What Happened#

2026-07-22 19:00 KST에 production aerial-map-service (us-west-2)의 postprocess 단계에서 aerial map id 230 이 Pix4dError / code:AMB725 / reason:Mesh Output Data Not Found 로 종료됐다. 원인은 reprocessing_option.type === 'postprocess' 로 호출된 재실행이 이전 Pix4D 처리에서 생성되지 않은 mesh output 을 요구했기 때문이다. Postprocess 는 Pix4D 를 다시 돌리지 않고 이미 존재하는 output 만 소비하므로, 존재하지 않는 output kind 를 요청하면 즉시 실패한다. 이후 19:08 KST 에 orthomosaic 만 요청하는 재실행이 트리거되어 19:27 KST 에 성공으로 종료됐다.

Quick Facts#

Field Value
exception.class Pix4dError (via AerialMapError)
exception.code AMB725
exception.message Mesh Output Data Not Found
top_frame src/postprocess/index.ts:126
env production, us-west-2, tenant cupix
aerial_map.id 230
pix4d_project_id 2588304

Affected Teams#

Team / Domain Error Count Impact
aerial-map-service (postprocess) 1 aerial map id 230 의 mesh output 을 요구한 reprocess 요청 1건 실패. 후속으로 outputs 를 축소한 재실행이 성공하여 사용자 관점 최종 결과는 복구됨.

Timeline#

  1. 2026-07-22 18:50 KST[CupixAerialMap] aerial map 230 reinvoke for mesh,dsm,pointcloud,orthomosaic (postprocess 재실행 트리거)
  2. 2026-07-22 18:51 KSTgetProcessingOutput 결과 로그: pix4d_log, report_pdf, report_json, orthomosaic, orthomosaic_gdalinfo, flight_path, thumbnail, scene_ref_frame 만 존재. mesh / dsm / pointcloud 키 없음.
  3. 2026-07-22 19:00 KSTpostprocess fail - error:({"name":"Pix4dError","code":"AMB725","reason":"Mesh Output Data Not Found"}) (cluster first/last_seen)
  4. 2026-07-22 19:08 KST[CupixAerialMap] aerial map 230 reinvoke for orthomosaic (축소된 outputs 로 재실행)
  5. 2026-07-22 19:27 KST[CupixAerialMap] postprocess success / postprocess time: 1121901ms

Scoring#

Confidence 85% · Actionability 44%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 19 code refs, 8 log queries
Code path explicitness 3/3 19 file:line refs
Log evidence 3/3 section, query, pattern
RCA structure 3/3 3/3 sections
Revision history 0/3 0 revision(s)
Agent execution 3/3 success

Actionability#

Dimension Score Detail
Fix complexity 1/5 critical
Affected files 1/5 17 file(s)
Single repo 1/3 2 service(s)
Immediate actions 0/3 absent
Testability 2/3 test mentioned
External dependency 3/3 no external deps
Data migration 3/3 no migration