Check all your plugins are loaded correctly, it looks like you have changes in the filesystem that were not applied, and when you restarted you applied those changes, I bet that one or more of your plugins are not loaded, you should have a big red number in the top-rigth corner of your Jenkins Controller UI.
El martes, 6 de septiembre de 2022 a las 14:59:39 UTC+2, Madhu Muchukota escribió: > Hi Team, All of a sudden we are seeing below errors as soon as I run a job > in Jenkins. > > java.lang.NullPointerException at > java.base/java.util.Objects.requireNonNull(Objects.java:221) at > jenkins.scm.api.SCMFileSystem.of(SCMFileSystem.java:191) at > jenkins.scm.api.SCMFileSystem.of(SCMFileSystem.java:173) at > org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:118) > > at > org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:70) > > at > org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:310) > at hudson.model.ResourceController.execute(ResourceController.java:99) > at hudson.model.Executor.run(Executor.java:431) Finished: FAILURE > > Does anyone have any idea on this error? > > All we did is, just rebooted a VM over the weekend and from then it is not > working. > > Regards, > Madhu M > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5d260f62-6812-40b6-8923-4bf75abe4f15n%40googlegroups.com.
