Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
jenkins stack trace
hudson.util.HudsonFailedToLoad: java.lang.NoClassDefFoundError: com/cloudbees/hudson/plugins/folder/AbstractFolder
at hudson.WebAppMain$3.run(WebAppMain.java:245)
Caused by: java.lang.NoClassDefFoundError: com/cloudbees/hudson/plugins/folder/AbstractFolder
at hudson.security.ProjectMatrixAuthorizationStrategy.getACL(ProjectMatrixAuthorizationStrategy.java:95)
at hudson.model.AbstractItem.getACL(AbstractItem.java:498)
at hudson.model.AbstractItem.hasPermission(AbstractItem.java:512)
at jenkins.model.Jenkins.getItems(Jenkins.java:1719)
at jenkins.model.Jenkins.getItems(Jenkins.java:325)
at hudson.model.Items.getAllItems(Items.java:363)
at hudson.model.Items.getAllItems(Items.java:359)
at jenkins.model.Jenkins.getAllItems(Jenkins.java:1753)
at hudson.tasks.ArtifactArchiver$Migrator.onLoaded(ArtifactArchiver.java:351)
at jenkins.model.Jenkins.<init>(Jenkins.java:995)
at hudson.model.Hudson.<init>(Hudson.java:85)
at hudson.model.Hudson.<init>(Hudson.java:81)
at hudson.WebAppMain$3.run(WebAppMain.java:231)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.