Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error log when connecting to PostgreSQL and MySQL server using ADS #316

Open
nakulms opened this issue Aug 4, 2022 · 0 comments
Open

Error log when connecting to PostgreSQL and MySQL server using ADS #316

nakulms opened this issue Aug 4, 2022 · 0 comments

Comments

@nakulms
Copy link

nakulms commented Aug 4, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant