opends/src/server/org/opends/server/extensions/TraditionalWorkerThread.java
@@ -182,6 +182,8 @@ stackTraceToSingleLineString(t)); logError(message); // Ensure that the client receives some kind of result so that it does // not hang. operation.setResultCode(DirectoryServer.getServerErrorResultCode()); operation.appendErrorMessage(message); operation.getClientConnection().sendResponse(operation);