Re: UIMA-AS: non-XML char in text raises SAXParseException

2011-10-24 Thread Charles Bearden
o use with runRemoteAsync.sh to make it do binary serialization. On 10/21/2011 1:58 PM, Charles Bearden wrote: I created a simple UIMA-AS pipeline comprising a collection reader and an aggregate AE, which I ran simply like so: runRemoteAsyncAE.sh tcp://localhost:61616 CollectionReader \ -d \ -c \

UIMA-AS: non-XML char in text raises SAXParseException

2011-10-21 Thread Charles Bearden
I created a simple UIMA-AS pipeline comprising a collection reader and an aggregate AE, which I ran simply like so: runRemoteAsyncAE.sh tcp://localhost:61616 CollectionReader \ -d \ -c \ Evidently, the content I wish to process has some non-XML characters in it, because a certain bit of

Re: Performance of CPE/CPM vs AS

2011-08-16 Thread Charles Bearden
On 08/16/2011 01:45 PM, Eddie Epstein wrote: Thanks again for your reply. I thought that I was deploying the pipeline in one AS process with the first option for running it: runRemoteAsyncAE.sh tcp://localhost:61616 CollectionReader \ -c sbmi-ctsa/desc/asynchronous_scaleout/SentencesFromDBRead

Re: Performance of CPE/CPM vs AS

2011-08-16 Thread Charles Bearden
that you can configure UIMA-AS to also run in one JVM with no serialization, but I don't think that was the case here.) Finally, if you are running in your test in the UIMA-AS case, the client code, the broker, and the service all on one machine, is that machine "paging"? This m

Re: Performance of CPE/CPM vs AS

2011-08-16 Thread Charles Bearden
eline with an architecture like Figure 5, I would use the example in "4.6. Asynchronous Client API Usage Scenarios" on p. 30 of the uima_async_scaleout.pdf for 2.3.1? Thanks, Chuck Eddie On Tue, Aug 16, 2011 at 11:48 AM, Charles Bearden wrote: Thank you Jerry& Eddie for y

Performance of CPE/CPM vs AS

2011-08-16 Thread Charles Bearden
Thank you Jerry & Eddie for your responses to my previous questions. I appreciate the opportunity to learn. Based on a little testing, I'm starting to think that AS is not designed for performance-enhancing scale-out, but maybe rather for architectural clarity. I have a CPE that has a collecti

Basic questions about UIMA AS deployment

2011-08-15 Thread Charles Bearden
We have used UIMA as a CPE to run several fairly simple pipelines, including some using cTAKES components [1]. UIMA AS is billed as "the next generation scalability replacement for the Collection Processing Manager (CPM)", and I'm trying to wrap my head around it by using it for some of the task

Re: Conflict between 2.3.1 SDK plugin & 2.3.0 AS descriptor editor plugin

2011-02-18 Thread Charles Bearden
.update/platform.xml ./artifacts.xml Now that I'm using the correct UIMA update site, and now that I cleaned out the UIMA component entries from the config files & started fresh, it works. Now everybody can benefit from my mistakes :-) Thanks, Chuck On Tue, Feb 15, 2011 at 2:05 PM,

Conflict between 2.3.1 SDK plugin & 2.3.0 AS descriptor editor plugin

2011-02-17 Thread Charles Bearden
Hi all, I'm updating Eclipse with the new UIMA 2.3.1 SDK plugins, but I notice that they conflict with the UIMA-AS 2.3.0 deployment descriptor editor plugin. My intent is to implement AS soon, so I'm thinking that I'd be better off reverting to the 2.3.0 SDK & plugins so that I can use the de

Re: Conflict between 2.3.1 SDK plugin & 2.3.0 AS descriptor editor plugin

2011-02-17 Thread Charles Bearden
On 02/17/2011 04:50 PM, Charles Bearden wrote: On 02/16/2011 10:21 AM, James Carman wrote: Did you start up eclipse with the "-clean" option to make sure it re-initializes everything? That combination works for me. I'm using Eclipse Helios for Java SR1 (eclipse-java-helios-SR

Re: Conflict between 2.3.1 SDK plugin & 2.3.0 AS descriptor editor plugin

2011-02-17 Thread Charles Bearden
onflict ? Is there any error message ? Note: Look like my previous e-mail has some delivery problem. -- Tong On Tue, Feb 15, 2011 at 2:11 PM, Charles Bearden< charles.f.bear...@uth.tmc.edu> wrote: Hi all, I'm updating Eclipse with the new UIMA 2.3.1 SDK plugins, but I notice th

Conflict between 2.3.1 SDK plugin & 2.3.0 AS descriptor editor plugin

2011-02-15 Thread Charles Bearden
Hi all, I'm updating Eclipse with the new UIMA 2.3.1 SDK plugins, but I notice that they conflict with the UIMA-AS 2.3.0 deployment descriptor editor plugin. My intent is to implement AS soon, so I'm thinking that I'd be better off reverting to the 2.3.0 SDK & plugins so that I can use the de