cTakes 3.2.3 issue,

2017-06-07 Thread Ks Sunder
Hi Sean, Thank you verymuch, I changed every thing to 3.2.3 version still i am getting this error.. ___ ____ __ ___ / __/___/ (_)__ ___ ___ __ / /__ / /_/ /___ __ ( _ ) / _// __/ / / _ \(_-https://mvnrepository.com/artifact/gov.nih.nlm.nls.lvg/lv

RE: jcas to json error

2017-06-07 Thread Kumar, Avanish
Hi Richard, You were right I was mixing the versions of uimaj-core and uimaj-json. The error got resolved when I changed their versions to 2.8.1. -Original Message- From: Richard Eckart de Castilho [mailto:r...@apache.org] Sent: Thursday, June 08, 2017 3:26

Re: jcas to json error

2017-06-07 Thread Richard Eckart de Castilho
On 07.06.2017, at 07:33, Kumar, Avanish wrote: > > Exception in thread "main" java.lang.NoSuchMethodError: > org.apache.uima.cas.impl.TypeImpl.getSuperType()Lorg/apache/uima/cas/impl/TypeImpl; Could it be that you are mixing JARs from different version of UIMA, e.g. uimaj-core 2.7.0 with uimaj

RE: jcas to json error

2017-06-07 Thread Finan, Sean
Hi Avanish, Thanks for sending the code snippet. Since it is straight out of the Uima 2.7 reference for jsoncasserializer https://uima.apache.org/d/uimaj-2.7.0/references.html#ugr.ref.json.usage you should definitely expect your code to work. Assuming that I am correctly following the code,