Re: Erratic nullpointer exceptions because feature structure has no type in Ruta

2019-11-11 Thread Mario Juric
Hi Peter, Ruta version is 2.7.0 with UIMA version 2.10.2 in this setup. We are to best of my knowledge not trying to access any internal Ruta objects and there is nothing that makes any covered text assignments. Cheers Mario > On 11 Nov 2019, at 11:13 , Peter Klügl wrote: > > Hi,

Re: Erratic nullpointer exceptions because feature structure has no type in Ruta

2019-11-11 Thread Mario Juric
Best Regards, Mario Juric Principal Engineer UNSILO.ai mobile: +45 3082 4100 skype: mario.juric.dk Hi, Sorry for not posting the versions right away. This particular older setup runs with UIMA version 2.10.2 and Ruta 2.6.1. According to my source code CASImpl.ll_

Re: Erratic nullpointer exceptions because feature structure has no type in Ruta

2019-11-11 Thread Marshall Schor
This stack trace seems impossible, because the 3rd line shows CASImpl.ll_getFSRef calling a FeatureStructureImpl.toString method, which I believe it doesn't do. -M On 11/11/2019 3:58 AM, Mario Juric wrote: > Hi Peter, > > A while ago we started to get some erratic null pointer exceptions from Ru

[ANNOUNCE] Apache UIMA Java SDK version 3.1.1 released

2019-11-11 Thread Marshall Schor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512   The Apache UIMA team is pleased to announce the release of Apache UIMA Java SDK, version 3.1.1.  You can download it here: https://uima.apache.org/downloads.cgi Apache UIMA is a component architecture and framework for t

Re: Erratic nullpointer exceptions because feature structure has no type in Ruta

2019-11-11 Thread Peter Klügl
Hi, and which version of UIMA Ruta? Do you access internal Ruta objects somehow? Do you (by accident) try to assign covered text? Best, Peter Am 11.11.2019 um 10:23 schrieb Richard Eckart de Castilho: > Hi Mario, > > which version of the UIMA Java SDK are you using? > > -- Richard > >>

Re: Erratic nullpointer exceptions because feature structure has no type in Ruta

2019-11-11 Thread Richard Eckart de Castilho
Hi Mario, which version of the UIMA Java SDK are you using? -- Richard > On 11. Nov 2019, at 09:58, Mario Juric wrote: > > Hi Peter, > > A while ago we started to get some erratic null pointer exceptions from Ruta > because the type of some feature structure element is null (see stack trace

Erratic nullpointer exceptions because feature structure has no type in Ruta

2019-11-11 Thread Mario Juric
Hi Peter, A while ago we started to get some erratic null pointer exceptions from Ruta because the type of some feature structure element is null (see stack trace below). The error is not consistently reproducible, in fact it seldomly occurs and when reprocessing the document it doesn’t happen