Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55719FFD2 for ; Sat, 30 Mar 2013 20:57:34 +0000 (UTC) Received: (qmail 74302 invoked by uid 500); 30 Mar 2013 20:57:34 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 74218 invoked by uid 500); 30 Mar 2013 20:57: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 74210 invoked by uid 99); 30 Mar 2013 20:57:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Mar 2013 20:57:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Mar 2013 20:57:26 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UM2q6-0004dq-M0 for user@uima.apache.org; Sat, 30 Mar 2013 21:57:26 +0100 Received: from cpe-76-181-66-107.columbus.res.rr.com ([76.181.66.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Mar 2013 21:57:26 +0100 Received: from farhang.bonzo by cpe-76-181-66-107.columbus.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Mar 2013 21:57:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: Farhang Subject: Re: Not able to run annotator for DNA sequence Date: Sat, 30 Mar 2013 20:56:48 +0000 (UTC) Lines: 25 Message-ID: References: <83EEB984-B6BF-407E-9197-B11EB1CA0A78@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 76.181.66.107 (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31) X-Virus-Checked: Checked by ClamAV on apache.org Richard Eckart de Castilho writes: > > Hi, > > > Now I was trying to create an Annotator and Analysis Engine for DNA sequences > > but when I try to run that with the Document Analyzer, I get a pop-up with > > following error: > > org.apache.uima.resource.ResourceInitializationException: Annotator class > ... > > > 13. Ran the Document analyzer. Run > Run configurations > UIMA Document > > Analyzer. Project: uimaj-examples. Main class: . > ... > Try adding the project containing your bio.uima.DNASequenceAnnotator class > on the "classpath" tab of this run configuration. > > Cheers, Worked! Thank you so much for the lightning fast reply. I'll probably bother you guys again if I get stuck. Thanks again!