You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2017/06/26 18:44:00 UTC

[jira] [Created] (UIMA-5465) UIMA DUCC: Fix StringOutOfBoundsException when DD points to primitive AE with scalout > 1

Jerry Cwiklik created UIMA-5465:
-----------------------------------

             Summary: UIMA DUCC: Fix StringOutOfBoundsException when DD points to primitive AE with scalout > 1
                 Key: UIMA-5465
                 URL: https://issues.apache.org/jira/browse/UIMA-5465
             Project: UIMA
          Issue Type: Bug
          Components: DUCC
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.2.1-Ducc


The JP throws StringOutOfBoundsException when a DD points to a primitive AE descriptor and scaleout > 1. It's parsing error while trying to build performance metrics right after CAS processing. Full exception:
WARNING: UimaProcessContainer
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
        at java.lang.String.substring(String.java:1219)
        at org.apache.uima.ducc.user.jp.UimaASProcessContainer.doProcess(UimaASProcessContainer.java:333)





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)