if (rawStoreFactory != null)
{
DaemonService rawStoreDaemon = rawStoreFactory.getDaemon();
if (rawStoreDaemon != null)
rawStoreDaemon.stop();
}
long shutdownTime = System.currentTimeMillis();
boolean logBootTrace = PropertyUtil.getSystemBoolean(Property.LOG_BOOT_TRACE);
logMsg("\n" + CheapDateFormatter.formatDate(shutdownTime) +