[
https://issues.apache.org/jira/browse/UIMA-6050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852998#comment-16852998
]
Peter Klügl commented on UIMA-6050:
-----------------------------------
The problem can acuatlly not be reproduced in normal settings, but the stack
overflow should be avoided anyway (ignore the version):
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getType(AnnotationTypeExpression.java:171)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getAnnotation(AnnotationTypeExpression.java:112)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getType(AnnotationTypeExpression.java:171)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getAnnotation(AnnotationTypeExpression.java:112)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getType(AnnotationTypeExpression.java:171)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getAnnotation(AnnotationTypeExpression.java:112)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getType(AnnotationTypeExpression.java:171)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getAnnotation(AnnotationTypeExpression.java:112)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getType(AnnotationTypeExpression.java:171)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getAnnotation(AnnotationTypeExpression.java:112)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getType(AnnotationTypeExpression.java:171)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getAnnotation(AnnotationTypeExpression.java:112)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getType(AnnotationTypeExpression.java:171)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getAnnotation(AnnotationTypeExpression.java:112)
~[ruta-core-2.7.1-RC4.jar:2.7.1-RC4]
at
org.apache.uima.ruta.expression.AnnotationTypeExpression.getType(AnnotationTypeExpression.java:171)
~[ruta-core-
> Ruta: possible SO when process is called on broken AE
> -----------------------------------------------------
>
> Key: UIMA-6050
> URL: https://issues.apache.org/jira/browse/UIMA-6050
> Project: UIMA
> Issue Type: Bug
> Components: Ruta
> Affects Versions: 2.7.0ruta
> Reporter: Peter Klügl
> Assignee: Peter Klügl
> Priority: Major
> Fix For: 3.0.0ruta, 2.8.0ruta
>
>
> {noformat}
> SW.ct=="the"{-> CREATE(Entity, "label" = "MEINLABEL", "value"= "MEINVALUE")};
> t:Token{-> t.entities = Entity};
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)