cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
okapi
Deckhand II

404- not found error

I have reinstall Everything and now I am able to run ./iiq console and not getting any error,

I have started the tomcat , when i am calling http://localhost:8080/identityid, I am getting 404-Not Found error.
MySql version is Server version: 5.7.41 MySQL Community Server (GPL)

Java Version :  java version "1.8.0_202"

SailPoint version : IdentityIq-7.3

Please help me

0 Kudos
Reply
3 Replies
chelsea_solc
SailPoint Employee
SailPoint Employee

Hi Okapi,

Thank you for reaching out on the New to SailPoint Hub with your question. A great place to post your technical questions in order to get more visibility is on either the IdentityNow Forum or the IdentityIQ Forum. Thank you!

0 Kudos
Reply
ashishbhatia
Boatswain

it should be identityiq and NOT identityid

 http://localhost:8080/identityiq

Ashish B.
0 Kudos
Reply
bhargavdharan
Crew III

The allowPublicKeyRetrieval=true parameter in the database.url configuration is used to enable public key retrieval in the MySQL database connection. This parameter allows the MySQL client to retrieve the public key from the server during the SSL handshake.
Including allowPublicKeyRetrieval=true in the database.url configuration ensures that the IdentityIQ application can establish a secure connection to the MySQL database when using SSL/TLS encryption.
Please note that the database.url configuration may contain additional parameters specific to your environment, such as serverTimezone=UTC for setting the server timezone to UTC. These parameters can vary based on your MySQL configuration and requirements.
It's important to ensure that the database.url configuration is correctly set with the appropriate parameters for your MySQL database connection.