Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 74829 invoked from network); 19 Jul 2007 13:51:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jul 2007 13:51:36 -0000 Received: (qmail 62575 invoked by uid 500); 19 Jul 2007 13:51:11 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 62556 invoked by uid 500); 19 Jul 2007 13:51:11 -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 62545 invoked by uid 99); 19 Jul 2007 13:51:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 06:51:11 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.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; Thu, 19 Jul 2007 06:51:08 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IBWP2-0001cy-BT for continuum-users@maven.apache.org; Thu, 19 Jul 2007 06:50:48 -0700 Message-ID: <11689772.post@talk.nabble.com> Date: Thu, 19 Jul 2007 06:50:48 -0700 (PDT) From: Anshula To: continuum-users@maven.apache.org Subject: Unable to sync from Perforce if Continuum is run as a service MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: anshula.bhat@isobar.net X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have been trying to setup a build system using continuum for our projects. I have a Maven2 project(with modules) and the SCM is Perforce. Initially, I started continuum from the command line using the batch file "bin\windows-x86-32\run.bat". I was able to add the project successfully from the UI and build it as well. After that I tried to setup Continuum as a service using the script "bin\windows-x86-32\InstallService.bat". Again I tried to build the same project again. But it refuses to build. Following is the part of error trace - ------------------------------------------------------------------------------------------- INFO | jvm 1 | 2007/07/18 16:00:00 | 2007-07-18 16:00:00,333 [pool-1-thread-1] INFO ScmManager:default - Executing: p4 -d C:\Try\project\254 -p hydrogen:1666 -u username client -i INFO | jvm 1 | 2007/07/18 16:00:00 | 2007-07-18 16:00:00,396 [pool-1-thread-1] WARN ContinuumScm:default - Error while checking out the code for project: 'project-trial', id: '254' to 'C:\Try\project\254'. INFO | jvm 1 | 2007/07/18 16:00:00 | 2007-07-18 16:00:00,396 [pool-1-thread-1] WARN ContinuumScm:default - Command output: INFO | jvm 1 | 2007/07/18 16:00:00 | 2007-07-18 16:00:00,396 [pool-1-thread-1] WARN ContinuumScm:default - Provider message: Unable to sync. Are you logged in? INFO | jvm 1 | 2007/07/18 16:00:00 | 2007-07-18 16:00:00,396 [pool-1-thread-1] INFO BuildController:default - Merging SCM results INFO | jvm 1 | 2007/07/18 16:00:00 | 2007-07-18 16:00:00,412 [pool-1-thread-1] INFO BuildController:default - Error updating from SCM, not building ------------------------------------------------------------------------------------------- The version of Continuum that I am using is "continuum-1.1-alpha-2" and the maven version is 2.0.5. Also, here is the SCM Section of my parent POM (if needed) - ----------------------------------------------------------------------------------- scm:perforce:username@scm-server:1666://Java-Development/project-trial scm:perforce:username@scm-server:1666://Java-Development/project-trial ...... org.apache.maven.plugins maven-scm-plugin 1.0 developerConnection username password ----------------------------------------------------------------------------------- What possibly can be wrong? The same configration works fine while Continuum is in command line mode? Thanks, Anshula -- View this message in context: http://www.nabble.com/Unable-to-sync-from-Perforce-if-Continuum-is-run-as-a-service-tf4111233.html#a11689772 Sent from the Continuum - Users mailing list archive at Nabble.com.