Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 30891 invoked from network); 10 Jun 2008 17:14:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2008 17:14:20 -0000 Received: (qmail 27230 invoked by uid 500); 10 Jun 2008 17:14:22 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 27172 invoked by uid 500); 10 Jun 2008 17:14:21 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 27161 invoked by uid 99); 10 Jun 2008 17:14:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 10:14:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jgawor@gmail.com designates 74.125.46.29 as permitted sender) Received: from [74.125.46.29] (HELO yw-out-2324.google.com) (74.125.46.29) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 17:13:32 +0000 Received: by yw-out-2324.google.com with SMTP id 2so1566130ywt.85 for ; Tue, 10 Jun 2008 10:13:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=b2swWGLIWkbr3PfzMXU+LjuBJvWi1clOhaM4jZMb+wk=; b=Leis2Q1cMF864bX99Xp/iwdHrKaUd3FiTBHIXXzoGyZm/0zlj3XxLFtPdV/9PZ5GOt C4tNWIUcFbI/WVAdA2KlDSrKBvwnzZN5KePVJCwdlYsvTAeR15beaNpMBC032P+wHUST T0ufRrAjKYP/jcvudLinTRoyJvfza2MlDfu7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fxu5SC7ncWRXsR9Jl9Jc1ocrIyO3yi5ngVkTIypcdsXfT3trNvGwE5qzAOFIQmt2HJ VdFpTMWKgxdl9wuaJ42KqrCUNM1o+LTcMmrbw3VXwMw++ZvhF6Dey/IRzNOYkY9aY4D3 Omn/lK766yH2C4xkTtrDFcfcSXI6A0B713Ia4= Received: by 10.114.134.20 with SMTP id h20mr5265457wad.91.1213118029689; Tue, 10 Jun 2008 10:13:49 -0700 (PDT) Received: by 10.114.150.17 with HTTP; Tue, 10 Jun 2008 10:13:49 -0700 (PDT) Message-ID: <5eb405c70806101013h3be81ab3nfd9cb80a19f34805@mail.gmail.com> Date: Tue, 10 Jun 2008 13:13:49 -0400 From: "Jarek Gawor" To: dev@geronimo.apache.org Subject: Re: [jira] Created: (GERONIMO-4103) Fail to Restart APR HTTP Connector In-Reply-To: <244996.67995.qm@web57508.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <244996.67995.qm@web57508.mail.re1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I committed the changes to svn so things should be working now. Jarek On Tue, Jun 10, 2008 at 2:09 AM, YunFeng Ma wrote: > Hi Jarek, > > Can you tell how you hacked this? I found the same problem in > https://issues.apache.org/jira/browse/GERONIMO-4094, but I had no idea how > to hack it. Thanks a lot. > > -- YunFeng Ma > > Jarek Gawor wrote: > > On Mon, Jun 9, 2008 at 10:33 PM, Kevan Miller > wrote: > > On Jun 9, 2008, at 10:21 PM, Jarek Gawor wrote: > > I think you might be looking at the Jetty assembly. Tomcat assembly > has all the jars. > > Heh. Must have unpacked the wrong assembly. Time for bed, I guess... ;-) > > We're either missing org/apache/tomcat/jni/OS somehow. Or else missing the > native libraries that implement its native methods... Are you sure you have > the appropriate native libs? > > In standalone Tomcat the AprLifecycleListener listener is used to > initialize the APR library. We don't register that listener anywhere > in our Tomcat integration code in Geronimo. Once I hacked this in I > was able to start the server ok and add new APR connectors. > > Jarek > > > > >