}
} catch (Exception e) {
}
}
UimaEEAdminContext ctx = getUimaEEAdminContext();
if ( ctx != null ) {
ctx.onTerminate("ExceededErrorThreshold",EventTrigger.ExceededErrorThreshold );
}
// Extended tests cant be killed, so skip this if dontKill is defined
// in System properties.
if ( System.getProperty("dontKill") == null) {
// The UIMA AS service error handling says to terminate. Try to terminate