Re: UIMA AS: NoSuchMethodError for CAS.createMarker()

2011-08-02 Thread Eddie Epstein
The UIMA_CLASSPATH environment variable is just for user code. UIMA command line scripts append all necessary UIMA code dependencies automatically. Eddie On Tue, Aug 2, 2011 at 9:42 AM, Meghana wrote: > Hi Jaroslaw, > > It was because I had the UIMA_CLASSPATH environment variable set from my > p

Re: UIMA AS: NoSuchMethodError for CAS.createMarker()

2011-08-02 Thread Jaroslaw Cwiklik
I am not aware of a better way. The uima-as scripts take existing UIMA_CLASSPATH and append to it. JC On Tue, Aug 2, 2011 at 9:42 AM, Meghana wrote: > Hi Jaroslaw, > > It was because I had the UIMA_CLASSPATH environment variable set from my > previous UIMA trials. On this note, is there a better

Re: UIMA AS: NoSuchMethodError for CAS.createMarker()

2011-08-02 Thread Meghana
Hi Jaroslaw, It was because I had the UIMA_CLASSPATH environment variable set from my previous UIMA trials. On this note, is there a better way to pass UIMA the classpath (other than environment variables or tags, etc)? Thanks, ..m On 2 August 2011 18:58, Meghana wrote: > Hey Jaroslaw, > >

Re: UIMA AS: NoSuchMethodError for CAS.createMarker()

2011-08-02 Thread Meghana
Hey Jaroslaw, Thanks for your reply. You're right! How silly of me x-( Thanks, ..m On 2 August 2011 18:51, Jaroslaw Cwiklik wrote: > Meghana, check your classpath. Seems like you are running with old uima > jars. When UIMA AS service starts it dumps the entire classpath. I checked > uima

Re: UIMA AS: NoSuchMethodError for CAS.createMarker()

2011-08-02 Thread Jaroslaw Cwiklik
Meghana, check your classpath. Seems like you are running with old uima jars. When UIMA AS service starts it dumps the entire classpath. I checked uima-as source and method calls shown in a stack trace you've provided dont line up with the 2.3.1 source. JC On Tue, Aug 2, 2011 at 7:09 AM, Meghana

UIMA AS: NoSuchMethodError for CAS.createMarker()

2011-08-02 Thread Meghana
Hi all, I am trying to deploy my aggregate AE as a UIMA AS (version 2.3.1). I was able to run the MeetingFinder example via RunRemoteAsyncAE & FileSystemCollectionReader. I deployed my aggregate AE using deployAsyncService.sh. I pass in a custom collection reader (which works in a non-AS environm