On 10/13/07, Bill Brown <[EMAIL PROTECTED]> wrote: > > 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)
Try to run svn checkout https://localhost/repo/emap/trunk using command line and manually accept certificate (svn will ask you for confirmation). Then svn running under continuum will know that given certificate is trusted for you. You need to do this using the same account that you're using to run continuum. HTH, Tomek
