IdentityIQ installation on MAC 13.6

Which IIQ version are you inquiring about?

I am trying to install IdentityIQ version 8.3

Please share any images or screenshots, if relevant.

[Please insert images here, otherwise delete this section]

Please share any other relevant files that may be required (for example, logs).

[Please insert files here, otherwise delete this section]

Share all details about your problem, including any error messages you may have received.

I am trying to install IdentityIQ 8.3 on my iMAC. I have already installed the following:
Apache Tomcat 9.0.93, Java jdk-11.0.16, mysql 9.0.1-macos14-arm64 and IdentityIQ war file.

When I am trying to run ./iiq console -j to run ‘import init.xml’ I am getting the attached error. I found on YouTube (https://www.youtube.com/watch?v=yPTnpOrv_1s) to set persist time_zone=‘+00:00’; on SQL Workbench, but that did not fix it.

Can somene help on how to fix the error or let me know how I can run the import?

Hi @Priyanka_BMC,

try to add ?allowPublicKeyRetrieval=true&useSSL=false to the end of connection string in your iiq.properties and retry.

Also, run upgrade_identityiq_tables.mysql script

For me is better undestarding what happend and fix it. In your case you have a problem with DB, It could be due to an incorrect configuration on DB, a missing/incorrect value in one or more table or about connection string.

In this moment you cant connect to DB.

image
this error depends on your DB, PKR is not allowed and you can resolve adding the string that I wrote in before post.

After the resolving this error you can find others error because in the video some steps are missing.

1 Like

Thanks Emanuele, I added allowPublicKeyRetrieval=true in my iiq.properties file and was able to start JLine command successfully.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.