All our Jenkins Jobs suddenly stopped working. We're running Jenkins 1.509 (Maven Integration 1.509) and there where no recent updates installed to any of the plugins or the server itself. I append the buildlog below. Any idea on how to solve this at least temporarily without a lot of work would be appreciated!!!
Best, Sven Started by remote host 127.0.0.1 with note: sven Building remotely on WindowsXP in workspace <https://localhost/jenkins/job/LabCONN2/ws/> [LabCONN2] $ hg showconfig paths.default [LabCONN2] $ hg pull --rev default [LabCONN2] $ hg update --clean --rev default 37 files updated, 0 files merged, 1 files removed, 0 files unresolved [LabCONN2] $ hg --config extensions.purge= clean --all [LabCONN2] $ hg log --rev . --template {node} [LabCONN2] $ hg log --rev . --template {rev} [LabCONN2] $ hg log --rev eb5023f9ee5d8ed23681ae2c75d0eae4fbdb352c [LabCONN2] $ hg log --template "<changeset node='{node}' author='{author|xmlescape}' rev='{rev}' date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n" --rev default:0 --follow --prune eb5023f9ee5d8ed23681ae2c75d0eae4fbdb352c --encoding UTF-8 --encodingmode replace Parsing POMs ERROR: Processing failed due to a bug in the code. Please report this to [email protected] java.lang.ClassCastException: hudson.maven.MavenModuleSetBuild$PomParser$Result cannot be cast to java.util.List at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:864) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:622) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580) at hudson.model.Run.execute(Run.java:1575) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:237) project=hudson.maven.MavenModuleSet@48262730[LabCONN2] project.getModules()=[hudson.maven.MavenModule@4e6e375e[LabCONN2/de.lda.labconn2:LabConn2][LabCONN2/de.lda.labconn2:LabConn2][relativePath:], hudson.maven.MavenModule@26c087be[LabCONN2/de.lda.labconn2:LabConn2-Commons][LabCONN2/de.lda.labconn2:LabConn2-Commons][relativePath:Commons], hudson.maven.MavenModule@7fac9fff[LabCONN2/de.lda.labconn2:LabConn2-LabClient][LabCONN2/de.lda.labconn2:LabConn2-LabClient][relativePath:LabClient], hudson.maven.MavenModule@4d86d315[LabCONN2/de.lda.labconn2:LabConn2-LabClient-Windows][LabCONN2/de.lda.labconn2:LabConn2-LabClient-Windows][relativePath:LabClient-Windows], hudson.maven.MavenModule@36edc33d[LabCONN2/de.lda.labconn2:LabConn2-Server][LabCONN2/de.lda.labconn2:LabConn2-Server][relativePath:Server], hudson.maven.MavenModule@24e823ac[LabCONN2/de.lda.labconn2:LabConn2-Server-WAR][LabCONN2/de.lda.labconn2:LabConn2-Server-WAR][relativePath:Server-WAR], hudson.maven.MavenModule@191e31ea[LabCONN2/de.lda.labconn2:LabConn2-SurgeryClient][LabCONN2/de.lda.labconn2:LabConn2-SurgeryClient][relativePath:SurgeryClient], hudson.maven.MavenModule@279febb9[LabCONN2/de.lda.labconn2:LabConn2-SurgeryClient-Windows][LabCONN2/de.lda.labconn2:LabConn2-SurgeryClient-Windows][relativePath:SurgeryClient-Windows], hudson.maven.MavenModule@26473f4c[LabCONN2/de.lda.labconn2:LabConn2-SurgeryClientPreinstallDatabaseCreator][LabCONN2/de.lda.labconn2:LabConn2-SurgeryClientPreinstallDatabaseCreator][relativePath:SurgeryClientPreinstallDatabaseCreator]] project.getRootModule()=hudson.maven.MavenModule@4e6e375e[LabCONN2/de.lda.labconn2:LabConn2][LabCONN2/de.lda.labconn2:LabConn2][relativePath:] FATAL: hudson.maven.MavenModuleSetBuild$PomParser$Result cannot be cast to java.util.List java.lang.ClassCastException: hudson.maven.MavenModuleSetBuild$PomParser$Result cannot be cast to java.util.List at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:864) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:622) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580) at hudson.model.Run.execute(Run.java:1575) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:237) -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
