Fix NPE in UIMA AS Client When Running with Log Level > INFO
------------------------------------------------------------
Key: UIMA-1994
URL: https://issues.apache.org/jira/browse/UIMA-1994
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Fix For: 2.3.1AS
NPE is thrown in AsynchAECasManager.iniitalize method if log level > INFO and
UIMA AS client application does not provide initial heap size in
ApplicationContext. If the context is not provided, the UIMA AS client
initialize() method passes null for performanceTuningSettings when calling
AsynchAECasManager.initialize(). Inside that method, the
performanceTuningSettings is dereferenced causing NPE.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.