Return-Path: Delivered-To: apmail-incubator-uima-user-archive@minotaur.apache.org Received: (qmail 18003 invoked from network); 26 Aug 2009 21:10:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Aug 2009 21:10:15 -0000 Received: (qmail 6763 invoked by uid 500); 26 Aug 2009 21:10:15 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 6703 invoked by uid 500); 26 Aug 2009 21:10:15 -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 6693 invoked by uid 99); 26 Aug 2009 21:10:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 21:10:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of msa@schor.com designates 69.93.179.18 as permitted sender) Received: from [69.93.179.18] (HELO gateway06.websitewelcome.com) (69.93.179.18) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Aug 2009 21:10:03 +0000 Received: (qmail 24985 invoked from network); 26 Aug 2009 21:21:08 -0000 Received: from gator74.hostgator.com (67.18.27.130) by gateway06.websitewelcome.com with SMTP; 26 Aug 2009 21:21:08 -0000 Received: from ool-44c6c63b.dyn.optonline.net ([68.198.198.59]:19341 helo=[192.168.1.101]) by gator74.hostgator.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MgPkV-0001D7-FL for uima-user@incubator.apache.org; Wed, 26 Aug 2009 16:09:43 -0500 Message-ID: <4A95A490.7090407@schor.com> Date: Wed, 26 Aug 2009 17:09:36 -0400 From: Marshall Schor User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: uima-user@incubator.apache.org Subject: Re: UIMA AS: XXXCasMultiplier specifies a casMultipler element, but the analysisEngine is not a CAS multiplier References: <4A954157.7020604@gmail.com> In-Reply-To: <4A954157.7020604@gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator74.hostgator.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - schor.com X-Virus-Checked: Checked by ClamAV on apache.org J�rn Kottmann wrote: > *** ERROR: line-number: 21 deployment descriptor for analysisEngine: > XXXCasMultiplier specifies a casMultipler element, but the > analysisEngine is not a CAS multiplier > > Yes the casMultiplier element is specified for the AE in question, but > its also a Cas Multiplier. Which UIMA AS > later even prints out on the console: > 37 >>>>>> CAS Multiplier::XXXCasMultiplier Initializing its Cas Pool > > Whats going wrong here ? This message comes from the dd2spring.xsl transformation (see line 1886 in uima-as-distr/src/main/scripts/dd2spring.xsl). It is issued when you have a casMultiplier element (which you do), but the referenced AE descriptor in the same position (in the case of nested aggregates, etc.), fails this xsl test: where $local_ae_descriptor is the part of the referenced main descriptor corresponding to this part of the deployment descriptor. Basically, it's looking to see that you have in the AE's metadata "operationalProperties" element the outputsNewCASes set to true, or the AE is defined as a collectionReader Is this the case in your situation? Can you post the part of the base UIMA Descriptor that specifies it's a CAS Multiplier? > > > Here is the part of the deploy descriptor which configures the Cas > Multiplier: > > > > > J�rn > > BTW, in the error message is a typo must be casMultiplier and not > casMultipler element. Thanks - fixed :-) -M > >