[Anthill] Getting Exit Code 13 when using PVCS to do automated build
Scott Ryan
scott at theryansplace.com
Wed Mar 17 21:14:58 CST 2004
I am trying to get AntHill to run my automated builds from PVCS. I run the
command that is issued directly from the command line and it appears to work
correctly. I have attached the error log below. It indicates that the
project root is blank and also that something is locked by another user but
i can't figure out what. Any ideas would be appreciated.
08:06:03:932 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.util.Execute - [checkout] pcli
get -z -pr"\\netapp2b\scm\pvcs\VM\Projects\BEA_8.1_Apps" -a"C:\anthill170\PV
CS_WORKING\BEA_8.1\enterprise" /"/BEA_8.1/enterprise"
08:06:10:531 [http8080-Processor2] DEBUG com.urbancode.anthill.Anthill -
Anthill.refreshScheduleMap scheduleFileName: default
08:06:10:531 [http8080-Processor2] DEBUG com.urbancode.anthill.Anthill -
Anthill.refreshScheduleMap scheduleFileName: stoppedSchedule
08:06:10:531 [http8080-Processor2] DEBUG
com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name: default
nextBuildTime: 1079388000531, Mar 15, 2004 3:00:00 PM
08:06:10:531 [http8080-Processor2] DEBUG
com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name: default
currentTime: 1079363170531, Mar 15, 2004 8:06:10 AM
08:06:10:531 [http8080-Processor2] DEBUG
om.urbancode.anthill.BuildDaemon - getProjectBeingBuilt() :
com.urbancode.anthill.BuildDefinition at 457d21
08:06:40:675 [http8080-Processor4] DEBUG com.urbancode.anthill.Anthill -
Anthill.refreshScheduleMap scheduleFileName: default
08:06:40:675 [http8080-Processor4] DEBUG com.urbancode.anthill.Anthill -
Anthill.refreshScheduleMap scheduleFileName: stoppedSchedule
08:06:40:675 [http8080-Processor4] DEBUG
com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name: default
nextBuildTime: 1079388000675, Mar 15, 2004 3:00:00 PM
08:06:40:675 [http8080-Processor4] DEBUG
com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name: default
currentTime: 1079363200675, Mar 15, 2004 8:06:40 AM
08:06:40:675 [http8080-Processor4] DEBUG
om.urbancode.anthill.BuildDaemon - getProjectBeingBuilt() :
com.urbancode.anthill.BuildDefinition at 457d21
08:07:00:153 [http8080-Processor4] DEBUG
com.urbancode.anthill.web.admin.ProjectPropertiesViewServlet - projectName:
enterprise
08:07:00:153 [http8080-Processor4] DEBUG
com.urbancode.anthill.web.admin.ProjectPropertiesViewServlet - project:
com.urbancode.anthill.AnthillProject at 827968
08:07:00:153 [http8080-Processor4] DEBUG com.urbancode.anthill.Anthill -
Anthill.refreshScheduleMap scheduleFileName: default
08:07:00:153 [http8080-Processor4] DEBUG com.urbancode.anthill.Anthill -
Anthill.refreshScheduleMap scheduleFileName: stoppedSchedule
08:07:04:539 [http8080-Processor3] DEBUG
com.urbancode.anthill.web.admin.ProjectPropertiesUpdateServlet -
ProjectPropertiesUpdateServlet.processRequest()
08:07:04:539 [http8080-Processor3] DEBUG
com.urbancode.anthill.web.admin.ProjectPropertiesUpdateServlet - From page:
/projectProperties.jsp
08:07:04:539 [http8080-Processor3] DEBUG
com.urbancode.anthill.web.admin.ProjectPropertiesUpdateServlet -
project=com.urbancode.anthill.AnthillProject at 827968
08:07:06 Mar.15.04 [Error]
Version Manager could not access this ProjectRoot "" because it is in use by
another user. Try to access this ProjectRoot at a later time.
pvcs.suite.PvcsPublicGroupCreationException: Version Manager could not
access this ProjectRoot "" because it is in use by another user. Try to
access this ProjectRoot at a later time.
at pvcs.suite.BaseProjectRoot.initProjectRoot(BaseProjectRoot.java:268)
at pvcs.suite.io.file.FileIoProvider.getProjectRoot(FileIoProvider.java:61)
at pvcs.suite.BaseIoProvider.initRoot(BaseIoProvider.java:269)
at pvcs.suite.BaseIoProvider.openPDB(BaseIoProvider.java:81)
at pvcs.suite.SuiteSystem.openProjectRoot(SuiteSystem.java:299)
at pvcs.suite.SuiteSystem.openProjectRoot(SuiteSystem.java:223)
at pvcs.suite.SuiteCmd.getProjectRoot(SuiteCmd.java:279)
at pvcs.suite.SuiteCmd.appendSelection(SuiteCmd.java:461)
at pvcs.cmd.PvcsCmd.processArg(PvcsCmd.java:761)
at pvcs.suite.SuiteCmd.processArg(SuiteCmd.java:168)
at pvcs.vm.GetCmd.processArg(GetCmd.java:530)
at pvcs.cmd.PvcsCmd.parse(PvcsCmd.java:274)
at pvcs.cmd.CmdProcessor.invokeCmd(CmdProcessor.java:664)
at pvcs.cmd.PcliFunction.exec(PcliFunction.java:258)
at pvcs.cmd.PcliFunction.exec(PcliFunction.java:162)
at pvcs.cmd.CmdProcessor.runCmds(CmdProcessor.java:227)
at pvcs.cmd.CmdProcessor.pcliMain(CmdProcessor.java:194)
at pvcs.cmd.CmdProcessor.main(CmdProcessor.java:171)
08:07:07:153 [Thread - AnthillBuildDaemon] ERROR
com.urbancode.anthill.BuildManager - ProfileAdapter checkout failed
(exitcode -13):PVCS Version Manager (PCLI) v7.5.1.0 (Build 297) for Windows
NT/80x86
Copyright 1985-2002 MERANT. All rights reserved.
com.urbancode.anthill.adapter.RepositoryException: ProfileAdapter checkout
failed (exitcode -13):PVCS Version Manager (PCLI) v7.5.1.0 (Build 297) for
Windows NT/80x86
Copyright 1985-2002 MERANT. All rights reserved.
at
com.urbancode.anthill.adapter.PVCSRepositoryAdapter.executeCommand(PVCSRepos
itoryAdapter.java:602)
at
com.urbancode.anthill.adapter.PVCSRepositoryAdapter.getWorkingProjectCopy(PV
CSRepositoryAdapter.java:142)
at com.urbancode.anthill.BuildManager.build(BuildManager.java:106)
at
com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
Scott D. Ryan
Director, J2EE Architecture and Development
Soaring Eagle LLC.
9742 S. Whitecliff Place
Highlands Ranch, Co. 80129
(303) 263-3044
scott at theryansplace.com
BEA Technical Director
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Scott Damon Ryan.vcf
Type: text/x-vcard
Size: 503 bytes
Desc: not available
Url : http://lists.urbancode.com/pipermail/anthill/attachments/20040317/9c5c4eab/ScottDamonRyan-0004.vcf
More information about the Anthill
mailing list