Yep, it's correct but still won't start: [root@nd645bd001 jenkins]# alternatives --config java
There is 1 program that provides 'java'. Selection Command ----------------------------------------------- *+ 1 java-11-openjdk.x86_64 (/usr/lib/jvm/java-11-openjdk-11.0.16.0.8-1.el7_9.x86_64/bin/java) Here's the error in journalctl: -- The start-up result is done. Sep 14 15:40:01 nd645bd001 CROND[90879]: (root) CMD (/usr/lib64/sa/sa1 1 1) Sep 14 15:40:01 nd645bd001 systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Sep 14 15:40:02 nd645bd001 goferd[1237]: [WARNING][pulp.agent.1c5e8577-7a00-4d79-b04f-b69dc63299ac] gofer.messaging.adapter.proton.reliability:54 - Connection amqps:// ne001rhc001.fireness.gov:5647 disconnected: Condition('amqp:resource-l [root@nd645bd001 jenkins]# Appears that jenkins may be expecting systemd rather than systemctl??? Just guessing... Thanks! On Wed, Sep 14, 2022 at 2:32 PM Mark Waite <[email protected]> wrote: > > > 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 >> for me. He seems to talk a lot about working in the tool. I'm command >> line RHEL 7. >> >> > I believe that the command you want is described on the Red Hat Customer > Portal <https://access.redhat.com/solutions/6232511>. > > # alternatives --config java > > Naturally, there are many different scenarios and complications where that > command is the wrong choice. For most people, the simplest choice is to > switch the system path to Java and that is what alternatives will do. > > If that is not what you prefer, then you can configure a specific Java > path through > > # systemctl edit jenkins > > The Jenkins documentation includes a guide to managing services with > systemd > <https://www.jenkins.io/doc/book/system-administration/systemd-services/>. > > Mark Waite > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/00ogw3rHsCw/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/7724e4c7-62f1-4c2a-bb4e-d8f39e1f565bn%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/7724e4c7-62f1-4c2a-bb4e-d8f39e1f565bn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAByBicafqc8oyUJZkzSWYjL_6QHzOh9x0E9x3XZSFQGSZwq0CA%40mail.gmail.com.
