Re: Debugging a NullPointerException in UIMA AS / processing timeouts

2016-08-25 Thread Jaroslaw Cwiklik
Hi, I have a feeling that there might be a race condition here. In the client, the timer pops and at the same time a reply is received. The timout logic is resetting the CAS while its being deserialized which may lead to NPE. Not 100% certain but this might be the problem. Any chance you can

Debugging a NullPointerException in UIMA AS / processing timeouts

2016-08-25 Thread Egbert van der Wal
Hi, I'm having a problem using UIMA-AS. I have a pipeline set up that processes HTML documents in ~= 10 ms. The total time out value was initially 20 seconds, but I increased it to 120 ms at some point to avoid this problem, it seemed to help. However, sometimes the 2 minutes is still hit