[Anthill-pro] Codestation exception
Byron Appelt
byron.appelt at gmail.com
Wed Oct 18 08:27:12 CDT 2006
My builds are now failing with the following exception:
666727 ERROR 495 4 0 - Error adding files to Codestation
java.lang.NullPointerException
at com.urbancode.anthill3.runtime.paths.CodestationPathHelper.getBaseArtifactPath(CodestationPathHelper.java:105)
at com.urbancode.anthill3.runtime.paths.CodestationPathHelper.getBasePath(CodestationPathHelper.java:52)
at com.urbancode.codestation2.server.CodestationFileCacheService$AbstractFileCache.<init>(CodestationFileCacheService.java:99)
at com.urbancode.codestation2.server.CodestationFileCacheService$FileBackedCache.<init>(CodestationFileCacheService.java:321)
at com.urbancode.codestation2.server.CodestationFileCacheService.createCache(CodestationFileCacheService.java:760)
at com.urbancode.codestation2.server.CodestationFileCacheService.getFileCache(CodestationFileCacheService.java:733)
at com.urbancode.codestation2.server.CodestationFileCacheService.initCache(CodestationFileCacheService.java:692)
at com.urbancode.codestation2.server.CodestationFileCacheService.<init>(CodestationFileCacheService.java:675)
at com.urbancode.codestation2.server.CodestationFileCacheService.getInstance(CodestationFileCacheService.java:55)
at com.urbancode.codestation2.server.CodestationRepository.getBuildLifeArtifactSetZipFile(CodestationRepository.java:231)
at com.urbancode.anthill3.command.codestation2.GetCodestationArtifactsCommand.execute(GetCodestationArtifactsCommand.java:48)
at com.urbancode.anthill3.services.jobs.StepExecutor.execute(StepExecutor.java:496)
at com.urbancode.anthill3.step.artifacts.ResolveDependencyArtifactsStep.transferLifeConfigToRemoteDir(ResolveDependencyArtifactsStep.java:189)
at com.urbancode.anthill3.step.artifacts.ResolveDependencyArtifactsStep.transferDependencyConfig(ResolveDependencyArtifactsStep.java:124)
at com.urbancode.anthill3.step.artifacts.ResolveDependencyArtifactsStep.perform(ResolveDependencyArtifactsStep.java:89)
at com.urbancode.anthill3.services.jobs.StepExecutor.execute(StepExecutor.java:214)
at com.urbancode.anthill3.services.jobs.StepExecutor.execute(StepExecutor.java:284)
at com.urbancode.anthill3.domain.execution.simple.SimpleAgentJobDelegate.perform(SimpleAgentJobDelegate.java:192)
at com.urbancode.anthill3.services.jobs.Job.start(Job.java:117)
at com.urbancode.anthill3.services.jobs.JobService$JobRunner.run(JobService.java:402)
at com.urbancode.commons.util.ThreadPool$WorkerThread.run(ThreadPool.java:155)
What is causing this? Why is the build trying to add something to
codestation, it should only be retrieving files, although I am getting
this exception also on projects that shouldn't even be doing that.
More information about the Anthill-pro
mailing list