Problem solved. It was due to insufficient rights within the uima installation.
Alex ----- Ursprüngliche Mail ----- Von: "Alexander Garvin Klenner" <[email protected]> An: [email protected] Gesendet: Dienstag, 2. August 2011 09:33:48 Betreff: tutorial problems 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
