Re: Debugging a NullPointerException in UIMA AS / processing timeouts

2016-09-26 Thread Egbert van der Wal
, thanks. I forgot to ask, what version of UIMA-AS are you using? Also, are you using sendCAS() or sendAndReceive() API? Have a great vacation! -jerry On Sun, Aug 28, 2016 at 9:39 AM, Egbert van der Wal <e...@pointpro.nl> wrote: Hi Jerry, Thanks for the suggestion. I have the feeling tha

Re: Debugging a NullPointerException in UIMA AS / processing timeouts

2016-08-28 Thread Egbert van der Wal
reply which can be used to correlate events in the log. -jerry On Thu, Aug 25, 2016 at 10:18 AM, Egbert van der Wal <e...@pointpro.nl> wrote: 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 initia

Debugging a NullPointerException in UIMA AS / processing timeouts

2016-08-25 Thread Egbert van der Wal
van der Wal 15:53:04.331 [main] ERROR nl.qmodus.keywordspotter.ProcessDocuments - - 15:53:04.333 [main] ERROR nl.qmodus.keywordspotter.ProcessDocuments - Executing query to get companies with id > 1917641 15:53:07.062 [main] ER

Re: UIMA AS NullPointerException in CasDefinition constructor

2014-08-04 Thread Egbert van der Wal
, Egbert van der Wal e...@pointpro.nl wrote: Hi, I'm trying to convert an existing and functional UIMA pipeline to a UIMA AS pipeline. I'm getting there, I created deployment descriptors for the annotators and when running my application all individual annotators are launched

Re: UIMA AS NullPointerException in CasDefinition constructor

2014-08-04 Thread Egbert van der Wal
details about the scenario, perhaps the explicit commands used? The descriptors used? Eddie On Mon, Jul 28, 2014 at 11:46 AM, Egbert van der Wal e...@pointpro.nl wrote: Hi, I'm trying to convert an existing and functional UIMA pipeline to a UIMA AS pipeline

Re: Building UIMA-CPP on (K)Ubuntu 14.04

2014-07-28 Thread Egbert van der Wal
On Tue, Jul 22, 2014 at 3:38 PM, Egbert van der Wal e...@pointpro.nl wrote: This helps indeed. A weird hack, but at least the configure script completes and the build succeeds. Thanks a lot! I noticed there haven't been any commits to the uimacpp repository in 2012

UIMA AS NullPointerException in CasDefinition constructor

2014-07-28 Thread Egbert van der Wal
Hi, I'm trying to convert an existing and functional UIMA pipeline to a UIMA AS pipeline. I'm getting there, I created deployment descriptors for the annotators and when running my application all individual annotators are launched correctly. The composite analysis engine also loads fine but

Re: Building UIMA-CPP on (K)Ubuntu 14.04

2014-07-22 Thread Egbert van der Wal
ICU [and all other dependencies] and installed it in a private directory by configuring with --prefix command. Changing uimacpp's configure to use icu-config looks interesting. Hope this helps, Eddie On Tue, Jul 22, 2014 at 2:51 AM, Egbert van der Wal e...@pointpro.nl wrote: Hi

Loading annotators from resources in JAR-file

2012-11-23 Thread Egbert van der Wal
Hello, I've been looking all over the internet for this, but I can't find a proper working solution. I'm currently developing a system that needs to run independently on any machine with a JVM. Therefore, I would like to package everything inside a single JAR-file. Preferably including UIMA,

Re: Loading annotators from resources in JAR-file

2012-11-23 Thread Egbert van der Wal
Op 23-11-12 11:37, Richard Eckart de Castilho schreef: Am 23.11.2012 um 10:28 schrieb Egbert van der Wal e...@pointpro.nl: Anyway, I have created several annotators and one aggregate annotator that links to these annotators using a relative path. The aggregate annotator is in desc/analysis