27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
|
|
================================================================================
|
|
[ModeSwitch Orchestrator]
|
|
================================================================================
|
|
Listening on port: 3006
|
|
Shared mode port: 3005
|
|
Config file: /home/admin/Job-Info-Test/ModeSwitch/activeMode.txt
|
|
================================================================================
|
|
|
|
[ModeSwitch] Starting Test1Mode (oldTest/) on port 3005...
|
|
✓ Test1Mode started successfully on port 3005
|
|
7 | if (typeof entryNamespace?.default?.fetch === 'function') {
|
|
8 | const server = Bun.serve(entryNamespace.default);
|
|
9 | console.debug(`Started ${server.development ? 'development ' : ''}server: ${server.protocol}://${server.hostname}:${server.port}`);
|
|
10 | }
|
|
11 | }, reportError);
|
|
12 | const server = Bun.serve(entryNamespace.default);
|
|
^
|
|
error: Failed to start server. Is port 3006 in use?
|
|
syscall: "listen",
|
|
errno: 0,
|
|
code: "EADDRINUSE"
|
|
|
|
at bun:main:12:28
|
|
|
|
Bun v1.3.2 (Linux x64 baseline)
|