Idp V3 installation - tomcat error
Brent Putman
putmanb at georgetown.edu
Wed Sep 7 18:57:51 EDT 2016
On 9/7/16 6:37 PM, Ramaiah, Vanna G. wrote:
>
> 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
>
>
>
> <Connector
>
> port="443" maxThreads="200" maxPostSize="100000"
> protocol="org.apache.coyote.http11.Http11AprProtocol"
>
>
>
Well, you are explicitly setting the protocol specifically to the APR
one. But then you haven't actually installed the APR native library.
So not surprisingly, that's not going to work.
Review the docs on the 'protocol' attribute here. [1] In short,
either 1) change the protocol to "HTTP/1.1" to make it auto-detect the
best/correct one to use, or 2) install the APR native library for your
OS platform.
[1] http://tomcat.apache.org/tomcat-8.0-doc/config/http.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160907/e6cbd2ce/attachment.html>
More information about the users
mailing list