ForgeAgents - Error: { code: 305, message: Failed to load geometries for 99d37c96-d1f6-e2c4-b000-001
Service
cupixworks-any-room-agent
Occurrences
8
Status
Reported
Confidence
80%
Actionability
44%
Cluster ID
8692b241-99f4-4e71-9e8e-9adcdbe077e3
First Seen
2026-04-08 10:43 UTC
Last Seen
2026-04-20 08:29 UTC
Actions
ForgeAgents - Error: { code: 305, message: Failed to load geometries for 99d37c96-d1f6-e2c4-b000-001
RCA Summary#
cupix-tesla-room-agent가 BIM ID 134의 SVF2 모델(URN 99d37c96-d1f6-e2c4-b000-0014b473df40)에서 room 정보를 추출하려 할 때, @cupix/forge-agents 라이브러리의 extract() 함수가 geometry 데이터를 로드하지 못하고 error code 305 (FORGE_SOURCE_FAILED_TO_LOAD_GEOMETRIES)를 반환했다. room-extractor.process.ts의 에러 핸들링 로직은 FORGE_SOURCE_INVALID_MANIFEST (코드 202)만 SVF1 fallback으로 처리하고, 305를 포함한 나머지 에러 코드는 모두 generic Error('Failed to get rooms from svf2')로 throw한다. 이로 인해 해당 BIM의 room 추출이 실패하고 room state가 Error로 설정되었다. Geometry 로드 실패의 근본 원인은 Autodesk Platform Services(APS) 측에서 해당 모델의 geometry 리소스가 일시적으로 사용 불가했거나, 모델 변환(translation)이 불완전한 상태였을 가능성이 있다.