Permission and disk space looks OK. [jenkins@jenkins-01 /jenkins]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg00-root 99G 81G 13G 87% /
[jenkins@jenkins-01 ~]$ cd /jenkins/ [jenkins@jenkins-01 /jenkins]$ df -h . Filesystem Size Used Avail Use% Mounted on xxxxx:/xxx/xxx/xxxx 100G 25G 76G 25% /jenkins [jenkins@jenkins-01 /jenkins]$ ls -lart | grep config.xml -rw-r--r-- 1 jenkins poppers 63290 Apr 8 07:32 config.xml On Monday, May 11, 2020 at 7:01:13 AM UTC+2, D'raj wrote: > > check permissions of ..jenkins/config.xml file > and check for available disk space on the file system where jenkins is > installed. > > > On Sunday, 10 May 2020 20:27:06 UTC+5:30, Mai Waly 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/586b8b70-ba1f-4b21-bcaf-aea334c4bdf0%40googlegroups.com.
