SiteScope 11.91 / 2019.11 - facing issue with Linux servers since update from 11.33

  • KM03660820
  • 30-Jun-2020
  • 30-Jun-2020

Summary

SiteScope 11.91 / 2019.11 - facing issue with Linux servers since update from 11.33

Question

 error was related to a DataBase driver from MySQL
mysql 5.5.62 on RedHat Linux
Customer upload edthe driver and it worked properly

Error: ERROR Unable to instantiate the driver class. The class name was found, but could not be instantiated, or the driver does not support the specified URL.


 

Answer

Note: SiteScope 11.1x - Steps to setup monitoring for MySQL databases:
1. Download the MySQL JDBC driver from the MySQL web site
(http://www.mysql.com).
2. Uncompress the distribution file.
3. Copy the .jar file into the 
\WEB-INF\lib directory.
4. Stop and restart SiteScope.
5. Add a Database Query monitor within SiteScope, and configure the following settings in the Monitor Settings panel:

Database connection URL. The format for the MySQL JDBC driver is:
jdbc:mysql://

For example to connect to the MySQL database "aBigDatabase" on a machine using the
standard MySQL port number 3306 you would use:

hostname>[:
]/
jdbc:mysql://2x6.1x8.1x1.19/aBxxDatabase

If you are using a different port to connect to the database, include that port number as part of the IP address.

Database driver. Enter the specification for the MySQL JDBC driver:
org.gjt.xx.mysql.Driver