You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by "Sean Finan (JIRA)" <ji...@apache.org> on 2013/09/04 16:49:54 UTC

[jira] [Created] (CTAKES-234) Array Index out of bounds Exception

Sean Finan created CTAKES-234:
---------------------------------

             Summary: Array Index out of bounds Exception
                 Key: CTAKES-234
                 URL: https://issues.apache.org/jira/browse/CTAKES-234
             Project: cTAKES
          Issue Type: Bug
          Components: ctakes-constituency-parser
    Affects Versions: 3.0-incubating
         Environment: All
            Reporter: Sean Finan
            Priority: Minor


Trace pasted below.  

LowLevelException: Error in low-level CAS APIs: array index out of range: 18.
        at org.apache.uima.jcas.impl.JCasImpl.checkArrayBounds(JCasImpl.java:1115)
        at org.apache.ctakes.typesystem.type.syntax.TopTreebankNode.getTerminals(TopTreebankNode.java:105)
        at org.apache.ctakes.constituency.parser.util.TreeUtils.recursivelyCreateStructure(TreeUtils.java:271)
        at org.apache.ctakes.constituency.parser.util.TreeUtils.recursivelyCreateStructure(TreeUtils.java:281)
        at org.apache.ctakes.constituency.parser.util.TreeUtils.buildAlignedTree(TreeUtils.java:183)
        at org.apache.ctakes.constituency.parser.MaxentParserWrapper.createAnnotations(MaxentParserWrapper.java:97)
        at org.apache.ctakes.constituency.parser.ae.ConstituencyParser.process(ConstituencyParser.java:62)
        at org.apache.uima.analysis_component.JCasAnnotator_ImplBase.process(JCasAnnotator_ImplBase.java:48)
        at org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.callAnalysisComponentProcess(PrimitiveAnalysisEngine_impl.java:375)
        ... 26 more


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira