Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The UIMA-AS README contains an example how to verify UIMA-AS installation:
runRemoteAsyncAE.sh/cmd tcp://localhost:61616 MeetingDetectorTaeQueue \
-d Deploy_MeetingDetectorTAE.xml \
-c $UIMA_HOME/examples/descriptors/collection_reader/FileSystemCollectionReader.xml
When the run completes it is expected that the process exits. But it doesnt. There is no way to force it down (CTRL-C has no effect) other than killing the process.