1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| SqlError: (conn=-1, no: 45028, SQLState: HY000) retrieve connection from pool timeout after 10001ms
(pool connections: active=0 idle=0 limit=15)
connection error: Pool fails to create connection: connect ECONNREFUSED 127.0.0.1:3306
at module.exports.createError (/var/XXX/API/node_modules/mariadb/lib/misc/errors.js:64:10)
at Pool._requestTimeoutHandler (/var/XXX/API/node_modules/mariadb/lib/pool.js:349:26)
at listOnTimeout (node:internal/timers:564:17)
at process.processTimers (node:internal/timers:507:7) {
sqlMessage: 'retrieve connection from pool timeout after 10001ms\n' +
' (pool connections: active=0 idle=0 limit=15)',
sql: null,
fatal: false,
errno: 45028,
sqlState: 'HY000',
code: 'ER_GET_CONNECTION_TIMEOUT'
} |
Partager