YTEX build errors and piper creator gui null pointer in version 4.0.1

2018-03-22 Thread Reed Villanueva
Downloaded the linux binaries and was experiencing an error when trying to use the simple piper fabricator gui ($CTAKES_HOME/bin/runPiperCreator.sh): > Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at > javax.swing.plaf.synth.SynthTableHeaderUI$HeaderRenderer. > getTableCel

RE: Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility

2015-03-27 Thread Pham, Hoang
To Pei, Sorry, I was checking the wring folder. I'm actually using 3.2.1 dependecy-parser jar file. Thank You, Hoang Pham -Original Message- From: Pei Chen [mailto:chen...@apache.org] Sent: Fri 3/27/2015 2:12 PM To: dev@ctakes.apache.org Subject: Re: Ctakes Null Pointer Erro

Re: Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility

2015-03-27 Thread Miller, Timothy
and there is a null pointer in the dependency parse for that new entity. Tim On 03/27/2015 02:12 PM, Pei Chen wrote: > Hoang, > 3.0 was released a long time ago (02/2013). (according to the tag/history, > it did't have the null fix until 6/2013 3.1?) > https://urldefe

Re: Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility

2015-03-27 Thread Pei Chen
PM > To: dev@ctakes.apache.org > Subject: RE: Ctakes Null Pointer Error for > org.apache.ctakes.dependency.parser.util.DependencyUtility > > To Tomothy, > > I have cTakes 3.0 install. I looked at the class and there is a null check > but for some reason, it is not catching.

RE: Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility

2015-03-27 Thread Pham, Hoang
To Timothy, Sorry, I misspell your name before. Thank You, Hoang Pham -Original Message- From: Pham, Hoang [mailto:hp...@tuftsmedicalcenter.org] Sent: Fri 3/27/2015 1:38 PM To: dev@ctakes.apache.org Subject: RE: Ctakes Null Pointer Error for

RE: Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility

2015-03-27 Thread Pham, Hoang
: Miller, Timothy [mailto:timothy.mil...@childrens.harvard.edu] Sent: Fri 3/27/2015 9:38 AM To: dev@ctakes.apache.org Subject: Re: Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility Hi Hoang, Can you let me know what version of cTAKES you're using? I looked in

Re: Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility

2015-03-27 Thread Michelle Chen
m. Some of the other attributes rely on dependency > > > features as well so you might disable them temporarily as well. > > > Tim > > > > > > > > > On 03/27/2015 08:32 AM, Pham, Hoang wrote: > > > > Hi All, > > > > > > > >

Re: Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility

2015-03-27 Thread Maite Meseure Hugues
er attributes rely on dependency > > features as well so you might disable them temporarily as well. > > Tim > > > > > > On 03/27/2015 08:32 AM, Pham, Hoang wrote: > > > Hi All, > > > > > > I am trying to add my own

Re: Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility

2015-03-27 Thread Yingcheng Sun
> I am trying to add my own dictionary to cTakes. I have added a lucene > index for the dictionary, but when the index is added, I would receive a > null pointer exception for the > org.apache.ctakes.dependency.parser.util.DependencyUtility class. > > The stack trace is: > > >

Re: Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility

2015-03-27 Thread Miller, Timothy
own dictionary to cTakes. I have added a lucene index > for the dictionary, but when the index is added, I would receive a null > pointer exception for the > org.apache.ctakes.dependency.parser.util.DependencyUtility class. > The stack trace is: > > org.apache.uima.analysi

Ctakes Null Pointer Error for org.apache.ctakes.dependency.parser.util.DependencyUtility

2015-03-27 Thread Pham, Hoang
Hi All, I am trying to add my own dictionary to cTakes. I have added a lucene index for the dictionary, but when the index is added, I would receive a null pointer exception for the org.apache.ctakes.dependency.parser.util.DependencyUtility class. The stack trace is

Re: Null Pointer

2014-07-28 Thread John Green
Please disregard, I discovered the error. JG On Mon, Jul 28, 2014 at 3:29 PM, John Green wrote: > Any ideas why as of cTakes 3.2.0 when I try and > use FilesInDirectoryCollectionReader.xml I get a NullPointerException? > > java.lang.NullPointerException > at org.apache.uima.tools.cpm.CpmPanel.

Null Pointer

2014-07-28 Thread John Green
Any ideas why as of cTakes 3.2.0 when I try and use FilesInDirectoryCollectionReader.xml I get a NullPointerException? java.lang.NullPointerException at org.apache.uima.tools.cpm.CpmPanel.fileSelected(CpmPanel.java:1509) at org.apache.uima.tools.util.gui.FileSelector$1.actionPerformed(FileSelector