From: Carl T. <ca...@th...> - 2002-11-13 13:46:18
|
Cao, Xiaohong (Sherry) writes: > I have a similar question to Zhilin about data analysis. I was able to > start the job to normalize the dataset using LOWESS but the job was not > finished. I have never got a result file but I did get an error message in > the apache error_log saying > > sh: ~/base/exec/jobController.php: not found > > the "exec" directory is in the PATH so I am not quite sure what went wrong. > Also, there is no job id listed in the data/jobs directory. It sounds like $config["execDir"] is not correct. Make sure that it really points to the 'exec' directory, and note that you should NOT use ~ to denote the path to your home directory - tilde expansion is something the shell does, not a feature of the file system itself, so although tilde expansion might work sometimes (e.g. when PHP's exec() function is used), it's not reliable. //Carl -- Carl Troein - ca...@th... http://www.thep.lu.se/~carl/ BASE developer - http://base.thep.lu.se |