Artur Szostak edited a comment on Bug JENKINS-22261

I paste the following information given in an email from Daniel Beck. This could help those who need to work around the problem.

__________________________________________________________________________________________________________

To view the problems, try the following in the Script Console:
===
def d = [:]
d.putAll(Jenkins.instance.getAdministrativeMonitor("OldData").data)
d.each { obj, v ->
println obj.class.getName()
println obj.fullName?:obj.fullDisplayName?:obj.displayName?:obj.name
println v
println v.extra
println '------------'
}
return
===

Sample output:
===
hudson.model.User
Daniel Beck

CannotResolveClassException: hudson.plugins.favorite.user.FavoriteUserProperty, CannotResolveClassException: hudson.plugins.favorite.filter.FavoriteFilter
------------
===

Most of the entries will have an empty line (from 'println v'), this is where a version incompatibility would show up.
Never had that, no idea how it works. If you just disabled a bunch of plugins (like Favorite plugin in the example), you won't have that.

To scrub, try to access http://yourjenkins/administrativeMonitor/OldData/discard manually by editing the URL.
This is what 'Discard Unreadable Data' does, it doesn't even @RequirePOST.
__________________________________________________________________________________________________________

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to