No operations allowed after statement closed || Connection Issues
11 views
Skip to first unread message
Ankit Kumar
unread,
Jul 23, 2025, 6:59:15 AMJul 23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to proxysql
Hi Team,
We are facing issues on app getting a few errors in one of the environment:
Rolling back transaction due to
java.lang.RuntimeException: org.springframework.dao.TransientDataAccessResourceException: PreparedStatementCallback; SQL [
UPDATE
permissions
SET
version = ?, deleted = true, last_modified_by = ?
WHERE
id = ? and deleted = false and (c_md5 = MD5(?) or path like ?)
No operations allowed after statement closed.
We tried checking below things on proxysql: 1. Error related to this in error log. while no error reported related to this. 2. free Connections / latencies / load / memory - looks good.
We are not able to find root cause of the issue. Please help us.