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

Ch11 jenkins won't start #23

Open
vasily-kartashov opened this issue Nov 13, 2020 · 6 comments
Open

Ch11 jenkins won't start #23

vasily-kartashov opened this issue Nov 13, 2020 · 6 comments
Labels
question Further information is requested

Comments

@vasily-kartashov
Copy link

Exercise
Chapter 11

Problem
Jenkins container stuck in "Please wait while Jenkins is getting ready to work..."

Docker version
Client: Docker Engine - Community
Cloud integration: 1.0.1
Version: 19.03.13
API version: 1.40
Go version: go1.13.15
Git commit: 4484c46d9d
Built: Wed Sep 16 16:58:31 2020
OS/Arch: darwin/amd64
Experimental: false

Code version
19a8d04

Additional context
Running on MacOS

@vasily-kartashov
Copy link
Author

From the logs:

SEVERE	h.model.UpdateCenter$DownloadJob#run: Failed to install bouncycastle-api

which maybe related to jenkinsci/docker#787

@jasonsalas
Copy link

jasonsalas commented Feb 13, 2021

Hi @vasily-kartashov, I was able to get Jenkins to start on Ubuntu 20.x and launch the UI, but it doesn't auto-load the diamol job as illustrated in Ch11.

@sixeyed
Copy link
Owner

sixeyed commented Mar 3, 2021

HI @vasily-kartashov - this is usually a temporary network issue where Jenkins can't load the plugins. I've updated the Jenkins version, you can pull the updated images like this:

cd ch11/exercises/infrastructure

docker-compose pull

Can you try again with the new version and LMK if it still fails? Thanks.

@sixeyed sixeyed added the question Further information is requested label Mar 3, 2021
@jurlwin
Copy link

jurlwin commented Jul 4, 2022

I am currently having an issue, even with the pull. it appears a newer version of Jenkins is required? Not sure...as i'm not yet an expert. I see sprinklings of issues in the logs, such as:
2022-07-04 16:53:37.949+0000 [id=63] SEVERE h.model.UpdateCenter$DownloadJob#run: Failed to install command-launcher
java.io.IOException: Failed to load: Command Agent Launcher Plugin (81.v9c2cb_cb_db_392)

  • Jenkins (2.277.1) or higher required

Also, note, that on MacOS port 5000 is now used by the OS for AirPlay support...sigh
But I don't think i've reached that problem yet...other than starting the registry on 5001, but as I indicated, I don't think Jenkins is yet fully operational...

@jurlwin
Copy link

jurlwin commented Jul 4, 2022

(and P.S. Jenkins does start, just no jobs preloaded...)

@jurlwin
Copy link

jurlwin commented Jul 4, 2022

sorry for 'spamming' but bumping Jenkins version to 2.277.4 in the image build seems to get me past the initial error after grepping through the logs. .4 was the "highest" version reported as the min and things at least are starting / configured.

On MacOS, port 5000 now being used, so I locally changed port to 5001 - Jenkins file (for build) and docker-compose.yml. Once I pushed those to GOG, the build ran perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants