}
}
});
logger.debug ("starting exporter...");
try {
exporter.startServer ();
} catch (final Throwable exception) {
exceptions.trace (ExceptionResolution.Ignored, exception);
logger.error ("failed starting exporter; ignoring!", exception);
throw (new Error (exception));
}