if (callerDN == null) {
logger.error("VWS-SHUTDOWN: no caller identity");
throw InstanceUtil.makeShutdownFault("no caller identity", null);
}
final ShutdownEnumeration shutdownEnum = req.getShutdownType();
try {
final InstanceResource resource = getInstanceResource();