-
Type:
Suggestion
-
Resolution: Resolved Locally
-
None
-
Component/s: Triggers
-
None
-
Environment:System Date:
Friday, 15 Jun 2007
System Time:
17:16:16
Username:
SYSTEM
User Timezone:
Europe/London
User Locale:
English (United Kingdom)
System Encoding:
Cp1252
Operating System:
Windows 2003 5.2
Operating System Architecture:
x86
Available Processors:
1
Application Server Container:
Jetty/5.1.4
Java Runtime Information
Java Version:
1.5.0_07
Java Vendor:
Sun Microsystems Inc.
JVM Version:
1.0
JVM Vendor:
Sun Microsystems Inc.
JVM Implementation Version:
1.5.0_07-b03
Java Runtime:
Java(TM) 2 Runtime Environment, Standard Edition
Java VM:
Java HotSpot(TM) Client VM
Java VM Memory Statistics
Total Memory:
254 MB
Free Memory:
219 MB
Used Memory:
35 MB
Bamboo Paths
Configuration Path:
D:\bamboo\xml-data\configuration
Build Path:
D:\bamboo\xml-data\builds
Bamboo Home:
D:\bambooSystem Date: Friday, 15 Jun 2007 System Time: 17:16:16 Username: SYSTEM User Timezone: Europe/London User Locale: English (United Kingdom) System Encoding: Cp1252 Operating System: Windows 2003 5.2 Operating System Architecture: x86 Available Processors: 1 Application Server Container: Jetty/5.1.4 Java Runtime Information Java Version: 1.5.0_07 Java Vendor: Sun Microsystems Inc. JVM Version: 1.0 JVM Vendor: Sun Microsystems Inc. JVM Implementation Version: 1.5.0_07-b03 Java Runtime: Java(TM) 2 Runtime Environment, Standard Edition Java VM: Java HotSpot(TM) Client VM Java VM Memory Statistics Total Memory: 254 MB Free Memory: 219 MB Used Memory: 35 MB Bamboo Paths Configuration Path: D:\bamboo\xml-data\configuration Build Path: D:\bamboo\xml-data\builds Bamboo Home: D:\bamboo
When I change the svn URL (moving the svn folder and changing through bamboo console) build polling does work against the new location.. Manual builds continue to work just fine. I get an error suggested Bamboo can't find the svn folder I've just deleted.
com.atlassian.bamboo.repository.RepositoryException: Adam - Public
at com.atlassian.bamboo.repository.svn.SvnRepository.getChangesSinceLastBuild(SvnRepository.java:453)
at com.atlassian.bamboo.build.strategy.PollingBuildStrategy.requiresBuild(PollingBuildStrategy.java:128)
at com.atlassian.bamboo.build.DefaultBuildChangeDetector.checkIfBuildNeedsBuilding(DefaultBuildChangeDetector.java:166)
at com.atlassian.bamboo.build.DefaultBuildChangeDetector.doTask(DefaultBuildChangeDetector.java:114)
at com.atlassian.bamboo.build.DefaultBuildChangeDetector.run(DefaultBuildChangeDetector.java:77)
at edu.emory.mathcs.backport.java.util.concurrent.helpers.ThreadHelpers$1.run(ThreadHelpers.java:34)
at java.lang.Thread.run(Unknown Source)
Caused by: org.tmatesoft.svn.core.SVNException: svn: PROPFIND request failed on '/repos/apps/adam/sandbox/ADAM-302'
svn: Connection reset
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:48)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:124)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:197)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:160)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:147)
at com.atlassian.bamboo.repository.svn.SvnRepository.getChangesSinceLastBuild(SvnRepository.java:365)
... 6 more