Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.3AS
-
None
-
Ubuntu Server 8.10, Java 1.6
Description
Executing deployAsyncService.sh fails with the following error message:
.: 28: runUimaClass.sh: not found
deployAsyncService.sh calls runUimaClass.sh with ". runUimaClass.sh ...",
in an older version this script called setUimaClassPath.sh, but that was
done with the absolute path:
. "$UIMA_HOME/bin/setUimaClassPath.sh"
I suggest that we change all our .sh scripts to use the absolute path like
it was done before for at least the deployAsyncService.sh script.