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

Building process was ruined by JEP-200

XMLWordPrintable

      Building process was ruined by JEP-200 . I tried to fix it as it was suggested by defining
      -Dhudson.remoting.ClassFilter but it does not helped.

      I got in logs: Caused by: java.lang.UnsupportedOperationException: Refusing to marshal java.io.PrintStream

      and I've added filter: -Dhudson.remoting.ClassFilter=java.io.PrintStream

      then I've got: Caused by: java.lang.UnsupportedOperationException: Refusing to marshal java.nio.channels.Channels$1

      filter: -Dhudson.remoting.ClassFilter=java.io.PrintStream,java.nio.channels.Channels$1

      but I'm receiving the same error:

      Jan 16, 2018 2:45:47 PM jenkins.security.ClassFilterImpl lambda$isBlacklisted$1
      WARNING: java.nio.channels.Channels$1 in JRE might be dangerous, so rejecting; see https://jenkins.io/redirect/class-filter/

            Unassigned Unassigned
            onashvili Otar Onashvili
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: