adoptium / infrastructure

This repo contains all information about machine maintenance.
Apache License 2.0
84 stars 100 forks source link

Investigate exceptions in jenkins startup log #3645

Open sxa opened 5 days ago

sxa commented 5 days ago

Coming out of https://github.com/adoptium/infrastructure/issues/3636 we have quite a few exceptions, some of which are from missing config.xml on old directory.

Lots of warnings from missing files under build-scripts WARNING c.c.h.p.folder.AbstractFolder#loadChildren: could not find file /home/jenkins/.jenkins/jobs

build-scripts/jobs/jdk8u/config.xml
build-scripts-testing/jobs/jdk8u/config.xml
build-scripts-testing/jobs/jdk11u/config.xml
build-scripts/jobs/jdk11u/config.xml
build-scripts/jobs/jdk15u/config.xml
build-scripts/jobs/jdk16/config.xml
build-scripts/jobs/jdk/config.xml
build-scripts/jobs/jdk16u/config.xml
build-scripts-testing/jobs/jdk8u/config.xml
build-scripts-testing/jobs/jdk11u/config.xml
build-scripts/jobs/jdk8u/config.xml
build-scripts/jobs/jdk11u/config.xml
build-scripts/jobs/jdk15u/config.xml
build-scripts/jobs/jdk16/config.xml
build-scripts/jobs/jdk/config.xml
build-scripts/jobs/jdk16u/config.xml

Most of the others seem to be one of these (checkboxes added to indicate when they've been addressed)