Hi @emcodem
First of all: Happy New Year 2024 to you and your fellows from FFAStrans dev-team!
I'm sory to report an isuuse with latest Webinerface 1.4.0.4 ... it refuses to start.
It writes following errors into the log files:
1) database.log file
2024-01-03 18:53:04: info: [database]: ------------------------- log database startup -------------------------
2024-01-03 18:53:06: info: [database]: Database port: [33m8010[39m
2024-01-03 18:53:07: info: [database]: database process exited, code: [33m3221225785[39m
So it means, that database engine mongod.exe is not able to run correctly ... but why?
2) webint.log file:
2024-01-03 18:53:03: info: [webint]: ------------------------- log webint startup -------------------------
2024-01-03 18:53:03: warn: [webint]: No config in database, defaulting to default config
2024-01-03 18:53:03: info: [webint]: Default config: {
...
}
2024-01-03 18:53:03: info: [webint]: Checking alternate jobfetcher C:\FFAStrans\Webinterface\alternate-server\jobfetcher.js
2024-01-03 18:53:03: info: [webint]: No alternate server detected
2024-01-03 18:53:03: info: [webint]: NOT running on alternate-server, getting FFAStrans API about:
http://localhost:65445/api/json/v2/about
2024-01-03 18:53:04: info: [webint]: [32mHello and welcome, thank you for using FFAStrans
2024-01-03 18:53:04: info: [webint]: [36mRunning on
http://localhost:3002[0m
2024-01-03 18:53:04: info: [webint]: Database path: C:\FFAStrans\Webinterface\database\job_db
2024-01-03 18:53:04: info: [webint]: Database port: 8010
2024-01-03 18:53:04: info: [webint]: Writing Database binary to: C:\Windows\TEMP
2024-01-03 18:53:07: info: [webint]: Starting Database Process...
2024-01-03 18:53:07: info: [webint]: Database process pid [33m17132[39m
2024-01-03 18:53:07: error: [webint]: Could not get ffastrans about
2024-01-03 18:53:08: info: [webint]: FFAStrans config: {
...
}
2024-01-03 18:53:08: info: [webint]: calling
http://localhost:65445/api/json/v2/about
2024-01-03 18:53:08: info: [webint]: [32mNew API starting up...
2024-01-03 18:53:08: info: [webint]: Web API Server started, check out
http://127.0.0.1:3003/docs
2024-01-03 18:53:09: info: [webint]: Document { location: [36m[Getter/Setter][39m }
2024-01-03 18:53:09: info: [webint]: [36mRunning on
http://localhost:3003[0m
2024-01-03 18:53:37: error: [webint]: Trace: Global unexpected error: TypeError: Cannot read properties of undefined (reading 'db')
at connectDb (C:\FFAStrans\Webinterface\server.js:150:28)
at process.<anonymous> (C:\FFAStrans\Webinterface\server.js:56:13)
at process.emit (node:events:513:28)
at emit (node:internal/process/promises:149:20)
at processPromiseRejections (node:internal/process/promises:283:27)
at process.processTicksAndRejections (node:internal/process/task_queues:96:32)
2024-01-03 18:53:37: error: [webint]: TypeError: Cannot read properties of undefined (reading 'db')
at connectDb (C:\FFAStrans\Webinterface\server.js:150:28)
Thanks for your help.