Greetings: here is a clip from the logs:
85479675 [defaultScheduler_Worker-13] INFO org.apache.maven.continuum.build.set tings.SchedulesActivator:default - >>>>>>>>>>>>>>>>>>>>> Executing build job (D EFAULT_SCHEDULE)... 85479720 [defaultScheduler_Worker-13] INFO org.apache.maven.continuum.Continuum :default - Enqueuing 'emap' (Build definition id=7). 85479726 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.Buil dController:default - Initializing build 85479742 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.Buil dController:default - Starting build of emap 85479807 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.Buil dController:default - Updating working dir 85479808 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.Buil dController:default - Performing action check-working-directory 85479814 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.Buil dController:default - Performing action checkout-project 85479820 [pool-1-thread-1] INFO org.apache.maven.continuum.scm.ContinuumScm:def ault - Checking out project: 'emap', id: '7' to '/opt/continuum-1.1-beta-3/apps /continuum/webapp/WEB-INF/working-directory/7'. 85479896 [pool-1-thread-1] INFO org.apache.maven.scm.manager.ScmManager:default - Executing: /bin/sh -c "cd /opt/continuum-1.1-beta-3/apps/continuum/webapp/WE B-INF/working-directory && svn --username continuum --non-interactive checkout h ttps://localhost/repo/emap/trunk 7" 85479898 [pool-1-thread-1] INFO org.apache.maven.scm.manager.ScmManager:default - Working directory: /opt/continuum-1.1-beta-3/apps/continuum/webapp/WEB-INF/w orking-directory 85480114 [pool-1-thread-1] WARN org.apache.maven.continuum.scm.ContinuumScm:def ault - Error while checking out the code for project: 'emap', id: '7' to '/opt/ continuum-1.1-beta-3/apps/continuum/webapp/WEB-INF/working-directory/7'. 85480114 [pool-1-thread-1] WARN org.apache.maven.continuum.scm.ContinuumScm:def ault - Command output: svn: PROPFIND request failed on '/repo/emap/trunk' svn: PROPFIND of '/repo/emap/trunk': Server certificate verification failed: iss uer is not trusted (https://localhost) 85480114 [pool-1-thread-1] WARN org.apache.maven.continuum.scm.ContinuumScm:def ault - Provider message: The svn command failed. 85480184 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.Buil dController:default - Merging SCM results 85480232 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.Buil dController:default - Error updating from SCM, not building I can tell I am running as the continuum user by invoking: [EMAIL PROTECTED]:~$ ps -u continuum PID TTY TIME CMD 12119 ? 00:00:35 wrapper 12121 ? 00:08:57 java Let me know if I can send along anything else. Thanks for your help. Bill. Emmanuel Venisse wrote: > > can you paste your continuum logs too? > > Are you sure you run continuum with the continuum user because this svn > output is generally printed when the certificate isn't registered in the > svn registry. > > Emmanuel > > Bill Brown a écrit : >> Greetings: >> >> I am trying to use continuum-1.1-beta-3 with jdk java-6-sun-1.6.0.03 on >> Ubuntu Linux. >> >> After adding a maven2 pom, I get the following error when trying to >> build: >> >> Provider message: The svn command failed. >> Command output: >> ------------------------------------------------------------------------------- >> svn: PROPFIND request failed on '/repo/project/trunk' >> svn: PROPFIND of '/repo/project/trunk': Server certificate verification >> failed: issuer is not trusted (https://localhost) >> >> I run the continuum server with a user named continuum. >> >> I can manually run (as the continuum user) from the command line: 'svn >> list >> https://localhost/repo/project/trunk' and get a listing of the contents >> of >> the project/trunk. The first time I ran this I was prompted to >> permenantly >> accept the certificate which I did. >> >> I have a copy of the cert in the continuum users home directory .keystore >> file. >> >> Am I missing some other command to run to get continuum to recognize the >> https://localhost certificate? >> >> Thanks for your help. >> Bill. >> > > > -- View this message in context: http://www.nabble.com/The-svn-command-failed-...-Server-certificate-verification-failed%3A-issuer-is-not-trusted-tf4611163.html#a13185702 Sent from the Continuum - Users mailing list archive at Nabble.com.
