Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-16222

Source code files for displaying warnings are empty in some cases

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • warnings-plugin
    • None
    • Jenkins: V1.493
      Warnings-Plugin: V4.18
      Static Analysis Utilities: V1.48
      OS: Windows XP, Mac OS X

      In some situations the source code files, displaying the warnings are empty.

      Reason:

      In some setups the default encoding was not set. This caused an exception in the class HealthAwareRecorder.java in

      private void print(final FileOutputStream outputStream, final String message,
      final Object... arguments) throws IOException

      { IOUtils.write(String.format(message, arguments), outputStream, getDefaultEncoding()); }

      The default encoding was an empty string and therefore the write function threw the IOException "Unknown Encoding".
      This resulted in jumping out of the logging function to print the statement, that the path to the source file is wrong.

      Fixed/Workaround by setting the Default Encoding in the configuration setting to "UTF-8"

            drulli Ulli Hafner
            schneim Markus Schneider
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: