final Configuration configuration = Configuration.getInstance(this.configurationUri);
final AndroMDAServer andromdaServer = AndroMDAServer.newInstance();
if (andromdaServer != null)
{
andromdaServer.stop(configuration);
}
}
catch (Throwable throwable)
{
final Throwable cause = ExceptionUtils.getCause(throwable);