> On 6/12/07, Anna Mereu <[EMAIL PROTECTED]> wrote: >> >> Hi, >> i had the same error and solved it by specifying the ANT path. >> I hope it will help you! >> Anna >> >> nishant rathore wrote: >> > hello everybody, >> > iam following the quickstart. running the following command on the >> > second machine for configuring the GRAM but getting the error. >> > >> > >> > [EMAIL PROTECTED] ~]$ >> > /usr/local/globus-4.0.4/setup/globus/setup-gram-service-common >> > --staging-host=noe1.btech.stk.kiit --staging-protocol=https >> > Running /usr/local/globus-4.0.4/setup/globus/setup-gram-service-common >> > Determining system information... >> > Error creating GRAM configuration. >> > >> > >> > proxy running. everything working fine in the first machine. plzz >> > suggest some possible error that need to be fixed. >> > thanx >> > nishant rathore > > > i tried doing it after setting the ANT_HOME. still the same error. > is it because of job scheduler coz i havent configured any? do we have > to > follow the non default configuration or the quick start is enough? > thanx > nishant >
Nishant, it's not enough to set ANT_HOME. Make sure ant (i mean the executable) is in your environment variable PATH. (something like PATH=$PATH:/path/to/ant/executable) Martin
