[GRADLE-3500] Gradle 2.14 timeout connecting to daemon on IBM JDK 8 Created: 08/Jul/16 Updated: 15/Jul/16 Resolved: 15/Jul/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.14 |
Fix Version/s: | 3.0-rc-1 |
Type: | Bug | ||
Reporter: | Eric Wendelin | Assignee: | Gary Hale |
Resolution: | Fixed | Votes: | 1 |
Description |
https://discuss.gradle.org/t/gradle-2-14-daemon-doesnt-work-with-ibm-java-8/18311 |
Comments |
Comment by Gary Hale [ 15/Jul/16 ] |
This is due to an issue with how we obtain the os-specific memory information from the OperationSystemMbean. For some reason, this blows up on IBM JDK8. I've changed this so that we do an mbean attribute lookup instead, and this seems to workaround the issue. |