28 lines
1.8 KiB
Plaintext
28 lines
1.8 KiB
Plaintext
(node:23488) DeprecationWarning: Calling client.query() when the client is already executing a query is deprecated and will be removed in pg@9.0. Use async/await or an external async flow control mechanism instead.
|
||
(Use `node --trace-deprecation ...` to show where the warning was created)
|
||
[31m[Nest] 23488 - [39m03/30/2026, 10:11:06 AM [31m ERROR[39m [38;5;3m[RedisCacheService] [39m[31mRedis error: connect ECONNREFUSED 185.208.181.133:30669[39m
|
||
[31m[Nest] 23488 - [39m03/30/2026, 10:11:06 AM [31m ERROR[39m [38;5;3m[RedisCacheService] [39m[31mRedis connection failed. Caching disabled. Connection is closed.[39m
|
||
[31m[Nest] 23488 - [39m03/30/2026, 10:11:06 AM [31m ERROR[39m [38;5;3m[NestApplication] [39m[31mError: listen EADDRINUSE: address already in use :::3000[39m[38;5;3m +4ms[39m
|
||
node:net:1939
|
||
const ex = new UVExceptionWithHostPort(err, 'listen', address, port);
|
||
^
|
||
|
||
Error: listen EADDRINUSE: address already in use :::3000
|
||
at Server.setupListenHandle [as _listen2] (node:net:1939:16)
|
||
at listenInCluster (node:net:1996:12)
|
||
at Server.listen (node:net:2101:7)
|
||
at ExpressAdapter.listen (F:\WorkSpace\website\parsshop\parsshop-back\node_modules\@nestjs\platform-express\adapters\express-adapter.js:127:32)
|
||
at F:\WorkSpace\website\parsshop\parsshop-back\node_modules\@nestjs\core\nest-application.js:188:30
|
||
at new Promise (<anonymous>)
|
||
at NestApplication.listen (F:\WorkSpace\website\parsshop\parsshop-back\node_modules\@nestjs\core\nest-application.js:178:16)
|
||
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
||
at async bootstrap (F:\WorkSpace\website\parsshop\parsshop-back\dist\main.js:61:5) {
|
||
code: 'EADDRINUSE',
|
||
errno: -4091,
|
||
syscall: 'listen',
|
||
address: '::',
|
||
port: 3000
|
||
}
|
||
|
||
Node.js v22.15.1
|