-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: Other, OS: Windows XP
The build seems to be successful except the console is filled with stack traces. The fingerprint files
specified in the stack traces are 0 byte files.
This started around 1.217, i believe. Current version still has the same behavior.
Here is a stack trace:
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: hudson.util.IOException2: Unable to read C:\Documents and
Settings\Admin\.hudson\fingerprints\03\67\c58cb47bb99b9f583921b9db3409.xml
at hudson.remoting.Channel$1.adapt(Channel.java:425)
at hudson.remoting.Channel$1.adapt(Channel.java:420)
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:32)
at hudson.maven.MavenBuilder.call(MavenBuilder.java:140)
at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:527)
at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:473)
at hudson.remoting.UserRequest.perform(UserRequest.java:69)
at hudson.remoting.UserRequest.perform(UserRequest.java:23)
at hudson.remoting.Request$2.run(Request.java:200)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.util.IOException2: Unable to read C:\Documents and
Settings\Admin\.hudson\fingerprints\03\67\c58cb47bb99b9f583921b9db3409.xml
at hudson.XmlFile.read(XmlFile.java:105)
at hudson.model.Fingerprint.load(Fingerprint.java:687)
at hudson.model.Fingerprint.load(Fingerprint.java:675)
at hudson.model.FingerprintMap.load(FingerprintMap.java:72)
at hudson.model.FingerprintMap.load(FingerprintMap.java:20)
at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:131)
at hudson.model.FingerprintMap.get(FingerprintMap.java:57)
at hudson.model.FingerprintMap.get(FingerprintMap.java:20)
at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:85)
at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:48)
at hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:83)
at hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:72)
at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:266)
at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:200)
... 9 more
Caused by: com.thoughtworks.xstream.io.StreamException: : only whitespace content allowed before
start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1)
at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:78)
at
com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:137)
at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:130)
at com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullReader.java:109)
at com.thoughtworks.xstream.io.xml.AbstractPullReader.moveDown(AbstractPullReader.java:94)
at com.thoughtworks.xstream.io.xml.XppReader.<init>(XppReader.java:48)
at com.thoughtworks.xstream.io.xml.XppDriver.createReader(XppDriver.java:44)
at com.thoughtworks.xstream.XStream.fromXML(XStream.java:861)
at hudson.XmlFile.read(XmlFile.java:103)
... 22 more
Caused by: org.xmlpull.v1.XmlPullParserException: only whitespace content allowed before start tag
and not \u0 (position: START_DOCUMENT seen \u0... @1:1)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1519)
at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:63)
... 30 more