/* we need to create a new output stream here because a system exception may
have occurred *after* a no_exception request header was written onto the
original output stream*/
out = new ReplyOutputStream(orb,
requestId(),
ReplyStatusType_1_2.SYSTEM_EXCEPTION,
inputStream.getGIOPMinor(),
inputStream.isLocateRequest(),
logger);