CPElement::makeElementRecords | No phases found for Element bim_external_id: 7/0/4/0/0/0/0/1, catego
Service
cupixworks-sitetrack-preprocessor-agent
Occurrences
96
Status
Reported
Confidence
80%
Actionability
52%
Cluster ID
b09bc6e6-7f69-4c8e-ab3d-2a70932b024e
First Seen
2026-07-23 21:45 UTC
Last Seen
2026-08-04 23:37 UTC
Actions
CPElement::makeElementRecords | No phases found for Element bim_external_id: 7/0/4/0/0/0/0/1, catego
What Happened#
2026-07-24 06:45 KST에 cupixworks-sitetrack-preprocessor-agent의 단일 실행에서 category_id: 1032584, workarea_ids: [125582]에 속한 48개 Element에 대해 CPElement::makeElementRecords가 phase를 하나도 찾지 못하고 error 레벨 로그를 남겼다. 함수는 예외를 던지지 않고 빈 _cpElementRecords를 반환하므로 전체 job은 계속 진행되지만, 해당 카테고리 요소들은 cpElementRecordMap에 등록되지 않아 이후 progress/tracking에서 누락된다.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | (no exception thrown — logger.error only) |
| exception.message | CPElement::makeElementRecords | No phases found for Element bim_external_id: %s, category_id: %d, workarea_ids: %s |
| top_frame | applications/agents/packages/models/src/cpelement.ts:85 |
| env | production, us-west-2 |
| tenant | cupix |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| clark-vdc (sitetrack preprocessor) | 48 | 단일 preprocessor 실행에서 category_id: 1032584 산하 48개 element의 CPElementRecord 미생성 — 해당 요소의 progress 추적 누락 가능 |
Timeline#
- 2026-07-24 06:45:13 KST —
SiteTrackPreprocessorRunner::loadAllPhases가 실행되었으나,cpPhases중srvCategoryId === 1032584인 phase가 없어 해당CPCategory에 phase가 등록되지 않음 (sitetrack-preprocessor-runner.ts:223-224). - 2026-07-24 06:45:13 KST —
loadAllElementRecords가 element 순회 중category_id: 1032584인 48개 element에 대해makeElementRecords()를 호출하여 각각logger.error방출 (cpelement.ts:85). 첫/마지막 로그 시간이 동일 초(21:45:13.449Z ~ 21:45:13.463Z, 14ms 이내).
Scoring#
Confidence 80% · Actionability 52%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 16 code refs, 3 log queries |
| Code path explicitness | 3/3 | 16 file:line refs |
| Log evidence | 2/3 | section, query |
| 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 | 5/5 | trivial |
| Affected files | 1/5 | 8 file(s) |
| Single repo | 1/3 | 2 service(s) |
| Immediate actions | 0/3 | absent |
| Testability | 0/3 | no test info |
| External dependency | 3/3 | no external deps |
| Data migration | 3/3 | no migration |