Hi,
I’ve tried searching for answers on these, but failed to find any…
Every time Jenkins starts (LTS, currently v2.263.4, installed from rpm), I see these messages in the log…
2021-02-25 10:49:30.563+0000 [id=31] INFO
hudson.model.AllView#migrateLegacyPrimaryAllViewLocalizedName:
JENKINS-38606 detected for AllView in hudson.model.MyViewsProperty@3deb748c;
renaming view from All to all
2021-02-25 10:48:58.766+0000 [id=31] WARNING
o.j.p.s.scripts.ScriptApproval#configuring: Classpath file:/ is a class
directory, which are not allowed. Ignored in configuration, use will be
rejected
2021-02-25 10:48:24.945+0000 [id=1] WARNING winstone.Logger#logInternal:
Parameter handlerCountMax is now deprecated
2021-02-25 10:48:24.963+0000 [id=1] WARNING winstone.Logger#logInternal: Parameter handlerCountMaxIdle is now deprecated
Which config (files or UI) are the first two complaining
about? (grep is no help in finding them!)
For the last two, if these parameters are deprecated, why are they still in /etc/rc.d/init.d/jenkins and /etc/sysconfig/jenkins (which comes from the rpm)? Don't they need to be removed?
Thanks!