try {
/*
* Should recover locators upon startup and try to
* use null recovered locator preparer.
*/
txn_mgr_proxy.create(1000);
throw new TestException("Restarted service with "
+ "invalid configuration");
} catch (Throwable e) {
e.printStackTrace();
if (!verifyConfigurationException(e)) {