-
Bug
-
Resolution: Duplicate
-
Major
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/
- duplicates
-
JENKINS-48944 Build Name Setter Plugin is affected by JEP-200 in Jenkins 2.102+
- Resolved