Hi
We have just migrated our Jenkins master from a Centos 5 m/c to a Centos 7 m/c. The console log now shows some RemoteInvocationHandler statistics and an exception. Any thoughts why these are happening please?
Jenkins is fully up and running
Apr 17, 2018 8:37:03 AM INFO hudson.remoting.RemoteInvocationHandler$Unexporter reportStats
rate(1min) = 87.4±93.4/sec; rate(5min) = 164.7±67.1/sec; rate(15min) = 183.1±42.0/sec; rate(total) = 25.2±55.9/sec; N = 11
Apr 17, 2018 8:38:02 AM INFO org.eclipse.jetty.server.session.Session beginInvalidate
Session node013k1jykadfpxsiba2w9heafxd1 already being invalidated
Apr 17, 2018 8:38:03 AM INFO hudson.remoting.RemoteInvocationHandler$Unexporter reportStats
rate(1min) = 32.2±70.6/sec; rate(5min) = 134.9±87.8/sec; rate(15min) = 171.3±60.6/sec; rate(total) = 12.1±40.7/sec; N = 23
Apr 17, 2018 8:38:19 AM WARNING hudson.ExpressionFactory2$JexlExpression evaluate
Caught exception evaluating: h.jsStringEscape(with) in /jenkins/configure. Reason: java.lang.NullPointerException
java.lang.NullPointerException
at hudson.Functions.jsStringEscape(Functions.java:1383)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
Best regards
David
Hi David,
I think the exception is due to https://issues.jenkins-ci.org/browse/JENKINS-50748 and is allegedly fixed in Jenkins 2.117 (https://jenkins.io/changelog/).
HTH Reinhold