• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • remoting
    • System property hudson.remoting.RemoteClassLoader.force is set to the name of a class to be loaded, e.g. -Dhudson.remoting.RemoteClassLoader.force=com.sun.jna.Native

      JENKINS-19445 added a workaround for a Windows JNA deadlock bug in pr#82. That added a log message.
      Unfortunately that log message was malformed (using %s instead of {0} etc), resulting in an ugly and unhelpful log message saying:
      INFO: %s class '%s' using classloader: %s

      It should say something like:
      INFO: Loaded class 'com.foo.Bar' using classloader: com.foo.SomeClassLoader
      instead.

          [JENKINS-50965] Malformed log message

          pjdarton created issue -
          pjdarton made changes -
          Description Original: JENKINS-19445 added a workaround for a Windows JNA deadlock bug in [pr#82|https://github.com/jenkinsci/remoting/pull/82]. That added a log message.
          Unfortunately that log message was malformed (using %s instead of {0} etc), resulting in an ugly and unhelpful log message saying:
          INFO: %s class '%s' using classloader: %s

          It should say something like:
          INFO: Loaded class 'com.foo.Bar' using classloader: com.foo.SomeClassLoader
          instead.
          New: JENKINS-19445 added a workaround for a Windows JNA deadlock bug in [pr#82|https://github.com/jenkinsci/remoting/pull/82]. That added a log message.
          Unfortunately that log message was malformed (using %s instead of \{0} etc), resulting in an ugly and unhelpful log message saying:
          INFO: %s class '%s' using classloader: %s

          It should say something like:
          INFO: Loaded class 'com.foo.Bar' using classloader: com.foo.SomeClassLoader
          instead.
          pjdarton made changes -
          Priority Original: Minor [ 4 ] New: Trivial [ 5 ]
          Oleg Nenashev made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Oleg Nenashev made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
          Oleg Nenashev made changes -
          Labels New: diagnostics
          Oleg Nenashev made changes -
          Epic Link New: JENKINS-46154 [ 184393 ]
          Oleg Nenashev made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Review [ 10005 ] New: Resolved [ 5 ]
          Oliver Gondža made changes -
          Labels Original: diagnostics New: 2.121.2-fixed diagnostics

            jthompson Jeff Thompson
            pjdarton pjdarton
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: