You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Burn Lewis (JIRA)" <de...@uima.apache.org> on 2011/08/03 19:57:27 UTC

[jira] [Created] (UIMA-2200) Underlying cause of an initialization exception is not reported when deployment fails

Underlying cause of an initialization exception is not reported when deployment fails
-------------------------------------------------------------------------------------

                 Key: UIMA-2200
                 URL: https://issues.apache.org/jira/browse/UIMA-2200
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
    Affects Versions: 2.3.1AS
            Reporter: Burn Lewis
            Priority: Minor


When deploying an async service with an annotator that fails to init the useful exception cause is omitted.  All I get is:
org.apache.uima.resource.ResourceInitializationException: Error initializing "AggBluemaxAnnotator" from descriptor 
file:...../AggBluemaxAnnotator-IC.xml

While runAE on this descriptor yields the complete chain which includes:
org.apache.uima.resource.ResourceConfigurationException: No value has been assigned to the mandatory configuration parameter ConfigFile

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (UIMA-2200) Underlying cause of an initialization exception is not reported when deployment fails

Posted by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-2200.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.2AS
         Assignee: Jerry Cwiklik

Modified SpringDeployer to expose the reason why AE initialization failed. Added a new test case to the extended test suite.

> Underlying cause of an initialization exception is not reported when deployment fails
> -------------------------------------------------------------------------------------
>
>                 Key: UIMA-2200
>                 URL: https://issues.apache.org/jira/browse/UIMA-2200
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.3.1AS
>            Reporter: Burn Lewis
>            Assignee: Jerry Cwiklik
>            Priority: Minor
>             Fix For: 2.3.2AS
>
>
> When deploying an async service with an annotator that fails to init the useful exception cause is omitted.  All I get is:
> org.apache.uima.resource.ResourceInitializationException: Error initializing "AggBluemaxAnnotator" from descriptor 
> file:...../AggBluemaxAnnotator-IC.xml
> While runAE on this descriptor yields the complete chain which includes:
> org.apache.uima.resource.ResourceConfigurationException: No value has been assigned to the mandatory configuration parameter ConfigFile

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira