new Object[] { Thread.currentThread().getName(), container.getName(),
deployer.getClass().getName() });
}
deployer.undeploy();
}
container.destroy();
} catch (Exception e) {
UIMAFramework.getLogger(this.getClass()).logrb(
Level.WARNING,
this.getClass().getName(),