Hi there,
I am new to UIMA and sadly I am already failing at the simple tutorial with
RoomAnnotator descriptor. I did everything as described and end up with this
error in my log file when i try to load the RoomNumberAnnotatorDescriptor.xml
in the CAS Visual Debugger.
02.08.11 09:17:14 - 10:
org.apache.uima.tools.cvd.MainFrame.handleException(527): SCHWERWIEGEND:
Annotator class "org.apache.uima.tutorial.ex1.RoomNumberAnnotator" was not
found. (Descriptor:
file:/home/aklenner/workspace/RoomNumberAnnotator/desc/RoomNumberAnnotatorDescriptor.xml)
org.apache.uima.resource.ResourceInitializationException: Annotator class
"org.apache.uima.tutorial.ex1.RoomNumberAnnotator" was not found. (Descriptor:
file:/home/aklenner/workspace/RoomNumberAnnotator/desc/RoomNumberAnnotatorDescriptor.xml)
at
org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.initializeAnalysisComponent
But the class file is there, I can see it in the Eclipse workspace at the exact
positon where it is strangely not found buy the CAS Debugger.
Thank you very much for any help to get me started!
Alex