[GRADLE-3181] Gradle wrapper fails with NullPointer Exception Created: 14/Oct/14 Updated: 10/Feb/17 Resolved: 10/Feb/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Description |
Hi, gradlew fails on my TeamCity agent with the following error: D:\TeamCity\buildAgent2\work\f143a7864defc8db>.\gradlew.bat tasks Exception in thread "main" java.lang.NullPointerException Here's the gradle-wrapper.properties: distributionBase=PROJECT Gradle version is 2.1. |
Comments |
Comment by Gradle Forums [ 14/Oct/14 ] |
I had a look around the code and it looks like listing files of the directory into which you are trying to install the distribution returns null and the NullPointerExceptions occurs. This might happen when there is a failure in the native JDK code providing the list of files. I can see that you are on Windows. Is it possible that the user running the command doesn't have rights to list files in the distribution directory? |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 10/Feb/17 ] |
Thanks again for reporting this issue. We haven't heard back from you after our inquiry from November 15th. We are closing this issue now. Please create an issue on GitHub if you still feel passionate about getting it resolved. |