Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.0.0
-
None
Description
Found while testing rc3 for 4.0.0. This looks like something that can be fixed in the next point release. Users can get an updated .xml file if they need a fix for this, which will use the later version of the assertion annotators
Symptoms:
Using AggregateCdaUMLSProcessor.xml or AggregateCdaProcessor.xml
Might notice the following warnings while loading the AE:
WARN BatchRunner - This class cannot be used until CTAKES-76 is implemented.
WARN JarafeMEDecoder - This class cannot be used until CTAKES-76 is implemented.
The following occur when running the AE against a document:
WARN SingleDocumentProcessor - This class cannot be used until CTAKES-76 is implemented.
WARN SingleDocumentProcessor - This class cannot be used until CTAKES-76 is implemented.
WARN SingleDocumentProcessor - This class cannot be used until CTAKES-76 is implemented.
And when run the AE, a stack trace that includes:
Caused by: java.lang.NullPointerException
at org.apache.ctakes.assertion.medfacts.AssertionAnalysisEngine.process(AssertionAnalysisEngine.java:213)
at org.apache.uima.analysis_component.JCasAnnotator_ImplBase.process(JCasAnnotator_ImplBase.java:48)
at org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.callAnalysisComponentProcess(PrimitiveAnalysisEngine_impl.java:396)
... 51 more