I believe its there not sure why its failing to load, please advise
[jenkins@jenkins-01 /jenkins]$ [jenkins@jenkins-01 /jenkins]$ cd plugins/ [jenkins@jenkins-01 plugins]$ ls -lart | grep matrix drwxr-xr-x 5 jenkins poppers 4096 Sep 30 2016 matrix-auth drwxr-xr-x 6 jenkins poppers 4096 Sep 30 2016 matrix-project [jenkins@jenkins-01 plugins]$ cd matrix-auth [jenkins@jenkins-01 matrix-auth]$ ls -lart total 28 drwxr-xr-x 3 jenkins poppers 4096 May 24 2016 WEB-INF drwxr-xr-x 2 jenkins poppers 4096 May 24 2016 images -rw-r--r-- 1 jenkins poppers 0 Sep 30 2016 .timestamp2 drwxr-xr-x 3 jenkins poppers 4096 Sep 30 2016 META-INF drwxr-xr-x 5 jenkins poppers 4096 Sep 30 2016 . drwxr-xr-x 71 jenkins poppers 12288 Nov 28 01:52 .. [jenkins@jenkins-01 matrix-auth]$ cd WEB-INF/ [jenkins@jenkins-01 WEB-INF]$ ls -lart total 16 -rw-r--r-- 1 jenkins poppers 568 May 24 2016 licenses.xml drwxr-xr-x 2 jenkins poppers 4096 May 24 2016 lib drwxr-xr-x 3 jenkins poppers 4096 May 24 2016 . drwxr-xr-x 5 jenkins poppers 4096 Sep 30 2016 .. [jenkins@svr-ies-jenkins-pro-01 WEB-INF]$ cd li lib/ licenses.xml [jenkins@jenkins-01 WEB-INF]$ cd lib [jenkins@jenkins-01 lib]$ ls -lart total 104 -rw-r--r-- 1 jenkins poppers 91690 May 24 2016 matrix-auth.jar drwxr-xr-x 3 jenkins poppers 4096 May 24 2016 .. drwxr-xr-x 2 jenkins poppers 4096 May 24 2016 . On Sunday, May 10, 2020 at 7:15:04 PM UTC+2, Daniel Beck wrote: > > The configuration references the matrix-auth plugin, but it is disabled or > failed to load. > > > On 10. May 2020, at 16:57, Mai Waly <[email protected] <javascript:>> > wrote: > > > > Hi All, > > > > Please advise what happen as Jenkins is no longer starting and showing > error, there is no gui any more. > > > > > > ay 10, 2020 7:48:13 AM hudson.util.BootFailure publish > > SEVERE: Failed to initialize Jenkins > > hudson.util.HudsonFailedToLoad: > org.jvnet.hudson.reactor.ReactorException: java.io.IOException: Unable to > read /jenkins/config.xml > > at hudson.WebAppMain$3.run(WebAppMain.java:244) > > Caused by: org.jvnet.hudson.reactor.ReactorException: > java.io.IOException: Unable to read /jenkins/config.xml > > at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:269) > > at jenkins.InitReactorRunner.run(InitReactorRunner.java:45) > > at jenkins.model.Jenkins.executeReactor(Jenkins.java:1009) > > at jenkins.model.Jenkins.<init>(Jenkins.java:877) > > at hudson.model.Hudson.<init>(Hudson.java:85) > > at hudson.model.Hudson.<init>(Hudson.java:81) > > at hudson.WebAppMain$3.run(WebAppMain.java:227) > > Caused by: java.io.IOException: Unable to read /jenkins/config.xml > > at hudson.XmlFile.unmarshal(XmlFile.java:165) > > at jenkins.model.Jenkins.loadConfig(Jenkins.java:2785) > > at jenkins.model.Jenkins.access$700(Jenkins.java:324) > > at jenkins.model.Jenkins$16.run(Jenkins.java:2803) > > at > org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169) > > > > at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282) > > at jenkins.model.Jenkins$7.runTask(Jenkins.java:998) > > at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210) > > at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) > > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > > > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > > > > at java.lang.Thread.run(Thread.java:745) > > Caused by: jenkins.util.xstream.CriticalXStreamException: > hudson.security.ProjectMatrixAuthorizationStrategy : > hudson.security.ProjectMatrixAuthorizationStrategy > > ---- Debugging information ---- > > message : hudson.security.ProjectMatrixAuthorizationStrategy > > cause-exception : > com.thoughtworks.xstream.mapper.CannotResolveClassException > > cause-message : hudson.security.ProjectMatrixAuthorizationStrategy > > class : hudson.model.Hudson > > required-type : hudson.model.Hudson > > converter-type : hudson.util.RobustReflectionConverter > > path : /hudson/authorizationStrategy > > line number : 8 > > version : not available > > > > > > Thanks & BRs, > > Mai Saleh > > > > -- > > 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] <javascript:>. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/e571e5d3-4510-4683-952e-fb30f46dfec5%40googlegroups.com. > > > > -- 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/e11ee7d0-15ab-4420-a4b2-5d3b79c7a16d%40googlegroups.com.
