{{theTime}}

Search This Blog

Total Pageviews

Eclipse freeze for few seconds due to "Remote System Explorer Operation”

Disable any Remote systems if you don't need them.  Also uncheck Re-open Remote Systems view to previous state.


No comments:

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL. jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false