Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


7.4.3 -XX:[+|-]HitachiJavaLogNoMoreOutput

-XX:[+|-]HitachiJavaLogNoMoreOutput specifies how to output log information if an input or output error occurs during log file creation.

Description

-XX:[+|-]HitachiJavaLogNoMoreOutput specifies how to output log information if an input or output error occurs during log file creation. Note that Java VM continues processing regardless of the specified value. This option applies to Java VM log files and the log files for the explicit memory management functionality.

Prerequisite options

Specify one of the following options:

  • -XX:+HitachiVerboseGC

  • -XX:+HitachiOutOfMemoryStackTrace

  • -XX:+HitachiOutOfMemoryCause

  • -XX:+HitachiOutOfMemorySize

  • -XX:+HitachiJavaClassLibTrace

  • An option other than -XX:HitachiExplicitMemoryLogLevel:none

  • -XX:+JITCompilerContinuation

Syntax

-XX:[+|-]HitachiJavaLogNoMoreOutput

Specifiable values

Type: String

-XX:+HitachiJavaLogNoMoreOutput

If a file input or output error occurs during log file output, the following message is output to the standard error output, and then the output of log information stops.

Java logfile output failed.(errno=name_of_function_that_caused_input_or_output_error:error_number)
-XX:-HitachiJavaLogNoMoreOutput

If a file input or output error occurs during log file output, the following message is output to the standard error output, the output destination of log information is changed to the standard error output, and then the output of log information continues.

Java logfile output failed.(errno=name_of_function_that_caused_input_or_output_error:error_number)
Changing output to stderr

Default value

If the definition item is omitted:

-XX:+HitachiJavaLogNoMoreOutput