Re: UIMA AS - ResourceInitializationException

2017-11-30 Thread Wahed Hemati
Hi Jerry, the services are deployed in their own processes inside DUCC. I added a Callbacklistener. But it wont trigger when the deployment of a new service was unsuccessful. In my understanding, my callback listener would get the error message in initializationComplete(EntityProcessStatus

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