Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 24434 invoked from network); 19 Oct 2007 16:38:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Oct 2007 16:38:28 -0000 Received: (qmail 5860 invoked by uid 500); 19 Oct 2007 16:38:15 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 5400 invoked by uid 500); 19 Oct 2007 16:38:14 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 5389 invoked by uid 99); 19 Oct 2007 16:38:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 09:38:14 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 16:38:17 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IiurF-0007tM-21 for continuum-users@maven.apache.org; Fri, 19 Oct 2007 09:37:57 -0700 Message-ID: <13298429.post@talk.nabble.com> Date: Fri, 19 Oct 2007 09:37:57 -0700 (PDT) From: Bill Brown To: continuum-users@maven.apache.org Subject: Re: The svn command failed ... Server certificate verification failed: issuer is not trusted In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: wbrown@colorfulsoftware.com References: <13168309.post@talk.nabble.com> <13205415.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Greetings Wendy: Thanks for seeing this. I do use a startup script for continuum. It uses the environment from /etc/profile which contains this relevant info: ... JAVA_HOME=/usr/lib/jvm/java-6-sun MAVEN_HOME=/opt/maven PATH=$PATH:$MAVEN_HOME/bin JAVA_OPTS="-Xms256m -Xmx1792m -XX:PermSize=128m -XX:MaxPermSize=512m -Djava.awt.headless=true" export JAVA_HOME JAVA_OPTS MAVEN_HOME ... But I can also use the environment from /etc/profile from the command line before invoking the svn checkout: root@localhost:/home/bill# su continuum $ bash continuum@localhost:/home/bill$ . /etc/profile continuum@localhost:/home/bill$ svn list https://localhost/repo/emap branches/ tags/ trunk/ continuum@localhost:/home/bill$ So thats where I get stuck. Does this give you any info more info to look at? Is there any other debug info I could send along? Thanks. Bill. Wendy Smoak-3 wrote: > > On 10/14/07, Bill Brown wrote: > >> This issue still exists for me. I run continuum with the user I created >> "continuum" . I am able to check out code with the continuum user from >> the >> command line. I have already manually accepted the certificate >> verification >> permenantly from the command line as the continuum user. After all of >> this, the build fails with the same error message as the original post. >> Does anyone else have another suggestion? Am I the only user >> experiencing >> this issue? > > It's a legitimate issue, but accepting the certificate should have > fixed it. Most likely, Continuum is not running in exactly the same > environment that you get when you log in. > > How are you starting Continuum? > > -- > Wendy > > -- View this message in context: http://www.nabble.com/The-svn-command-failed-...-Server-certificate-verification-failed%3A-issuer-is-not-trusted-tf4611163.html#a13298429 Sent from the Continuum - Users mailing list archive at Nabble.com.