Re: Installing pears on DUCC

2014-02-12 Thread Bai Shen
I'll take a look. Thanks. I'm still learning UIMA as I inherited the cluster. :) On Tue, Feb 11, 2014 at 3:46 PM, Eddie Epstein eaepst...@gmail.com wrote: Depends on what you want to do. If you have UIMA-AS services and you want to use DUCC to control their life cycle, see DuccBook Chapter

Re: Unable to use ConceptMapper annotator

2014-02-12 Thread Richard Eckart de Castilho
On 12.02.2014, at 11:22, Peter Litsegård peter.litseg...@foi.se wrote: Why would the ConceptMapper want to use these as the types declared on those xmls have already been Cas generated and their .class files are present in the CM-jar? The generated JCas classes are just a way of mapping the

Re: uima-as 2.3.1 - java.io.IOException: Frame size of 147 MB larger than max allowed 100 MB

2014-02-12 Thread Mihaela M
Hello, I have upgraded uima-as to version 2.4.2 but I still encounter an issue with the wireFormat.maxFrameSize setting for the ActiveMQ broker. 1. I have updated the configuration for transport connector in activemq.xml file: transportConnectors             transportConnector name=openwire

Re: uima-as 2.3.1 - java.io.IOException: Frame size of 147 MB larger than max allowed 100 MB

2014-02-12 Thread Jaroslaw Cwiklik
It seems like the ActimeMQ documentation ( http://activemq.apache.org/configuring-wire-formats.html) is wrong with respect to the default maxFrameSize being MAX_LONG. I checked ActiveMQ source code and the default is 100 MB: public final class OpenWireFormat implements WireFormat {public

Error deploying pear on AS 2.4.2

2014-02-12 Thread Bai Shen
I'm running the following command to deploy my pear to UIMA-AS 2.4.2. deployAsyncService.sh test_pear.xml -brokerURL tcp://uima-broker:61616 I'm getting the following error. SEPM0004: When 'standalone' or 'doctype-system' is specified, the document must be well-formed; but this document

Re: Error deploying pear on AS 2.4.2

2014-02-12 Thread Eddie Epstein
A pear is a packed UIMA analysis engine, or AE. UIMA-AS deploys services that contain AEs. The command deployAsyncService requires a UIMA-AS Deployment Descriptor. On Wed, Feb 12, 2014 at 10:52 AM, Bai Shen baishen.li...@gmail.com wrote: I'm running the following command to deploy my pear to

Ruta - Text Ruler - NullPointerException with the example project

2014-02-12 Thread Nicolas Hernandez
Hi everyone, I'm testing the TextRuler framework to induce annotation rules. In particular I follow the example in the documentation [1] which should works on the example project present in the svn repository [2]. Unfortunately, when I press the start button, the view freezes on