
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Cannot connect SSC to MySQL during setup
Hello,
I've been following the instructions to set up Fortify SSC 18.20 on RHEL using the following components:
- MySQL 5.7 Community Edition
- MySQL Connector/J 8.0.15
I created my database as such, referenced by both the official documentation and some threads on this community: CREATE DATABASE ssc CHARACTER SET utf8 COLLATE utf8_bin;
Then I ran create-tables.sql to create the initial schema.There were no failures and I see the list of tables populated.
From the DATABASE SETUP page during the initial setup, I use the following JDBC string: jdbc:mysql://localhost:3306/ssc?connectionCollation=utf8_bin
When I test the connection, the SSC page always responds with "Test connection failed." In my MySQL database logs, I definitely see JDBC connecting, authenticating the user (which has full permissions at this point), and performing a full query.
1) Am I missing a database configuration beyond the documentation? Are there any additional tests I can perform to narrow down the issue? Or, alternatively...
2) Is there a way to enable verbose logging in Fortify/SSC Tomcat webapp to see what's going on under the hood when the requests are being attempted?
Thanks for any information that can be provided.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello back!
I shared your question with one of our PMs who told me that your question is rather complex and cannot be answered easily without knowing all the details of your environment and the things you have done so far.
He actually recommended to op;en a support case. That is probably why there has been no response from community members yet.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
@msanva try the following and see if it makes any difference:
CREATE DATABASE SSC DEFAULT CHARACTER SET latin1 COLLATE latin1_general_cs;
Thanks,
Ethan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi, has this been fixed?
The format of the JDBC is not the right one, it has to be mysql-connector-java-version-bin.jar.
You can download the one from here: https://dev.mysql.com/downloads/connector/j/5.1.html and install the ...bin.jar version.
Best regards,
Anca

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello @msanva, is it fixed? Please, tell us! It´s important for the community.
Data, or do not.