<div dir="ltr">I'm an idiot... I figured it out. I forgot to change the shutdown port for Apache Tomcat, so pki-tomcat was in conflict. Seems to be running fine now! :D<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">-Harry<br></div></div>
<br><div class="gmail_quote">On 7 September 2016 at 13:12, Harry Kashouli <span dir="ltr"><<a href="mailto:kashmancy@gmail.com" target="_blank">kashmancy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi all,<br><br></div>System details:<br></div>Fedora 24<br></div>FreeIPA 4.3.2, and working fine<br><div><div><div><div><div><div><br></div><div>Desired outcome:<br></div><div>To have pwm running on the same server, for password self-service - <a href="https://github.com/pwm-project/pwm" target="_blank">https://github.com/pwm-<wbr>project/pwm</a><br></div><div><br></div><div>My FreeIPA server is running fine, but when I attempt to start Tomcat for pwm, that service will not work. Systemctl output below, let me know if you need anything extra, and where to grab it from.<br><br></div><div>If I enable Tomcat at boot, then both that and the ipa/kerberos services fail to start. It seems I cannot have both Apache Tomcat and FreeIPA running at the same time. I even tried changing Tomcat's ports by increasing the port number, by 1.<br><br>[root@~]# systemctl status tomcat<br>● tomcat.service - Apache Tomcat Web Application Container<br>   Loaded: loaded (/usr/lib/systemd/system/<wbr>tomcat.service; disabled; vendor preset: disabled)<br>   Active: active (running) since Wed 2016-09-07 13:00:26 PDT; 21s ago<br> Main PID: 13925 (java)<br>    Tasks: 18 (limit: 512)<br>   CGroup: /system.slice/tomcat.service<br>           └─13925 /usr/lib/jvm/jre/bin/java -Djavax.sql.DataSource.<wbr>Factory=org.apache.commons.<wbr>dbcp.BasicDataSourceFactory -classpath /usr/share/tomcat/bin/<wbr>bootstrap.jar:/usr/share/<wbr>tomcat/bin/tomcat-juli.jar:/<wbr>usr/lib/java/commons-daemon.<wbr>jar -Dcatalina.base=/usr/share/t<br><br>Sep 07 13:00:43 server[13925]: 2016-09-07T13:00:43Z, DEBUG, pwm.PwmEnvironment, released file lock on file /var/lib/tomcat/webapps/pwm/<wbr>WEB-INF/applicationPath.lock<br>Sep 07 13:00:43 server[13925]: 2016-09-07T13:00:43Z, INFO , pwm.PwmApplication, PWM v1.8.0-SNAPSHOT b18063275 rb329bec559be6e47c64239474c637<wbr>b8bd9ed2d93 closed for bidness, cya!<br>Sep 07 13:00:43 server[13925]: 07-Sep-2016 13:00:43.443 WARNING [localhost-startStop-1] org.apache.catalina.loader.<wbr>WebappClassLoaderBase.<wbr>clearReferencesThreads The web application [pwm] appears to have started a thread named [PwmSettingXml s<br>Sep 07 13:00:43 server[13925]:  java.lang.Thread.sleep(Native Method)<br>Sep 07 13:00:43 server[13925]:  password.pwm.util.Helper.<wbr>pause(Helper.java:112)<br>Sep 07 13:00:43 server[13925]:  password.pwm.config.<wbr>PwmSettingXml$1.run(<wbr>PwmSettingXml.java:73)<br>Sep 07 13:00:43 server[13925]: 07-Sep-2016 13:00:43.508 INFO [main] org.apache.coyote.<wbr>AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8081"]<br>Sep 07 13:00:43 server[13925]: 07-Sep-2016 13:00:43.510 INFO [main] org.apache.coyote.<wbr>AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8010"]<br>Sep 07 13:00:43 server[13925]: 07-Sep-2016 13:00:43.548 INFO [main] org.apache.coyote.<wbr>AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8081"]<br>Sep 07 13:00:43 server[13925]: 07-Sep-2016 13:00:43.550 INFO [main] org.apache.coyote.<wbr>AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8010"]<br>[root@~]# systemctl status tomcat<br>● tomcat.service - Apache Tomcat Web Application Container<br>   Loaded: loaded (/usr/lib/systemd/system/<wbr>tomcat.service; disabled; vendor preset: disabled)<br>   Active: inactive (dead)<br><br>Sep 07 13:00:43 server[13925]: 2016-09-07T13:00:43Z, DEBUG, pwm.PwmEnvironment, released file lock on file /var/lib/tomcat/webapps/pwm/<wbr>WEB-INF/applicationPath.lock<br>Sep 07 13:00:43 server[13925]: 2016-09-07T13:00:43Z, INFO , pwm.PwmApplication, PWM v1.8.0-SNAPSHOT b18063275 rb329bec559be6e47c64239474c637<wbr>b8bd9ed2d93 closed for bidness, cya!<br>Sep 07 13:00:43 server[13925]: 07-Sep-2016 13:00:43.443 WARNING [localhost-startStop-1] org.apache.catalina.loader.<wbr>WebappClassLoaderBase.<wbr>clearReferencesThreads The web application [pwm] appears to have started a thread named [PwmSettingXml s<br>Sep 07 13:00:43 server[13925]:  java.lang.Thread.sleep(Native Method)<br>Sep 07 13:00:43 server[13925]:  password.pwm.util.Helper.<wbr>pause(Helper.java:112)<br>Sep 07 13:00:43 server[13925]:  password.pwm.config.<wbr>PwmSettingXml$1.run(<wbr>PwmSettingXml.java:73)<br>Sep 07 13:00:43 server[13925]: 07-Sep-2016 13:00:43.508 INFO [main] org.apache.coyote.<wbr>AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8081"]<br>Sep 07 13:00:43 server[13925]: 07-Sep-2016 13:00:43.510 INFO [main] org.apache.coyote.<wbr>AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8010"]<br>Sep 07 13:00:43 server[13925]: 07-Sep-2016 13:00:43.548 INFO [main] org.apache.coyote.<wbr>AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8081"]<br>Sep 07 13:00:43 server[13925]: 07-Sep-2016 13:00:43.550 INFO [main] org.apache.coyote.<wbr>AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8010"]<br><br></div><div>Cheers,<br clear="all"><div><div>-Harry<br></div></div>
</div></div></div></div></div></div></div>
</blockquote></div><br></div>