How to Upgrade Java with Clarity PPM
book
Article ID: 264874
calendar_today
Updated On:
Products
Clarity PPM On Premise
Clarity PPM SaaS
Issue/Introduction
We would like to upgrade Java (JDK) with Clarity to a higher patch level, how do we proceed?
Resolution
- Determine a supported Java version to use with your Clarity version
- Install the Java version on your server. You do not have to uninstall the old version
- Ensure the user running Clarity has full permissions over Java folder, including execute permissions
- Correct the environmental variables for JAVA_HOME and PATH to point to the new Java version folder
- In Clarity, stop all services
service stop all
- Open properties.xml and update the path for java home to point to the new Java, example:
<java home="/opt/java/jdk-11.0.16+8"
- Start back the services
service start all
- Repeat on any other servers in cluster
Additional Information
Note: You have to use AdoptOpenJDK in the correct version, which can be downloaded online
Feedback
thumb_up
Yes
thumb_down
No