Jenkins failed to startup

Hi All, We ran into an issue upon restart of our jenkins service. It was working fine until we stop the service, and when we try to start Jenkins service, we are getting below error. Can someone suggest on how to fix this issue ASAP.

Jenkins version : jenkins.2.263.3
Log: jenkins.log
Java HotSpot™ 64-Bit Server VM warning: ignoring option MaxPermSize=384M; support was removed in 8.0
Running with Java 8 from /usr/java/jdk1.8.0_162/jre, which is older than the minimum required version (Java 11).
Supported Java versions are: [11, 17]
See https://jenkins.io/redirect/java-support/ for more information.

Thank you,
Vasantha

Do what the error message suggest: Run jenkins and all agents with at least java11. You can still use java8 for your builds.

See LTS Changelog for more.

1 Like