Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate exceptions in jenkins startup log #3645

Open
6 tasks
Tracked by #3380
sxa opened this issue Jul 2, 2024 · 0 comments
Open
6 tasks
Tracked by #3380

Investigate exceptions in jenkins startup log #3645

sxa opened this issue Jul 2, 2024 · 0 comments

Comments

@sxa
Copy link
Member

sxa commented Jul 2, 2024

Coming out of #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)

  • Caused: java.io.IOException: Failed to persist /home/jenkins/.jenkins/jobs/build-scripts/jobs/jobs/jobs/jdk22/jobs/jdk22-linux-x64-temurin/builds/53/program.dat
  • 2024-07-02 08:39:09.247+0000 [id=3954088] WARNING hudson.model.Slave#reportLauncherCreateError: Issue with creating launcher for agent test-docker-ubuntu2404-s390x-2. The agent has not been fully initialized yetProbably there is a race condition with Agent reconnection or disconnection, check other log entries
  • 2024-07-02 08:41:20.164+0000 [id=3954052] SEVERE jenkins.model.Jenkins#_cleanUpPluginServletFilters: Failed to stop filters
  • java.lang.IllegalStateException: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
  • Quite a few of these: Caused by: java.lang.AssertionError: class hudson.security.csrf.DefaultCrumbIssuer is missing its descriptor
  • 2024-07-02 10:25:11.165+0000 [id=3661] INFO hudson.slaves.ChannelPinger$1#onDead: Ping failed. Terminating the channel test-docker-alpine314-x64-1.
@sxa sxa mentioned this issue Jul 3, 2024
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant