2014-09-04 20:06 GMT+04:00  <rolandl...@web.de>:
> Hello, I have this error configuring SPDY in Tomcat 8.0.11 in RHEL Linux 6.4 
> (64bit).
>
> Everything works fine removing npnHandler attribute for SPDY.
>
> Sep 04, 2014 9:30:02 AM org.apache.catalina.core.AprLifecycleListener init
> INFO: Loaded APR based Apache Tomcat Native library 1.1.31 using APR version 
> 1.3.9.
> Sep 04, 2014 9:30:02 AM org.apache.catalina.core.AprLifecycleListener init
> INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], 
> random [true].
> ..
> Sep 04, 2014 9:30:55 AM org.apache.coyote.AbstractProtocol start
> INFO: Starting ProtocolHandler ["http-apr-xx.xx.xx.xx-443"]
> java.lang.UnsatisfiedLinkError: org.apache.tomcat.jni.SSLExt.setNPN(J[BI)I
>         at org.apache.tomcat.jni.SSLExt.setNPN(Native Method)

Your copy of Tomcat-Native library was compiled without NPN support
and does not have the above method.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to