2024-04-05 05:55:07.701+0000 [id=1]	INFO	winstone.Logger#logInternal: Beginning extraction from war file
2024-04-05 05:55:07.777+0000 [id=1]	WARNING	o.e.j.s.handler.ContextHandler#setContextPath: Empty contextPath
2024-04-05 05:55:07.838+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: jetty-10.0.20; built: 2024-01-29T20:46:45.278Z; git: 3a745c71c23682146f262b99f4ddc4c1bc41630c; jvm 17.0.10+7-Ubuntu-1
2024-04-05 05:55:08.082+0000 [id=1]	INFO	o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2024-04-05 05:55:08.127+0000 [id=1]	INFO	o.e.j.s.s.DefaultSessionIdManager#doStart: Session workerName=node0
2024-04-05 05:55:08.541+0000 [id=1]	INFO	hudson.WebAppMain#contextInitialized: Jenkins home directory: /var/lib/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
2024-04-05 05:55:08.635+0000 [id=1]	INFO	o.e.j.s.handler.ContextHandler#doStart: Started w.@8ab78bc{Jenkins v2.440.2,/,file:///var/cache/jenkins/war/,AVAILABLE}{/var/cache/jenkins/war}
2024-04-05 05:55:08.648+0000 [id=1]	INFO	o.e.j.server.AbstractConnector#doStart: Started ServerConnector@3ffcd140{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2024-04-05 05:55:08.655+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: Started Server@51b7e5df{STARTING}[10.0.20,sto=0] @1332ms
2024-04-05 05:55:08.656+0000 [id=37]	INFO	winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
2024-04-05 05:55:08.920+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Started initialization
2024-04-05 05:55:08.925+0000 [id=66]	INFO	jenkins.InitReactorRunner$1#onAttained: Listed all plugins
2024-04-05 05:55:09.699+0000 [id=75]	INFO	jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
2024-04-05 05:55:09.704+0000 [id=75]	INFO	jenkins.InitReactorRunner$1#onAttained: Started all plugins
2024-04-05 05:55:09.711+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
2024-04-05 05:55:09.945+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: System config loaded
2024-04-05 05:55:09.945+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: System config adapted
2024-04-05 05:55:09.946+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
2024-04-05 05:55:09.947+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
2024-04-05 05:55:09.969+0000 [id=89]	INFO	hudson.util.Retrier#start: Attempt #1 to do the action check updates server
2024-04-05 05:55:09.985+0000 [id=44]	INFO	jenkins.install.SetupWizard#init: 

*************************************************************
*************************************************************
*************************************************************

Jenkins initial setup is required. An admin user has been created and a password generated.
Please use the following password to proceed to installation:

1796e1dffa8b417f919be6cd41f45cce

This may also be found at: /var/lib/jenkins/secrets/initialAdminPassword

*************************************************************
*************************************************************
*************************************************************

2024-04-05 06:10:07.396+0000 [id=38]	INFO	winstone.Logger#logInternal: JVM is terminating. Shutting down Jetty
2024-04-05 06:10:07.400+0000 [id=38]	INFO	org.eclipse.jetty.server.Server#doStop: Stopped Server@51b7e5df{STOPPING}[10.0.20,sto=0]
2024-04-05 06:10:07.406+0000 [id=38]	INFO	o.e.j.server.AbstractConnector#doStop: Stopped ServerConnector@3ffcd140{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2024-04-05 06:10:07.410+0000 [id=38]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Stopping Jenkins
2024-04-05 06:10:07.422+0000 [id=38]	INFO	jenkins.model.Jenkins$16#onAttained: Started termination
2024-04-05 06:10:07.432+0000 [id=38]	INFO	jenkins.model.Jenkins$16#onAttained: Completed termination
2024-04-05 06:10:07.432+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpDisconnectComputers: Starting node disconnection
2024-04-05 06:10:07.440+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpShutdownPluginManager: Stopping plugin manager
2024-04-05 06:10:07.440+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpPersistQueue: Persisting build queue
2024-04-05 06:10:07.452+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpAwaitDisconnects: Waiting for node disconnection completion
2024-04-05 06:10:07.452+0000 [id=38]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Jenkins stopped
2024-04-05 06:10:07.453+0000 [id=38]	INFO	hudson.WebAppMain#contextDestroyed: Shutting down a Jenkins instance that was still starting up
java.lang.Throwable: reason
	at hudson.WebAppMain.contextDestroyed(WebAppMain.java:407)
	at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1059)
	at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:636)
	at org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:1016)
	at org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:306)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:412)
	at org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:413)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:497)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:1039)
	at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:399)
	at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1311)
	at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1087)
	at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:312)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.Server.doStop(Server.java:517)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at winstone.Launcher.shutdown(Launcher.java:442)
	at winstone.ShutdownHook.run(ShutdownHook.java:28)
