I'm getting the following error when starting up tomcat:
Jan 8, 2011 3:46:19 AM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
Jan 8, 2011 3:46:19 AM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false],
random [true].
Jan 8, 2011 3:46:19 AM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: Failed to initialize the SSLEngine.
Jan 8, 2011 3:46:19 AM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
Jan 8, 2011 3:46:19 AM org.apache.coyote.http11.Http11AprProtocol init
SEVERE: Error initializing endpoint
org.apache.tomcat.jni.Error: This function has not been implemented on this
platform
at org.apache.tomcat.jni.SSL.initialize(Native Method)
at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:634)
I've installed apr, apr-util, and tomcat-native, and configured for SSL. Any
ideas on what would cause something like this?
apache-tomcat-5.5.31
apr-1.4.2
apr-util-1.3.10
tomcat-native-1.1.20
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]