Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 64384 invoked from network); 23 Nov 2010 09:07:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Nov 2010 09:07:17 -0000 Received: (qmail 50483 invoked by uid 500); 23 Nov 2010 09:07:48 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 50201 invoked by uid 500); 23 Nov 2010 09:07:46 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 50193 invoked by uid 99); 23 Nov 2010 09:07:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 09:07:45 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 09:07:36 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PKoqI-0003VB-6G for user@uima.apache.org; Tue, 23 Nov 2010 10:07:14 +0100 Received: from ip-95-223-110-160.unitymediagroup.de ([95.223.110.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Nov 2010 10:07:14 +0100 Received: from an.schall by ip-95-223-110-160.unitymediagroup.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Nov 2010 10:07:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: A. Schaller Subject: Re: Initialization of annotator class "foo" failed. Date: Tue, 23 Nov 2010 09:07:00 +0000 (UTC) Lines: 37 Message-ID: References: <4CEA3CD1.7090609@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 95.223.110.160 (Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3) X-Virus-Checked: Checked by ClamAV on apache.org Thilo Götz writes: > > Does your class really live in > Lesson4/src/de.tudarmstadt.ukp.teaching.tutorial.lesson4/PosTagger.java? > Shouldn't that be de/tudarmstadt/upk/...? > > --Thilo > > On 11/22/2010 10:30, A. Schaller wrote: > > Hey together, > > > > I am having troubles with UIMA running a AE Descriptor or CPE Descriptor. When I > > try to run one of these with run configuriation "UIMA Run AE", "UIMA Run CPE" or > > "UIMA CAS Visual Debugger" I get the error: > > > > Caused by: org.apache.uima.resource.ResourceInitializationException: > > Initialization of annotator class "foo" failed. > > > > Where foo is the corresponding *.java file. The strange thing is: When i am > > going through the RoomNumberAnnotator example (http://uima.apache.org/doc- uima- > > annotator.html) everything works fine and compiles nicely. > > Hi Thilo, indeed it resides ind de/tudarmstadt/upk/... etc. i just wrote it down like it was displayed in Eclipse. The path to the java file is definitely correct. I guess the error must be caused by some kind of misconfiguration of data or class path? I just don't know how to proceed since i tried several different configurations