-
Type:
Bug
-
Resolution: Won't Do
-
Priority:
Minor
-
Component/s: tfs-plugin
-
None
-
Environment:both old jenkins version 2.22 and new jenkins 2.153
After I upgraded Jenkins to 2.153, I just started getting the follow msg. When I went back to the old version, still getting this error.Â
how do I fix it?
thanks.
Â
FATAL: Could not initialize class com.microsoft.tfs.core.config.persistence.DefaultPersistenceStoreProvider
java.lang.NoClassDefFoundError
: Could not initialize class com.microsoft.tfs.core.config.persistence.DefaultPersistenceStoreProvider
hudson.plugins.tfs.model.Server.<init>(Server.java:114)
hudson.plugins.tfs.model.Server.create(Server.java:72)
hudson.plugins.tfs.TeamFoundationServerScm.createServer(TeamFoundationServerScm.java:441)
hudson.plugins.tfs.TeamFoundationServerScm.checkout(TeamFoundationServerScm.java:285)
hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
hudson.model.Run.execute(Run.java:1720)
hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
hudson.model.ResourceController.execute(ResourceController.java:98)
hudson.model.Executor.run(Executor.java:404)