Files
speckle-server/packages/server/server_log.txt
T
huanld 6cd126af41
Release pipeline / Get version (push) Has been cancelled
Release pipeline / Get Chart Name (push) Has been cancelled
Release pipeline / tests (push) Has been cancelled
Release pipeline / builds (push) Has been cancelled
Release pipeline / builds-ghcr (push) Has been cancelled
Release pipeline / test-deployments (push) Has been cancelled
Release pipeline / deploy (push) Has been cancelled
Release pipeline / Helm chart oci (push) Has been cancelled
Release pipeline / npm (push) Has been cancelled
Release pipeline / snyk (push) Has been cancelled
feat: custom IFC converter with C++ geometry injection
- Add custom IFC converter using web-ifc C++ DLL for geometry extraction
- Add GeometryInjector.cs: patches Speckle objects with mesh geometry
- Add NativeIfcGeometry.cs: P/Invoke bindings to WebIfcDll
- Add CustomMeshConverterFactory.cs: custom Xbim mesh converter
- Configure fileimport-service dotnet IFC pipeline
- Add VPS deployment config (docker-compose-vps.yml)
- Add dev scripts: run_backend.bat, run_frontend.bat, start_dev.bat
- Update .gitignore: exclude scratch/IFC-toolkit, engine_web-ifc
- Memory optimization for Xbim (MemoryModel mode)
2026-04-16 06:46:41 +07:00

28 lines
3.2 KiB
Plaintext

node.exe : INFO [19:07:53.026]: 🖼️ Serving for frontend-2... {"phase":"startup"}
At line:1 char:263
+ ... es\server"; & "$nodePath\node.exe" $tsxPath "--import" "./esmLoader.j ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (INFO ..."startup"}:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
INFO [19:07:53.670]: Migrated db to latest for region "main" in 642.7147ms.
{"phase":"startup","region":"main","durationMs":642.7147}
INFO [19:07:53.671]: Async request context tracking enabled 👀 {"phase":"startup"}
INFO [19:07:59.844]: 🔐 Init access request module {"component":"modules"}
INFO [19:07:59.845]: 🤺 Init activity module {"component":"modules"}
INFO [19:07:59.849]: 💅 Init graphql api explorer module {"component":"modules"}
INFO [19:07:59.849]: 🔑 Init auth module {"component":"modules"}
ERROR [19:08:02.005]: Failed to start server. Exiting with non-zero exit code...
err: {
"type": "Error",
"message": "connect ECONNREFUSED 100.64.0.3:8090",
"stack":
Error: connect ECONNREFUSED 100.64.0.3:8090
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16)
"errno": -4078,
"code": "ECONNREFUSED",
"syscall": "connect",
"address": "100.64.0.3",
"port": 8090
}