final Map<String, String> attributes = new HashMap<String, String>();
attributes.put(DROP, "true");
final String url = getUrl(attributes);
try {
new ClientDriver().connect(url, new Properties());
final String message = MessageUtil.getMessage(ERROR_STOPPING_SERVER, getDatabaseName());
logger.logError(message);
return;
} catch (final SQLException exception) {
if (!("08006".equals(exception.getSQLState()))) {