Re: UIMA Ruta.

2015-10-01 Thread Peter Klügl
Hi, without detailed investigations, I would assume that you need to convert the ruta project into a java project. Or you need to import the type system descriptor in a descriptor located in a java project and apply jcagen on the second one. Either way, I think the jcasgen button of the desc

UIMA Ruta.

2015-10-01 Thread Juan Ignacio Velez
Hello, i'm developing a tools in java with UIMA Ruta in Eclipse IDE. I create the descriptor ina UIMA Ruta Project, and there is no problem. But when i want to generate JCas with "JCasGen" buttom, that message appears: "no source directories have been defined. jcasgen will not be run" How can i s

Re: How to correclty implement delta serialization in locally deployed CPE pipeline?

2015-10-01 Thread Marshall Schor
Hi, A little more detail of what you're doing may help us figure out what's happening. What API(s) are you using to do the serialization? -Marshall On 9/29/2015 2:57 PM, José Tomás Atria wrote: > Hello all, > > I've been trying to wrap my head around this for a while, and I can't seem > to get

Re: C-Groups status remains off in web server after installing C-Groups

2015-10-01 Thread Eddie Epstein
FYI, below are the contents of /groups on a SLES 11.2 machine: ~$ ls /cgroup cgroup.clone_children cpu.rt_runtime_us memory.limit_in_bytes memory.statsysdefault cgroup.event_control cpu.shares memory.max_usage_in_bytes memory.swappiness tasks cgroup.procs c

Re: DUCC - Work Item Queue Time Management

2015-10-01 Thread Lou DeGenaro
Reshu, I have tried submitting jobs with the following problems: 1. user CP with missing UIMA jars 2. user CP with missing CR jar 3. user CP with CR xml file that specifies non-existent CR class 4. user CP with CR that throws NPE upon construction In all cases an exception is logged that gives r

Re: C-Groups status remains off in web server after installing C-Groups

2015-10-01 Thread Eddie Epstein
Well, please list the contents of /cgroups to confirm that the custom cgconfig.conf is operating. Eddie On Thu, Oct 1, 2015 at 12:40 AM, Satya Nand Kanodia < satya.kano...@orkash.com> wrote: > Hi Eddie, > > I had copied the same contents in cgconfig.conf.(as it was also written > in documentatio

Re: DUCC - Work Item Queue Time Management

2015-10-01 Thread Lou DeGenaro
Reshu, Are you able to share your (non-confidential) Job specification and corresponding jar files that demonstrate the problem? Lou. On Thu, Oct 1, 2015 at 7:54 AM, reshu.agarwal wrote: > Lou, > > Yes, classpath specification contains all classes needed to run my > Collection Reader. > > > On

Re: DUCC - Work Item Queue Time Management

2015-10-01 Thread reshu.agarwal
Lou, Yes, classpath specification contains all classes needed to run my Collection Reader. On 10/01/2015 05:21 PM, Lou DeGenaro wrote: Reshu, In DUCC 2.0.0 we've introduced the idea of classpath separation so that the user classpath is not contaminated by the DUCC classpath. Thus, in the JD

Re: DUCC - Work Item Queue Time Management

2015-10-01 Thread Lou DeGenaro
Reshu, In DUCC 2.0.0 we've introduced the idea of classpath separation so that the user classpath is not contaminated by the DUCC classpath. Thus, in the JD there are 2 classpaths, one used by DUCC itself ("DUCC-side") and the other used when running user code ("user-side"). When the JD is runni

Re: Ruta, uimafit & configure

2015-10-01 Thread Peter Klügl
Yes :-) Am 01.10.2015 um 13:04 schrieb Josep María Formentí Serra: > I realized that I didn't understood all, It's possible use CONFIGURE the > problem is only for mandatory parameters > > Thanks > > 2015-10-01 10:36 GMT+02:00 Josep María Formentí Serra : > >> Ok, I understand. Thanks, It will be

Re: Ruta, uimafit & configure

2015-10-01 Thread Josep María Formentí Serra
I realized that I didn't understood all, It's possible use CONFIGURE the problem is only for mandatory parameters Thanks 2015-10-01 10:36 GMT+02:00 Josep María Formentí Serra : > Ok, I understand. Thanks, It will be great configure uimaFIT inside Ruta > scripts. > > > 2015-10-01 10:03 GMT+02:00

Re: Ruta, uimafit & configure

2015-10-01 Thread Josep María Formentí Serra
Ok, I understand. Thanks, It will be great configure uimaFIT inside Ruta scripts. 2015-10-01 10:03 GMT+02:00 Peter Klügl : > Hi, > > yes, it is possible to configure uimaFIT analysis engines from inside a > ruta script (I actually do this quite often these days). > > The problem here is that the

Re: Ruta, uimafit & configure

2015-10-01 Thread Peter Klügl
Hi, yes, it is possible to configure uimaFIT analysis engines from inside a ruta script (I actually do this quite often these days). The problem here is that the uimaFIT analysis engine is already initialized when the ruta analysis engine initializes its main script, normally during initialize().

Ruta, uimafit & configure

2015-10-01 Thread Josep María Formentí Serra
Hi all, I'm trying to use UIMAFIT inside a Ruta script passing some parameters but i get an error, here an example: UIMAFIT de.tudarmstadt.ukp.dkpro.core.io.xmi.XmiWriter; Document{CONTAINS(Entity)-> CONFIGURE(XmiWriter, "targetLocation" = "src/test/resources"), EXEC(XmiWriter)}; And here t