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

Key: QB-1242
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Keni Popovski
Votes: 0
Watchers: 1
Operations

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

TimeoutException in QuickBuild leads to a truncation of the log files

Created: 21/Mar/12 11:34 PM   Updated: 22/Mar/12 01:18 AM
Component/s: None
Affects Version/s: 3.1.0
Fix Version/s: None

Original Estimate: 1 hour Remaining Estimate: 1 hour Time Spent: Unknown
Environment: Windows 7


 Description  « Hide
When a QuickBuild configuration times out, we get the exception below being thrown. The problem is that we can't diagnose the cause of the timeout without some form of logging. Is there any fix in the later versions of QuickBuild that would rectify this?

03:35:10,794 ERROR - Build is timed out.
    java.lang.RuntimeException: java.util.concurrent.TimeoutException: Timed out waiting for task completion.
        at com.pmease.quickbuild.grid.GridTaskFuture.get(GridTaskFuture.java:76)
        at com.pmease.quickbuild.DefaultBuildEngine.run(DefaultBuildEngine.java:410)
        at com.pmease.quickbuild.DefaultBuildEngine.process(DefaultBuildEngine.java:324)
        at com.pmease.quickbuild.DefaultBuildEngine.access$1(DefaultBuildEngine.java:245)
        at com.pmease.quickbuild.DefaultBuildEngine$2.run(DefaultBuildEngine.java:766)
        at java.lang.Thread.run(Thread.java:722)
    Caused by: java.util.concurrent.TimeoutException: Timed out waiting for task completion.
        at com.pmease.quickbuild.grid.GridTaskFuture.get(GridTaskFuture.java:71)
        ... 5 more


 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [22/Mar/12 01:18 AM]
This has been fixed in QB4.