Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins setup wizard not loading

I am unable load jenkins setup wizard in centOS.

I am able to load initial page (Fig-1) where asking for initial password there I am entering initial password. But after clicking on the continue the page is not going to setup wizard. The page is keep on loading as shown in fig-2.

Fig-1:

enter image description here

fig-2

enter image description here

like image 911
user3788070 Avatar asked Apr 20 '17 14:04

user3788070


3 Answers

I just solved it by directly going to <jenkins URL>/pluginManager/advanced and entering my proxy information there.

Don't forget to restart it after that.

like image 66
Marty Avatar answered Nov 15 '22 04:11

Marty


Bouncing Jenkins worked for me

sudo systemctl restart jenkins
like image 39
MonoThreaded Avatar answered Nov 15 '22 03:11

MonoThreaded


My problem solved by stopping proxy on my host. But I suggest you to see the details in "Your_jenkins_URL"/threadDump

like image 30
sajad Avatar answered Nov 15 '22 05:11

sajad