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

2019-11-12 Thread Mario Juric
Hi Peter, There are no external AEs in our pipeline. We parallelise on the EC2 instances using multiple threads with the CPE, and we scale the EC2 instances using a custom AWS setup, but the EC2 instances are independent of each other, so that shouldn’t play a role. Cheers, Mario >

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

2019-11-12 Thread Richard Eckart de Castilho
On 11. Nov 2019, at 15:58, Marshall Schor wrote: > > 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. Actually >

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

2019-11-12 Thread Peter Klügl
Hi, Ruta stores FS objects, but should of course clean them up when a new CAS is processed. We had some problems with wrong FS caused by a class loader switch. Do you use external analysis engines in your Ruta script? I actually do not think that one of those is the source of the problem