Failed to use property database: Failed to get properties and children
Service
cupixworks-any-room-agent
Occurrences
4
Status
Reported - us-west-2
Confidence
80%
Actionability
36%
Cluster ID
f2512d36-3f64-4e46-8747-145eb2d1bcc1
First Seen
2026-04-09 06:44 UTC
Last Seen
2026-04-22 12:26 UTC
Actions
현재 상태 reported - us-west-2 에서는 실행할 액션이 없습니다.
Failed to use property database: Failed to get properties and children
RCA Summary#
BIM 18949의 SVF2 모델 파일에서 property database를 읽는 도중, object ID 759923에 접근을 시도했으나 유효 범위가 1~759922까지여서 Invalid object ID: 759923. Valid range is 1 to 759922. 오류가 발생했습니다. 이는 Autodesk Forge에서 변환된 SVF2 파일의 property database 내부에 자기 자신의 범위를 초과하는 잘못된 object ID 참조가 포함되어 있기 때문입니다. @cupix/forge-agents 라이브러리가 이 off-by-one 참조를 처리하지 못하고, 에러가 ForgeAgent.extract() → RoomExtractorProcess → ChildProcessManager → BaseService로 전파되면서 room extraction이 실패했습니다.