Software Versions
Software | Version |
---|---|
OS | Ubuntu 17.0.12 |
Java | OpenJDK 64-Bit (build 17.0.12+7-Ubuntu-1ubuntu224.04, mixed mode, sharing) |
Jenkins | 2.470 |
Problem Statement
I am trying to start a Jenkins service using the following command
<code>systemctl status jenkins
</code>
<code>systemctl status jenkins
</code>
systemctl status jenkins
However, when I run the aforementioned command it raises an exception and returns an error code. The exception message says “Start request repeated too quickly”. I have included more detailed error information below.
Relevant Logs
<code>× jenkins.service - Jenkins Continuous Integration ServerLoaded: loaded (/usr/lib/systemd/system/
jenkins.service; enabled; preset: enabled)Active: failed (Result: exit-code) since Sat 2024-08-03
09:42:54 UTC; 6h agoProcess: 4368 ExecStart=/usr/bin/jenkins (code=exited, status=1/FAILURE)Main PID:
4368 (code=exited, status=1/FAILURE)CPU: 521ms
</code>
<code>× jenkins.service - Jenkins Continuous Integration ServerLoaded: loaded (/usr/lib/systemd/system/
jenkins.service; enabled; preset: enabled)Active: failed (Result: exit-code) since Sat 2024-08-03
09:42:54 UTC; 6h agoProcess: 4368 ExecStart=/usr/bin/jenkins (code=exited, status=1/FAILURE)Main PID:
4368 (code=exited, status=1/FAILURE)CPU: 521ms
</code>
× jenkins.service - Jenkins Continuous Integration ServerLoaded: loaded (/usr/lib/systemd/system/
jenkins.service; enabled; preset: enabled)Active: failed (Result: exit-code) since Sat 2024-08-03
09:42:54 UTC; 6h agoProcess: 4368 ExecStart=/usr/bin/jenkins (code=exited, status=1/FAILURE)Main PID:
4368 (code=exited, status=1/FAILURE)CPU: 521ms
<code>Aug 03 09:42:53 ip-172-31-0-123 systemd[1]: jenkins.service: Main process exited, code=exited,
status=1/FAILUREAug 03 09:42:53 ip-172-31-0-123 systemd[1]: jenkins.service: Failed with result
'exit-code'.Aug 03 09:42:53 ip-172-31-0-123 systemd[1]: Failed to start jenkins.service - Jenkins
Continuous Integration Server.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: jenkins.service: Scheduled
restart job, restart counter is at 5.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: jenkins.service:
Start request repeated too quickly.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: jenkins.service:
Failed with result 'exit-code'.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: Failed to start
jenkins.service - Jenkins Continuous Integration Server.
</code>
<code>Aug 03 09:42:53 ip-172-31-0-123 systemd[1]: jenkins.service: Main process exited, code=exited,
status=1/FAILUREAug 03 09:42:53 ip-172-31-0-123 systemd[1]: jenkins.service: Failed with result
'exit-code'.Aug 03 09:42:53 ip-172-31-0-123 systemd[1]: Failed to start jenkins.service - Jenkins
Continuous Integration Server.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: jenkins.service: Scheduled
restart job, restart counter is at 5.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: jenkins.service:
Start request repeated too quickly.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: jenkins.service:
Failed with result 'exit-code'.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: Failed to start
jenkins.service - Jenkins Continuous Integration Server.
</code>
Aug 03 09:42:53 ip-172-31-0-123 systemd[1]: jenkins.service: Main process exited, code=exited,
status=1/FAILUREAug 03 09:42:53 ip-172-31-0-123 systemd[1]: jenkins.service: Failed with result
'exit-code'.Aug 03 09:42:53 ip-172-31-0-123 systemd[1]: Failed to start jenkins.service - Jenkins
Continuous Integration Server.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: jenkins.service: Scheduled
restart job, restart counter is at 5.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: jenkins.service:
Start request repeated too quickly.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: jenkins.service:
Failed with result 'exit-code'.Aug 03 09:42:54 ip-172-31-0-123 systemd[1]: Failed to start
jenkins.service - Jenkins Continuous Integration Server.
Can anyone suggest a solution to this problem?