<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 2/15/23 12:16, Andrei Borzenkov
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAA91j0X+O7j8-vz6D78ktAUzFENAbS459ZCL8=Dzncf5StHMWA@mail.gmail.com">
      <pre class="moz-quote-pre" wrap="">On Wed, Feb 15, 2023 at 12:49 PM Adam Cecile <a class="moz-txt-link-rfc2396E" href="mailto:acecile@le-vert.net"><acecile@le-vert.net></a> wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">
Hello,

Just had some issue with unexpected server behavior after reboot. This node was powered off, so cluster was running fine with this tomcat9 resource running on a different machine.

After powering on this node again, it briefly started tomcat before joining the cluster and decided to stop it again. I'm not sure why.


Here is the systemctl status tomcat9 on this host:

tomcat9.service - Apache Tomcat 9 Web Application Server
     Loaded: loaded (/lib/systemd/system/tomcat9.service; disabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/tomcat9.service.d
             └─override.conf
     Active: inactive (dead)
       Docs: <a class="moz-txt-link-freetext" href="https://tomcat.apache.org/tomcat-9.0-doc/index.html">https://tomcat.apache.org/tomcat-9.0-doc/index.html</a>

Feb 15 09:43:27 server tomcat9[1398]: Starting service [Catalina]
Feb 15 09:43:27 server tomcat9[1398]: Starting Servlet engine: [Apache Tomcat/9.0.43 (Debian)]
Feb 15 09:43:27 server tomcat9[1398]: [...]
Feb 15 09:43:29 server systemd[1]: Stopping Apache Tomcat 9 Web Application Server...
Feb 15 09:43:29 server systemd[1]: tomcat9.service: Succeeded.
Feb 15 09:43:29 server systemd[1]: Stopped Apache Tomcat 9 Web Application Server.
Feb 15 09:43:29 server systemd[1]: tomcat9.service: Consumed 8.017s CPU time.

You can see it is disabled and should NOT be started
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
"Disabled" in systemd just means that links in [Install] section are
not present. This unit may be started by explicit request, or by
explicit dependency like Wants or Requires in another unit. Check
"systemctl show -p WantedBy -p RequiredBy tomcat9.service".
</pre>
    </blockquote>
    <p>Sadly it is configured as it should:</p>
    <p>RequiredBy=<br>
      WantedBy=<br>
    </p>
    <div id="grammalecte_menu_main_button_shadow_host" style="width:
      0px; height: 0px;"></div>
  </body>
</html>