Configuration issue of gradle on AIX

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:

gradle -v /gradle-1.5/bin/gradle: line 65: pwd: write error: A file descriptor does not refer to an open file. /gradle-1.5/bin/gradle: line 23: echo: write error: A file descriptor does not refer to an open file.

JAVA_HOME is set as follows: export JAVA_HOME=/usr/java6/bin PATH looks like this:

echo $PATH .:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java5/jre/bin:/usr/java5/bin:/usr/lpp/htx/etc/scripts:/test/tools:/usr/lpp/htx/test/tools:/home/monitor/test/tools:/nim/build_net/tools:/pradeep/gradle-1.5/bin

Please advise.

HI Pradeep,

I’m not sure what the issue is. This is hard for us to diagnose as we don’t have access to any AIX installations. I’ve raised GRADLE-2799 to track this.