| 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. Does this simply mean TFS is not working? 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 at hudson.plugins.tfs.model.Server.<init>(Server.java:114) at hudson.plugins.tfs.model.Server.create(Server.java:72) at hudson.plugins.tfs.TeamFoundationServerScm.createServer(TeamFoundationServerScm.java:441) at hudson.plugins.tfs.TeamFoundationServerScm.checkout(TeamFoundationServerScm.java:285) at hudson.model.AbstractProject.checkout(AbstractProject.java:1278) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) at hudson.model.Run.execute(Run.java:1720) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:404) |