You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2015/05/29 11:58:18 UTC

[jira] [Created] (UIMA-4437) Ruta: NPE in delegated script without seeders

Peter Klügl created UIMA-4437:
---------------------------------

             Summary: Ruta: NPE in delegated script without seeders
                 Key: UIMA-4437
                 URL: https://issues.apache.org/jira/browse/UIMA-4437
             Project: UIMA
          Issue Type: Bug
          Components: ruta
    Affects Versions: 2.3.0ruta
            Reporter: Peter Klügl


the begin anchor is null

{noformat}
Caused by: java.lang.NullPointerException
	at org.apache.uima.ruta.RutaStream.getAllBasicsInWindow(RutaStream.java:529)
	at org.apache.uima.ruta.RutaStream.removeAnnotation(RutaStream.java:331)
	at org.apache.uima.ruta.RutaStream.removeAnnotation(RutaStream.java:323)
	at org.apache.uima.ruta.action.ExecAction.callEngine(ExecAction.java:104)
	at org.apache.uima.ruta.action.CallAction.execute(CallAction.java:62)
	at org.apache.uima.ruta.rule.AbstractRuleElement.apply(AbstractRuleElement.java:130)
	at org.apache.uima.ruta.rule.RuleElementCaretaker.applyRuleElements(RuleElementCaretaker.java:111)
	at org.apache.uima.ruta.rule.ComposedRuleElement.applyRuleElements(ComposedRuleElement.java:593)
	at org.apache.uima.ruta.rule.AbstractRuleElement.doneMatching(AbstractRuleElement.java:84)
	at org.apache.uima.ruta.rule.ComposedRuleElement.fallback(ComposedRuleElement.java:514)
	at org.apache.uima.ruta.rule.ComposedRuleElement.fallbackContinue(ComposedRuleElement.java:415)
	at org.apache.uima.ruta.rule.RutaRuleElement.startMatch(RutaRuleElement.java:102)
	at org.apache.uima.ruta.rule.ComposedRuleElement.startMatch(ComposedRuleElement.java:74)
	at org.apache.uima.ruta.rule.RutaRule.apply(RutaRule.java:47)
	at org.apache.uima.ruta.rule.RutaRule.apply(RutaRule.java:40)
	at org.apache.uima.ruta.rule.RutaRule.apply(RutaRule.java:29)
	at org.apache.uima.ruta.RutaScriptBlock.apply(RutaScriptBlock.java:63)
	at org.apache.uima.ruta.RutaModule.apply(RutaModule.java:48)
	at org.apache.uima.ruta.engine.RutaEngine.process(RutaEngine.java:545)
	... 6 more
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)