theApplication._lock.endReading();
}
NSDictionary requestDict;
try {
requestDict = (NSDictionary) new _JavaMonitorDecoder().decodeRootObject(aRequest.content());
} catch (WOXMLException wxe) {
NSLog.err.appendln("Wotaskd monitorRequestAction: Error parsing request");
if (NSLog.debugLoggingAllowedForLevelAndGroups(NSLog.DebugLevelInformational, NSLog.DebugGroupDeployment))
NSLog.debug.appendln("Wotaskd monitorRequestAction: " + aRequest.contentString());
aResponse.appendContentString(_invalidXML);