*** 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 ?
Here is the part of the deploy descriptor which configures the Cas
Multiplier:
<analysisEngine key="HBaseCasMultiplier">
<casMultiplier poolSize="10"/>
</analysisEngine>
Jörn
BTW, in the error message is a typo must be casMultiplier and not
casMultipler element.
|