History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-930
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Steve Luo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Collect changes always failed when EOFException occurred

Created: 26/May/11 07:45 AM   Updated: 26/May/11 02:07 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 3.1.43

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
When below exception occurred, changes cannot be collected:

com.pmease.quickbuild.plugin.report.engine.persistentcategory.AbstractPersistentReportBuildListener.buildFinished(AbstractPersistentReportBuildListener.java:129)
        at com.pmease.quickbuild.DefaultBuildEngine.run(DefaultBuildEngine.java:500)
        at com.pmease.quickbuild.DefaultBuildEngine.process(DefaultBuildEngine.java:319)
        at com.pmease.quickbuild.DefaultBuildEngine.access$1(DefaultBuildEngine.java:242)
        at com.pmease.quickbuild.DefaultBuildEngine$2.run(DefaultBuildEngine.java:753)
        at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.EOFException: input contained no data
        at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3003)
        at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
        at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
        at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)
        at org.xmlpull.mxp1.MXParser.nextToken(MXParser.java:1100)
        at org.dom4j.io.XPP3Reader.parseDocument(XPP3Reader.java:369)
        at org.dom4j.io.XPP3Reader.read(XPP3Reader.java:213)
        at com.pmease.quickbuild.migration.VersionedDocument.fromXML(VersionedDocument.java:468)


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.