Re: UIMA AS - ResourceInitializationException

2017-11-29 Thread Jaroslaw Cwiklik
Try adding a callback listener to the client via public void addStatusCallbackListener(UimaAsBaseCallbackListener aListener) There is try ... catch block in the client code } catch (ResourceInitializationException e) { state = ClientState.FAILED; notifyOnInitializationFailure(e);

UIMA AS - ResourceInitializationException

2017-11-29 Thread Wahed Hemati
Hi, i am trying to run  a pipeline of 4 annotators in UIMA AS. For this i use the BaseUIMAAsynchronousEngine_impl.  The 4 annotators run as services. I am creating a scenario, where i shut down one of these services. When i try to run the same pipeline with the 4 annotators, obviously the