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
When I connect to postgreSQL server or MySQL server, and the password is already saved, I see below error in the ossdbtoolservice log:
16:13:14,224 INFO Received request id=2 method=connection/connect
16:13:14,227 INFO Received notification method=connection/languageflavorchanged
16:13:14,228 INFO ResponseSuccess message sent id=2 method=None
16:13:15,889 INFO Notification message sent id=None method=connection/complete
16:13:16,021 INFO Received request id=3 method=objectexplorer/createsession
16:13:16,022 INFO ResponseSuccess message sent id=3 method=None
16:13:16,411 INFO Received request id=4 method=objectexplorer/createsession 16:13:16,411 ERROR Object explorer session for objectexplorer://[email protected]:3306:/ already exists!
16:13:16,411 INFO ResponseSuccess message sent id=4 method=None
16:13:17,549 INFO Notification message sent id=None method=objectexplorer/sessioncreated
16:13:17,555 INFO Received request id=5 method=objectexplorer/expand
16:13:17,556 INFO ResponseSuccess message sent id=5 method=None
16:13:17,561 INFO Notification message sent id=None method=objectexplorer/expandCompleted
16:13:18,106 INFO Notification message sent id=None method=textDocument/intelliSenseReady
This error log doesn't show up when password is entered in the edit connection tab before connecting.
Similarly, below info logs can be seen when disconnecting to the server. Looks like connection to the databases is not getting closed when disconnecting to the server.
16:08:03,125 INFO could not close the connection for the database information_schema
16:08:03,125 INFO could not close the connection for the database mysql
16:08:03,125 INFO could not close the connection for the database nakul_test
16:08:03,125 INFO could not close the connection for the database nakul_test1
16:08:03,126 INFO could not close the connection for the database performance_schema
16:08:03,126 INFO could not close the connection for the database sys
16:08:03,126 INFO could not close the connection for the database testdb
The text was updated successfully, but these errors were encountered:
When I connect to postgreSQL server or MySQL server, and the password is already saved, I see below error in the ossdbtoolservice log:
16:13:14,224 INFO Received request id=2 method=connection/connect
16:13:14,227 INFO Received notification method=connection/languageflavorchanged
16:13:14,228 INFO ResponseSuccess message sent id=2 method=None
16:13:15,889 INFO Notification message sent id=None method=connection/complete
16:13:16,021 INFO Received request id=3 method=objectexplorer/createsession
16:13:16,022 INFO ResponseSuccess message sent id=3 method=None
16:13:16,411 INFO Received request id=4 method=objectexplorer/createsession
16:13:16,411 ERROR Object explorer session for objectexplorer://[email protected]:3306:/ already exists!
16:13:16,411 INFO ResponseSuccess message sent id=4 method=None
16:13:17,549 INFO Notification message sent id=None method=objectexplorer/sessioncreated
16:13:17,555 INFO Received request id=5 method=objectexplorer/expand
16:13:17,556 INFO ResponseSuccess message sent id=5 method=None
16:13:17,561 INFO Notification message sent id=None method=objectexplorer/expandCompleted
16:13:18,106 INFO Notification message sent id=None method=textDocument/intelliSenseReady
This error log doesn't show up when password is entered in the edit connection tab before connecting.
Similarly, below info logs can be seen when disconnecting to the server. Looks like connection to the databases is not getting closed when disconnecting to the server.
16:08:03,125 INFO could not close the connection for the database information_schema
16:08:03,125 INFO could not close the connection for the database mysql
16:08:03,125 INFO could not close the connection for the database nakul_test
16:08:03,125 INFO could not close the connection for the database nakul_test1
16:08:03,126 INFO could not close the connection for the database performance_schema
16:08:03,126 INFO could not close the connection for the database sys
16:08:03,126 INFO could not close the connection for the database testdb
The text was updated successfully, but these errors were encountered: