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

Key: QB-3401
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Phong Trinh
Votes: 0
Watchers: 0
Operations

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

QuickBuild server throws error: Too many open files

Created: 07/Jun/19 03:57 PM   Updated: 05/Oct/19 12:28 AM
Component/s: None
Affects Version/s: 9.0.9
Fix Version/s: None

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


 Description  « Hide
 Suddenly our QuickBuild server throws the following error when I try to kick off a build.
  2019-06-07 15:08:50 - Error executing check condition job.
  caused by: java.net.SocketException: Too many open files
  caused by: Too many open files

 The build logs and audit log were not displayed. I checked storage through the QuickBuild GUI, the directory was not displayed, but it was existing on the server. We rebooted the server, and the issue was fixed. The server has low usage.
 Do you have any idea about the issue?

 ptrinh

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [07/Jun/19 11:49 PM]
Please increase open file limit following below link:
https://www.google.com/search?q=increase+ulimit+ubuntu

Phong Trinh [04/Oct/19 02:51 PM]
it works. Thank you, Robin.