Return-Path: Delivered-To: apmail-incubator-uima-user-archive@minotaur.apache.org Received: (qmail 19774 invoked from network); 16 Feb 2010 16:39:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2010 16:39:43 -0000 Received: (qmail 96739 invoked by uid 500); 16 Feb 2010 16:39:43 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 96671 invoked by uid 500); 16 Feb 2010 16:39:42 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 96661 invoked by uid 99); 16 Feb 2010 16:39:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 16:39:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of twgoetz@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 16 Feb 2010 16:39:34 +0000 Received: (qmail invoked by alias); 16 Feb 2010 16:39:10 -0000 Received: from deibp9eh1--blueice3n1.emea.ibm.com (EHLO [9.152.14.84]) [195.212.29.179] by mail.gmx.net (mp047) with SMTP; 16 Feb 2010 17:39:10 +0100 X-Authenticated: #25330878 X-Provags-ID: V01U2FsdGVkX1/E0W8nZeLE6WqSJhmS2CY+xb2hESFzTgvotPIxsX cycXWBbojZE5Oi Message-ID: <4B7ACA2B.8070708@gmx.de> Date: Tue, 16 Feb 2010 17:39:07 +0100 From: Thilo Goetz User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1 MIME-Version: 1.0 To: uima-user@incubator.apache.org Subject: Re: Status Tika Annotator References: In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64000000000000001 Roland, please tell us which version of the code you're using, and send us the the full stack trace. Then we may be able to help. On 2/16/2010 17:06, Roland Cornelissen wrote: > Hi, > What is the status of Tika Annotator? I can't find much information about > it. > I'm trying to use the FileSystemCollectionReader but it gives > nullpointerexception errors when populating CAS with the Feature > Structure. > > In CASImpl.class this line (474) is were it hangs: > final int typeCode = ((TypeImpl) type).getCode(); > > Can it be that the defined typesystem in MarkupAnnotationTypeSystem.xml > is not compatible withe the code? > > gr, Roland