You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some days of valid execution, the system didn't work and in the directory /opt/uptime-kuma/data I found an error.log file described below. It seems that from this point onward kuma service doesn't run correctly.
Do you have any kind of solution? Thank you very much.
📝 Error Message(s) or Log
[2025-01-08 15:18:27] KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?
at Client_SQLite3.acquireConnection (/opt/uptime-kuma/node_modules/knex/lib/client.js:312:26)
at async Runner.ensureConnection (/opt/uptime-kuma/node_modules/knex/lib/execution/runner.js:287:28)
at async Runner.run (/opt/uptime-kuma/node_modules/knex/lib/execution/runner.js:30:19)
at async RedBeanNode.storeCore (/opt/uptime-kuma/node_modules/redbean-node/dist/redbean-node.js:150:26)
at async RedBeanNode.store (/opt/uptime-kuma/node_modules/redbean-node/dist/redbean-node.js:110:20)
at async beat (/opt/uptime-kuma/server/model/monitor.js:1013:13)
at async Timeout.safeBeat [as _onTimeout] (/opt/uptime-kuma/server/model/monitor.js:1032:17) {
sql: undefined,
bindings: undefined
}
🐻 Uptime-Kuma Version
1.23.13
💻 Operating System and Arch
Gnu/Linux
🌐 Browser
Firefox 134.0
🖥️ Deployment Environment
Runtime: nodejs 20.12.2
Database: sqlite
Filesystem used to store the database on: /opt/uptime-kuma/data/kuma.db
number of monitors: 450
The text was updated successfully, but these errors were encountered:
🛡️ Security Policy
📝 Describe your problem
After some days of valid execution, the system didn't work and in the directory /opt/uptime-kuma/data I found an error.log file described below. It seems that from this point onward kuma service doesn't run correctly.
Do you have any kind of solution? Thank you very much.
📝 Error Message(s) or Log
[2025-01-08 15:18:27] KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?
at Client_SQLite3.acquireConnection (/opt/uptime-kuma/node_modules/knex/lib/client.js:312:26)
at async Runner.ensureConnection (/opt/uptime-kuma/node_modules/knex/lib/execution/runner.js:287:28)
at async Runner.run (/opt/uptime-kuma/node_modules/knex/lib/execution/runner.js:30:19)
at async RedBeanNode.storeCore (/opt/uptime-kuma/node_modules/redbean-node/dist/redbean-node.js:150:26)
at async RedBeanNode.store (/opt/uptime-kuma/node_modules/redbean-node/dist/redbean-node.js:110:20)
at async beat (/opt/uptime-kuma/server/model/monitor.js:1013:13)
at async Timeout.safeBeat [as _onTimeout] (/opt/uptime-kuma/server/model/monitor.js:1032:17) {
sql: undefined,
bindings: undefined
}
🐻 Uptime-Kuma Version
1.23.13
💻 Operating System and Arch
Gnu/Linux
🌐 Browser
Firefox 134.0
🖥️ Deployment Environment
The text was updated successfully, but these errors were encountered: