Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 94544 invoked from network); 24 Nov 2010 19:14:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Nov 2010 19:14:03 -0000 Received: (qmail 44784 invoked by uid 500); 24 Nov 2010 19:14:34 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 44721 invoked by uid 500); 24 Nov 2010 19:14:34 -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 44713 invoked by uid 99); 24 Nov 2010 19:14:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 19:14:34 +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 (athena.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; Wed, 24 Nov 2010 19:14:27 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PLKn1-0000Kr-Ml for user@uima.apache.org; Wed, 24 Nov 2010 20:13:59 +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 ; Wed, 24 Nov 2010 20:13:59 +0100 Received: from an.schall by ip-95-223-110-160.unitymediagroup.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Nov 2010 20:13:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: A. Schaller Subject: Re: Initialization of annotator class &amp;quot;foo&amp;quot; failed. Date: Wed, 24 Nov 2010 19:13:39 +0000 (UTC) Lines: 27 Message-ID: References: <4CEA3CD1.7090609@gmx.de> <4CEBBB06.7010302@schor.com> <4CED14EE.5040409@schor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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) Marshall Schor writes: > > hi - > > Maybe the stack trace located at http://pastebin.com/fjkVPFAB (?) points at > what's wrong: > > 1. > Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 > 2. > at > de.tudarmstadt.ukp.teaching.tutorial.lesson4.PosTagger.initialize(PosTagger.java :37) > > If this is indeed the stack trace for your problem (it's different from the url > you have below) - can you look at line 37 in PosTagger and see what might cause > the Array Index out of bounds? > > -Marshall Oh my... how obvious. Thanks Marshall, should have seen this by myself. Thanks to all the other for support.