Этап 4 / Волна 10: корректировка settlement-кейса — доменная фиксация синтеза, честное покрытие, удержание фокуса / Этап 4 / Волна 11: бизнес-якоря, доменное заземление и устранение утечки дебага
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
|
||||
node:internal/modules/run_main:123
|
||||
triggerUncaughtException(
|
||||
^
|
||||
Error: spawn EPERM
|
||||
at ChildProcess.spawn (node:internal/child_process:420:11)
|
||||
at Object.spawn (node:child_process:787:9)
|
||||
at ensureServiceIsRunning (X:\1C\NDC_1C\llm_normalizer\backend\node_modules\esbuild\lib\main.js:2268:29)
|
||||
at startSyncServiceWorker (X:\1C\NDC_1C\llm_normalizer\backend\node_modules\esbuild\lib\main.js:2474:19)
|
||||
at Object.<anonymous> (X:\1C\NDC_1C\llm_normalizer\backend\node_modules\esbuild\lib\main.js:2515:3)
|
||||
at Module._compile (node:internal/modules/cjs/loader:1706:14)
|
||||
at Object..js (node:internal/modules/cjs/loader:1839:10)
|
||||
at Module.load (node:internal/modules/cjs/loader:1441:32)
|
||||
at Function._load (node:internal/modules/cjs/loader:1263:12)
|
||||
at TracingChannel.traceSync (node:diagnostics_channel:322:14) {
|
||||
name: 'TransformError',
|
||||
errno: -4048,
|
||||
code: 'EPERM',
|
||||
syscall: 'spawn'
|
||||
}
|
||||
|
||||
Node.js v22.20.0
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
> llm-normalizer-backend@0.1.0 dev
|
||||
> tsx watch src/server.ts
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
[31mfailed to load config from X:\1C\NDC_1C\llm_normalizer\frontend\vite.config.ts[39m
|
||||
[31merror when starting dev server:
|
||||
Error: spawn EPERM
|
||||
at ChildProcess.spawn (node:internal/child_process:420:11)
|
||||
at spawn (node:child_process:787:9)
|
||||
at Object.execFile (node:child_process:349:17)
|
||||
at exec (node:child_process:236:25)
|
||||
at optimizeSafeRealPathSync (file:///X:/1C/NDC_1C/llm_normalizer/frontend/node_modules/vite/dist/node/chunks/config.js:2230:2)
|
||||
at windowsSafeRealPathSync (file:///X:/1C/NDC_1C/llm_normalizer/frontend/node_modules/vite/dist/node/chunks/config.js:2216:3)
|
||||
at getRealPath (file:///X:/1C/NDC_1C/llm_normalizer/frontend/node_modules/vite/dist/node/chunks/config.js:32933:36)
|
||||
at tryResolveRealFileOrType (file:///X:/1C/NDC_1C/llm_normalizer/frontend/node_modules/vite/dist/node/chunks/config.js:32927:9)
|
||||
at tryCleanFsResolve (file:///X:/1C/NDC_1C/llm_normalizer/frontend/node_modules/vite/dist/node/chunks/config.js:32651:21)
|
||||
at tryFsResolve (file:///X:/1C/NDC_1C/llm_normalizer/frontend/node_modules/vite/dist/node/chunks/config.js:32644:14)[39m
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
> llm-normalizer-frontend@0.1.0 dev
|
||||
> vite --host 0.0.0.0 --port 5174 --configLoader runner
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
X:\1C\NDC_1C\external\1c-mcp-toolkit\onec_mcp_toolkit_proxy\server.py:189: UserWarning: Field name "schema" in "CommandResult" shadows an attribute in parent "BaseModel"
|
||||
class CommandResult(BaseModel):
|
||||
INFO: Started server process [15160]
|
||||
INFO: Waiting for application startup.
|
||||
[03/27/26 21:27:13] INFO 1C MCP Toolkit Proxy starting on server.py:175
|
||||
port 6003
|
||||
[03/27/26 21:27:14] INFO Log level: INFO server.py:176
|
||||
INFO Command timeout: 180.0s server.py:177
|
||||
INFO MCP server available at /mcp server.py:178
|
||||
endpoint
|
||||
INFO StreamableHTTP streamable_http_manager.py:116
|
||||
session manager
|
||||
started
|
||||
INFO: Application startup complete.
|
||||
INFO: Uvicorn running on http://0.0.0.0:6003 (Press CTRL+C to quit)
|
||||
@@ -0,0 +1 @@
|
||||
INFO: 127.0.0.1:55386 - "GET /health HTTP/1.1" 200 OK
|
||||
Reference in New Issue
Block a user