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 2011/01/10 22:47:45 UTC

[jira] Closed: (UIMA-1994) Fix NPE in UIMA AS Client When Running with Log Level > INFO

     [ https://issues.apache.org/jira/browse/UIMA-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-1994.
-------------------------------

    Resolution: Fixed

Modified BaseUIMAAsynchronousEngine_impl.initialize() to prevent passing null for performanceTunningSetting arg to the AsynchAECasManager.initialize()

> 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.