Re: Ruta - Text Ruler - NullPointerException with the example project

2014-02-13 Thread Peter Klügl
Hi, Am 12.02.2014 23:57, schrieb 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

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

2014-02-13 Thread Mihaela M
I don't know why it doesn't work because I have explicitly set the brokerUrl to the deployment descriptors, ran the UIMA_Service with argument -defaultBrokerURL and set also the system property -DdefaultBrokerURL. All were set with value: 

Re: uima jcas get annotation type from string

2014-02-13 Thread Peter Klügl
maybe something like cas.getTypeSystem().getType(my.package.AnnotationName) Best, Peter Am 13.02.2014 14:03, schrieb hannes schantl: Hi, Is there a way to get an annotation Type from the cas(or Jcas) from a string. For example, i am looking for something like that:

Re: Error deploying pear on AS 2.4.2

2014-02-13 Thread Bai Shen
Gotcha. Thanks. :) On Thu, Feb 13, 2014 at 2:40 PM, Eddie Epstein eaepst...@gmail.com wrote: Using the OpenNLP pear described in the DUCC sample app, this would be a UIMA-AS deployment descriptor, Deploy_OpenNLP.xml: ?xml version=1.0 encoding=UTF-8? analysisEngineDeploymentDescription

Re: uima jcas get annotation type from string

2014-02-13 Thread Thomas Ginter
There are a couple of different ways to get a pointer to specific Type object. jcas.getRequiredType(“mypackage.AnnotationType”); (cas|jcas).getTypeSystem.getType(“mypackage.AnnotationType”); The question is what do you want to do with the Type object once you have it. Thanks, Thomas Ginter

ducc_ling only switches the default group

2014-02-13 Thread Erdem Ozcan
Hi everyone, I discovered today that ducc_ling is taking only the default group of the submitter user to switch the group of the process to be launched. I discovered this by chance because a new user, whose group definition is not in the same order as the others, tried to launch some tasks on