Idp V3 installation - tomcat error

Ramaiah, Vanna G. ramaiah at musc.edu
Wed Sep 7 18:37:58 EDT 2016


Tomcat restart is through the error mentioned below.
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Sep 07, 2016 6:28:26 PM org.apache.catalina.core.StandardService initInternal
SEVERE: Failed to initialize connector [Connector[HTTP/1.1-443]]
Caused by: org.apache.catalina.LifecycleException: The configured protocol [org.apache.coyote.http11.Http11AprProtocol] requires the APR/native library which is not available

This is what I have in server.xml.
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
   <Connector
    port="443" maxThreads="200" maxPostSize="100000" protocol="org.apache.coyote.http11.Http11AprProtocol"
    scheme="https" secure="true" SSLEnabled="true"
    SSLCertificateFile="/etc/tomcat8/ssl/shibboleth-sslcrt.pem"
    SSLCertificateKeyFile="/etc/tomcat8/ssl/shibboleth-sslkey.pem"/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160907/f07aa1e0/attachment.html>


More information about the users mailing list