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)