[GRADLE-2799] Gradle does not start on AIX Created: 20/Jun/13 Updated: 21/Aug/15 Resolved: 21/Aug/15 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.5 |
Fix Version/s: | 2.8-rc-1 |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 6 |
Description |
I have downloaded and unzipped gradle-bin-1.5 and when have added the gradle_home/bin also to the PATH environment variable. But when I execute gradle, I get this weird issue as follows:
JAVA_HOME is set as follows: export JAVA_HOME=/usr/java6/bin
Please advise. |
Comments |
Comment by Daniel Ritter [ 04/Feb/14 ] |
Hello, it seems to be an issue with older versions of bash under AIX. Maybe someone could clarify why it is really necessary to close STDOUT at those lines. Best regards, Daniel Ritter |
Comment by Nathan Williams [ 30/Sep/14 ] |
This bit us this morning when we updated our AIX bash due to shellshock. The ">&-" had been working fine, but suddenly started causing errors like those described above. Removing the redirection solved the problem, but it's something we'll have to remember to do for every gradle deploy. The redirection was originally added for |
Comment by Doug Bender [ 30/Sep/14 ] |
Same problem here after patching bash on AIX for shellshock. |