2024-04-05 06:10:07.456+0000 [id=38]	INFO	o.e.j.s.handler.ContextHandler#doStop: Stopped w.@8ab78bc{Jenkins v2.440.2,/,null,STOPPED}{/var/cache/jenkins/war}
2024-04-05 06:10:07.456+0000 [id=34]	SEVERE	h.i.i.InstallUncaughtExceptionHandler$DefaultUncaughtExceptionHandler#uncaughtException: A thread (Jenkins initialization thread/34) died unexpectedly due to an uncaught exception. This may leave your server corrupted and usually indicates a software bug.
java.lang.ClassNotFoundException: hudson.util.HudsonFailedToLoad
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:511)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
Caused: java.lang.NoClassDefFoundError: hudson/util/HudsonFailedToLoad
	at hudson.WebAppMain$3.run(WebAppMain.java:276)
2024-04-05 06:10:07.459+0000 [id=38]	INFO	winstone.Logger#logInternal: Jetty shutdown successfully
2024-04-05 06:10:08.595+0000 [id=1]	INFO	winstone.Logger#logInternal: Beginning extraction from war file
2024-04-05 06:10:08.675+0000 [id=1]	WARNING	o.e.j.s.handler.ContextHandler#setContextPath: Empty contextPath
2024-04-05 06:10:08.739+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: jetty-10.0.20; built: 2024-01-29T20:46:45.278Z; git: 3a745c71c23682146f262b99f4ddc4c1bc41630c; jvm 17.0.10+7-Ubuntu-1
2024-04-05 06:10:08.990+0000 [id=1]	INFO	o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2024-04-05 06:10:09.036+0000 [id=1]	INFO	o.e.j.s.s.DefaultSessionIdManager#doStart: Session workerName=node0
2024-04-05 06:10:09.448+0000 [id=1]	INFO	hudson.WebAppMain#contextInitialized: Jenkins home directory: /var/lib/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
2024-04-05 06:10:09.544+0000 [id=1]	INFO	o.e.j.s.handler.ContextHandler#doStart: Started w.@8ab78bc{Jenkins v2.440.2,/,file:///var/cache/jenkins/war/,AVAILABLE}{/var/cache/jenkins/war}
2024-04-05 06:10:09.557+0000 [id=1]	INFO	o.e.j.server.AbstractConnector#doStart: Started ServerConnector@3ffcd140{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2024-04-05 06:10:09.566+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: Started Server@51b7e5df{STARTING}[10.0.20,sto=0] @1387ms
2024-04-05 06:10:09.567+0000 [id=37]	INFO	winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
2024-04-05 06:10:09.824+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Started initialization
2024-04-05 06:10:09.831+0000 [id=66]	INFO	jenkins.InitReactorRunner$1#onAttained: Listed all plugins
2024-04-05 06:10:10.598+0000 [id=74]	INFO	jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
2024-04-05 06:10:10.602+0000 [id=43]	INFO	jenkins.InitReactorRunner$1#onAttained: Started all plugins
2024-04-05 06:10:10.607+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
2024-04-05 06:10:10.810+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: System config loaded
2024-04-05 06:10:10.811+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: System config adapted
2024-04-05 06:10:10.811+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
2024-04-05 06:10:10.813+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
2024-04-05 06:10:10.843+0000 [id=89]	INFO	hudson.util.Retrier#start: Attempt #1 to do the action check updates server
2024-04-05 06:10:10.861+0000 [id=72]	INFO	jenkins.install.SetupWizard#init: 

*************************************************************
*************************************************************
*************************************************************

Jenkins initial setup is required. An admin user has been created and a password generated.
Please use the following password to proceed to installation:

1796e1dffa8b417f919be6cd41f45cce

This may also be found at: /var/lib/jenkins/secrets/initialAdminPassword

*************************************************************
*************************************************************
*************************************************************