Hi,
What is the JDK version used in SailPoint ISC? How can i check this. can anyone help.
Hi,
What is the JDK version used in SailPoint ISC? How can i check this. can anyone help.
Hi Chandra,
ISC supports JDK 11 and above versions.
Thanks @uppala
How can I check which JDK version ISC is running on?
hi @chandramohan27 Not sure why you are looking for JDK version. ISC is a SaaS product which mean it would have been hosted on the cloud and we do not usually know which JDK version the back end platform uses. We also have VA which would be installed in your client environment. If you want to find the JDK version used by your VA you can do this
java -version
@ Chandra mohan
you need to login VA and after that you need to us java -version command.
Hi @chandramohan27 ,
Try the comand:
whereis java #Finds possible paths even outside your PATH
or also try,
which java #Checks if Java is in your current PATH
@chandramohan27 raise a ticket with SailPoint support.
By the way, why do you want to know the JDK version? By knowing the context maybe we can help more.
I noticed this message in the morning as well.
I think it is critical enough to warrant its own topic as well.
Yes I agree and as I can search various places this is not documented.
Topic is here: ISC VAs updated to JDK 17 (from JDK11)
This is also not working.
Hi @chandramohan27 and @arshadsyed ,
Try using the command - sudo docker exec ccg env
Response - You could see something called JAVA_HOME and the version used.