[GH-ISSUE #1643] No operations allowed after connection closed #398

Closed
opened 2026-03-07 20:48:48 +03:00 by kerem · 0 comments
Owner

Originally created by @HappinerWinnie on GitHub (May 5, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1643

Describe the bug
Execution of SQL always times out

To Reproduce
Steps to reproduce the behavior:
Create a new SQL editor, enter any executable SQL statement, go do something else, and click Execute again after a few minutes.

I tried to refresh the page and execute it again, but the problem was not solved.

When I try to reconnect to the database and execute again, I get an error like this:
image

io.cloudbeaver.DBWebException: Error executing query:
Results '6' not found in context 'mysql8-187d16e1490-2e4b0510c389dde3:1'@'mysql8-187d16e1490-2e4b0510c389dde3'
at io.cloudbeaver.service.sql.WebSQLProcessor.processQuery(WebSQLProcessor.java:217)
at io.cloudbeaver.service.sql.impl.WebServiceSQL$1.run(WebServiceSQL.java:372)
at io.cloudbeaver.model.session.WebSession$1.run(WebSession.java:653)
at org.jkiss.dbeaver.model.runtime.AbstractJob.run(AbstractJob.java:105)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: io.cloudbeaver.DBWebException: Results '6' not found in context 'mysql8-187d16e1490-2e4b0510c389dde3:1'@'mysql8-187d16e1490-2e4b0510c389dde3'
at io.cloudbeaver.service.sql.WebSQLContextInfo.getResults(WebSQLContextInfo.java:153)
at io.cloudbea

I opened a new browser TAB and logged back in and the problem was solved. But I can still reproduce the problem with the same steps and with 100% success.

Screenshots
image

Desktop (please complete the following information):
企业微信截图_16832898982596

Additional context
企业微信截图_1683290117862
企业微信截图_16832902903625
Here is the expiration time of the session, obviously, it has not expired
image

I really hope you can help to solve this problem, thank you very much!

Originally created by @HappinerWinnie on GitHub (May 5, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1643 **Describe the bug** Execution of SQL always times out **To Reproduce** Steps to reproduce the behavior: Create a new SQL editor, enter any executable SQL statement, go do something else, and click Execute again after a few minutes. I tried to refresh the page and execute it again, but the problem was not solved. When I try to reconnect to the database and execute again, I get an error like this: ![image](https://user-images.githubusercontent.com/31788525/236462925-7d524fd6-33ba-4ba6-b45e-3ba7f5534ee5.png) io.cloudbeaver.DBWebException: Error executing query: Results '6' not found in context 'mysql8-187d16e1490-2e4b0510c389dde3:1'@'mysql8-187d16e1490-2e4b0510c389dde3' at io.cloudbeaver.service.sql.WebSQLProcessor.processQuery(WebSQLProcessor.java:217) at io.cloudbeaver.service.sql.impl.WebServiceSQL$1.run(WebServiceSQL.java:372) at io.cloudbeaver.model.session.WebSession$1.run(WebSession.java:653) at org.jkiss.dbeaver.model.runtime.AbstractJob.run(AbstractJob.java:105) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) Caused by: io.cloudbeaver.DBWebException: Results '6' not found in context 'mysql8-187d16e1490-2e4b0510c389dde3:1'@'mysql8-187d16e1490-2e4b0510c389dde3' at io.cloudbeaver.service.sql.WebSQLContextInfo.getResults(WebSQLContextInfo.java:153) at io.cloudbea I opened a new browser TAB and logged back in and the problem was solved. But I can still reproduce the problem with the same steps and with 100% success. **Screenshots** ![image](https://user-images.githubusercontent.com/31788525/236461136-20d477bb-c2e4-4a4a-930b-aa95bef53cd9.png) **Desktop (please complete the following information):** ![企业微信截图_16832898982596](https://user-images.githubusercontent.com/31788525/236461219-b27907c3-ea1d-477b-a394-373be84f2c6f.png) **Additional context** ![企业微信截图_1683290117862](https://user-images.githubusercontent.com/31788525/236461326-18f471fa-1fcf-4648-9e86-9b8ee245816b.png) ![企业微信截图_16832902903625](https://user-images.githubusercontent.com/31788525/236461349-bb05a8d6-1f18-4163-835f-550477b76ab5.png) Here is the expiration time of the session, obviously, it has not expired ![image](https://user-images.githubusercontent.com/31788525/236461553-054536be-ce3c-4ef8-8495-a796838fa95b.png) I really hope you can help to solve this problem, thank you very much!
kerem closed this issue 2026-03-07 20:48:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#398
No description provided.