Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Eric Fetzer
Sorry Mark, used to happening onto fixes in 2 minutes. I'll put the 11 minutes into the vid. Thanks for all the help! On Wed, Sep 14, 2022 at 2:35 PM Mark Waite wrote: > Yet another technique, quoting from the link that I included earlier: > > > Make sure the default JVM is the newly installed

Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Eric Fetzer
Yep, it's correct but still won't start: [root@nd645bd001 jenkins]# alternatives --config java There is 1 program that provides 'java'. SelectionCommand --- *+ 1 java-11-openjdk.x86_64 (/usr/lib/jvm/java-11-openjdk-11.0.16.0.8-1.el7_9.x

Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Mark Waite
Yet another technique, quoting from the link that I included earlier: > Make sure the default JVM is the newly installed version. If it is not, run systemctl edit jenkins and set either the JAVA_HOME environment variable or the JENKINS_JAVA_CMD environment variable -- You received this message

Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Mark Waite
On Wednesday, September 14, 2022 at 2:26:09 PM UTC-6 Eric Fetzer wrote: Thanks for the response Mark. I don't want to backgrade, so jenkins won't > run. Can you give me a clue as to where the filepath is to java in > Jenkins. Just upgrading didn't solve the problem and the vid is too slow

Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Eric Fetzer
Thanks for the response Mark. I don't want to backgrade, so jenkins won't run. Can you give me a clue as to where the filepath is to java in Jenkins. Just upgrading didn't solve the problem and the vid is too slow for me. He seems to talk a lot about working in the tool. I'm command line RHEL

Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Mark Waite
See https://www.jenkins.io/doc/administration/requirements/upgrade-java-guidelines/ for instructions and a video describing the steps On Wednesday, September 14, 2022 at 10:06:19 AM UTC-6 slide wrote: > The latest weekly releases dropped support for Java 8, so you will need to > update to Java

Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Alex Earl
The latest weekly releases dropped support for Java 8, so you will need to update to Java 11 at a minimum. You may need to look if there is a separate yum package for Java 11 (e.g., if Java 8 is still the default in your OS, then yum update java may not update to Java 11, it may just update to the

Jenkins Won't start after latest ugrade

2022-09-14 Thread eric....@gmail.com
Here's what I did: yum update jenkins Here's what's happening trying to get version info after upgrade. Also won't start with systemctl start jenkins. [root@nd645bd001 ~]# /bin/jenkins -version Sep 14, 2022 10:56:24 AM executable.Main verifyJavaVersion SEVERE: Running with Java class version 5