HTTP request failed
Service
cupixworks-any-room-agent
Occurrences
8
Status
Reported
Confidence
85%
Actionability
52%
Cluster ID
844c2929-0f5c-474b-af7d-cab0cae10924
First Seen
2026-06-29 22:36 UTC
Last Seen
2026-07-27 23:20 UTC
Actions
HTTP request failed
What Happened#
2026-06-30 07:36 KST 에 cupixworks-any-room-agent 가 BIM 20436 에 대한 room 추출 작업을 처리하는 도중, 사용자가 동시에 해당 BIM 을 trash 시켜 후속 API 호출(GET /api/v1/rooms?bim_id=20436) 이 403 ENT4000 "Bim not found" 로 실패했다. tesla-v1 OpenAPI 클라이언트가 4xx 응답에 대해 던지는 HttpError("HTTP request failed") 가 그대로 SQS 메시지 핸들러로 전파되어 error 로그가 1건 기록되었다. SQS 메시지는 4xx 정책에 따라 재시도 없이 삭제되었으므로 사용자 영향은 없다.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | HttpError |
| exception.message | HTTP request failed |
| top_frame | cupix-api/client/openapi/typescript-node/tesla-v1/api/apis.ts:199 |
| underlying.status | 403 |
| underlying.body | {"code":"ENT4000","type":"Cupix::Errors::NotFound","reason":"Bim not found"} |
| request | GET http://api-tesla.cupix.internal/api/v1/rooms?bim_id=20436&... |
| modelId | 20436 |
| env | production, us-west-2 |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| ctsarquitetura (room extraction) | 1 | 사용자 영향 없음 — BIM 이 사용자 본인의 의도로 trash 처리되었고 SQS 메시지는 4xx 정책으로 즉시 삭제됨 |
Timeline#
- 2026-06-30 07:35:57 KST —
cupixworks-any-room-agent가 SQS 메시지 수신,BaseService::runByMessage | id: 20436시작 - 2026-06-30 07:35:58 KST —
[200] GET /api/v1/bims/20436(agent 가 BIM 메타 조회 성공) - 2026-06-30 07:36:00 ~ 07:36:17 KST — agent 가 Forge SVF2 room 추출 수행, 그 사이 사용자가 BIM 편집(
PUT /api/v1/bims/20436다수) - 2026-06-30 07:36:17 KST — 사용자가
PUT /api/v1/bims/20436/trash호출,[204]응답 (BIM 이 trashed 상태로 전환) - 2026-06-30 07:36:22 KST — agent 가 추출 결과를 서버와 동기화하려고
GET /api/v1/rooms?bim_id=20436호출 →403 ENT4000 Bim not found,HttpError("HTTP request failed")발생 - 2026-06-30 07:36:22 KST —
BaseService::handlingMessageErrors가 에러를 기록 후 SQS 메시지 삭제 (4xx 정책) - 2026-06-30 07:36:24 KST — agent 의 후속
PUT /api/v1/bims/20436(room_state 업데이트 시도) 도403으로 실패하고 종료
Scoring#
Confidence 85% · Actionability 52%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 14 code refs, 4 log queries |
| Code path explicitness | 3/3 | 14 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 | 5/5 | trivial |
| Affected files | 1/5 | 21 file(s) |
| Single repo | 1/3 | 11 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 |