Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 97176 invoked from network); 1 May 2010 10:31:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 May 2010 10:31:44 -0000 Received: (qmail 69211 invoked by uid 500); 1 May 2010 10:31:44 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 69068 invoked by uid 500); 1 May 2010 10:31:42 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 69060 invoked by uid 99); 1 May 2010 10:31:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 May 2010 10:31:41 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of grobmeier@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pw0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 May 2010 10:31:34 +0000 Received: by pwj5 with SMTP id 5so492424pwj.34 for ; Sat, 01 May 2010 03:31:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=BiJD0d8i0fH7x81KDoh3et9slQEHfxDEIdZXGsjMtoQ=; b=EISgvVMpXRidR+fmqYy51vNXOg0lzkx+3Y7F/RRhxVXgSi8GywQ0L9YgKjOSHj2rkJ nEMkcvQqZwbcPX6G5eexZZepW0VuS2oql3dlMqjxAvuaDsryjWLMNfNFmkIqKAQEdX/x SvS2Azn1RHoNF/BOocodw+i7tM636DAn3h9Oo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=tbjb2J3QFssgvsDTZ2evNMsrwlN5yUaMGNAiMnyZtv2x/vaMP+yFL11+46tNpaJhyg 3DP+lf2A83Hkh0i9v9DTNgswFYHkJ4BZ3hHRi4DskFrgn9uF6RJmgEVDseytHP6sZsVX bnB9vMi7O3e+mVBE6YGLuw8J/4G92mwnHDLb8= Received: by 10.141.108.3 with SMTP id k3mr1824554rvm.141.1272709872148; Sat, 01 May 2010 03:31:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.141.22.9 with HTTP; Sat, 1 May 2010 03:30:52 -0700 (PDT) From: Christian Grobmeier Date: Sat, 1 May 2010 12:30:52 +0200 Message-ID: Subject: [site] Deploying generated html brings SSL tlsext error To: Logging General Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I have adapted the Log4J process of comitting static html pages to the site folder. When I run mvn site-deploy, I get: [exec] svn: =C3=9Cbertragen schlug fehl (Details folgen): [exec] svn: Mindestens eine Eigenschafts=C3=A4nderung schlug fehl; Projektarchiv nicht ge=C3=A4ndert [exec] svn: PROPPATCH von =C2=BB/repos/asf/!svn/wrk/3decdc55-7f79-498d-bd49-b40cfccb0800/logging/site= /trunk/docs/log4php/source-repository.html=C2=AB: SSL negotiation failed: SSL error: parse tlsext (https://svn.apache.org) I tried to set username and password from environment, but this wasn't the problem. It seems always the source-repository.html fails. I don't think its the file itself (it looks good) but its more related to the same amount of size or time. I commented the regex "untag" feature, but it didn't help. Googling gave me: http://www.markusvirtanen.com/node/15 which seems to be related to httpd - but i cannot imagine it is true? Help? Thanks in advance Christian