{{theTime}}

Search This Blog

Total Pageviews

ServiceRequest cannot be resolved to a type

This is common Java error caused by not referring the ServiceRequest class.  

Possible Fixes:

-Import ServiceRequest if already available
-Create ServiceRequest class if not available.

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