mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[GH-ISSUE #1643] No operations allowed after connection closed #398
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#398
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:

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

Desktop (please complete the following information):

Additional context



Here is the expiration time of the session, obviously, it has not expired
I really hope you can help to solve this problem, thank you very much!