{{theTime}}

Search This Blog

Total Pageviews

Remote Monitoring using jconsole


To start jconsole for remote monitoring, the command syntax is jconsole [hostName:portNum]. Detailed notes can be found in http://download.oracle.com/javase/1.5.0/docs/guide/management/jconsole.html

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