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