Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 95118 invoked from network); 8 Jan 2011 04:00:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jan 2011 04:00:33 -0000 Received: (qmail 29973 invoked by uid 500); 8 Jan 2011 04:00:26 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 29634 invoked by uid 500); 8 Jan 2011 04:00:25 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 29616 invoked by uid 99); 8 Jan 2011 04:00:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jan 2011 04:00:24 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daniel@wordchamp.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jan 2011 04:00:15 +0000 Received: by qwk4 with SMTP id 4so18701286qwk.18 for ; Fri, 07 Jan 2011 19:59:55 -0800 (PST) Received: by 10.229.236.193 with SMTP id kl1mr24142454qcb.114.1294459195092; Fri, 07 Jan 2011 19:59:55 -0800 (PST) Received: from [192.168.1.17] (pool-108-12-210-42.prvdri.fios.verizon.net [108.12.210.42]) by mx.google.com with ESMTPS id g28sm15663317qck.1.2011.01.07.19.59.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 07 Jan 2011 19:59:54 -0800 (PST) From: Daniel Blumenthal Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: org.apache.tomcat.jni.Error: This function has not been implemented on this platform Date: Fri, 7 Jan 2011 22:59:52 -0500 Message-Id: To: users@tomcat.apache.org Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) X-Virus-Checked: Checked by ClamAV on apache.org 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: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org