Re: UIMACpp - how to check annotator's dlopen

2012-02-20 Thread Marshall Schor
I'm not really qualified to diagnose this, but I wonder if perhaps the problem is described in the error message. Is the "image" that should be found supposed to be equal to "dlopen(UnitexAnnotatorCpp.dylib, 10) " or should it be something like "UnitexAnnotatorCpp.dylib"? (without the surroun

UIMACpp - how to check annotator's dlopen

2012-02-20 Thread Sylvain Surcin
Hello, Is there a way to get more info, or to trace the processes involved when initializing a C++ annotator? I have this message dumped when launching an aggregator containing some Java annotators and one C++: annotator:creating JNILogger 20/02/12 17:38:13 - 11: org.apache.uima.uimacpp.Uimacpp

Re: Error while parsing XMI file generated from Java Annotator in a UIMACPP Annotator

2012-02-20 Thread Marshall Schor
Ok. Since it's reporting a problem parsing XML in edu.umich.fuse.fuse.Citation, does that file content look like proper XML? Is that file supposed to be the XML describing the Perl annotator, or the xmi input data? -Marshall On 2/19/2012 9:45 PM, Rahul Jha wrote: It works that way too, I tr

Re: Exception in collectionProcessComplete not reported?

2012-02-20 Thread Erik Fäßler
Hi Timo, ah, thank you for your answer. I guess I just should have dug a bit deeper on my own intuition regarding the logger settings. I think I know where the error is (I mean besides the obvious answer "In front of the screen" ;-)). I didn't see it because there are several logger solutions i

Re: Exception in collectionProcessComplete not reported?

2012-02-20 Thread Timo Boehme
Am 18.02.2012 13:01, schrieb Erik Fäßler: I had an odd problem when I realized not all of my documents were actually treated by my consumer. I run a traditional CPE with 4 threads. After some time of research I came to note that my consumer-AE had an exception thrown which I never saw. The excep