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

Key: QB-3275
Type: Improvement Improvement
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Blocker Blocker
Assignee: Robin Shen
Reporter: Loïc Philippot
Votes: 0
Watchers: 0
Operations

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

Need more details on Java OutofMemoryError on log

Created: 08/Oct/18 09:31 AM   Updated: 19/Jan/19 01:09 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

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


 Description  « Hide
Hello,
In the log for java.lang.OutofMemoryError, it would be very usefull to have details as :
- Which build, agent and step are affected ?

Example of error :

2018-10-04 21:44:35,361 [pool-1-thread-6255] ERROR com.pmease.quickbuild.DefaultBuildEngine - Error processing build request.
  java.lang.RuntimeException: Error executing check condition job.
     at com.pmease.quickbuild.CheckConditionTask.reduce(CheckConditionTask.java:39)
     at com.pmease.quickbuild.CheckConditionTask.reduce(CheckConditionTask.java:16)
     at com.pmease.quickbuild.grid.GridTaskFuture.get(GridTaskFuture.java:155)
     at com.pmease.quickbuild.DefaultBuildEngine.process(DefaultBuildEngine.java:395)
     at com.pmease.quickbuild.DefaultBuildEngine.access$000(DefaultBuildEngine.java:143)
     at com.pmease.quickbuild.DefaultBuildEngine$2.run(DefaultBuildEngine.java:1233)
     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.OutOfMemoryError: Java heap space

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [09/Oct/18 12:01 AM]
It is the build agent running the master step of the build. Please check agent log of it to see more details. Build agent memory can be increased by editing property "wrapper.java.maxmemory" in file "<build agent>/conf/wrapper.conf".