Re: Uima Annotation Viewer view selection causing StackOverflow

2016-03-19 Thread Marshall Schor
Thanks. I can reproduce it simply, as follows: In Eclipse, in a check-out of the uimaj trunk, find the class AnnotationViewerMain, and "run" it; it pops up a GUI. Navigate in the package view to uimaj-core/src/test/resources/ExampleCas, right-click that, select Properties, and copy the absolute

Re: Uima Annotation Viewer view selection causing StackOverflow

2016-03-14 Thread Hector Liu
Marshall Schor writes: > > Hi Hector, > > It would greatly help if you could supply a small test case. > > I'm guessing this problem occurs with the CVD (Cas Visual Debugger) tool, is > that correct? > > I'm also guessing that you have to load into the tool something that has > multiple Sofas

Re: Uima Annotation Viewer view selection causing StackOverflow

2016-03-10 Thread Marshall Schor
Hi Hector, It would greatly help if you could supply a small test case. I'm guessing this problem occurs with the CVD (Cas Visual Debugger) tool, is that correct? I'm also guessing that you have to load into the tool something that has multiple Sofas, is that correct? Thanks. -Marshall On 3/

Re: Uima Annotation Viewer view selection causing StackOverflow

2016-03-05 Thread Hector Liu
Sorry for not being specific last time, I got the Stackoverflow error while selecting a Sofa view at the bottom of the viewer. I first suspected this was caused by a Java update because I don't remember I've done any UIMA updates. However, after a few trials I found that it is actually due to a ui

Re: Uima Annotation Viewer view selection causing StackOverflow

2016-01-28 Thread Marshall Schor
>From your note (... caused by recent Java update...) can you confirm this is works fine and is not an issue with an older level of Java? The current level of Oracle Java (is that what you're using?) is 1.8.0_72-b15 (from their website). If you think it might be a Java issue, please try other leve

Re: Uima Annotation Viewer view selection causing StackOverflow

2016-01-28 Thread Richard Eckart de Castilho
Hi, what do you do to get this exception? Only open the viewer? Open a file? Does it happen for any file or just particular files? Do you need to perform any action after opening a file to trigger the problem? Cheers, -- Richard > On 28.01.2016, at 00:48, Hector Liu wrote: > > Hi, > > I'

Uima Annotation Viewer view selection causing StackOverflow

2016-01-28 Thread Hector Liu
Hi, I've been using UIMA a lot recently, and I relied on the annotation viewer to check my results. I've run the viewer without any problems for a while but I got a StackOverFlow error recently. This is likely to be caused by my recent Java update. I am getting an StackOverFlow error when running