'Jenkins- Getting stuck on install initial plugin page
Solution 1:[1]
restart jenkins using "http://localhost:8080/safeRestart" It worked for me.
Solution 2:[2]
There's a bug report that pretty well fits to the description of your problem: Jenkins- Getting stuck on install initial plugin page. That bug should have been fixed in June (and Jenkins 2.6).
I had the same problem with Jenkis 2.7.3, though. To get the install running, I first removed the installation and started it again. Then I deselected the plugins which have caused the errors and could successfully finish the "getting started" process.
Once you have Jenkins running in normal mode you should be able to install the skipped plugins (didn't try that, though; don't need them).
Solution 3:[3]
A simple Page refresh did NOT help me.
I just restarted webapp service, TOMCAT in my case and then a page refresh allowed me to skip and continue to proceed further.
Try this it may help you.
Solution 4:[4]
- go to this link - http://localhost:8080/safeRestart
- go to the Dashboard -> Manage Plugins -> Available tab
- Select all plugins and start installing
- Jenkins will work after reboot
Solution 5:[5]
I had the same bug with Jenkins 2.19.3 on Windows. Resolved by reinstalling Jenkins with full Jenkins directory removal.
Solution 6:[6]
Okay let me share my success case of this stupid error.
I was using google chrome and i tried everything, uninstall jenkins complete from the face of my HDD, and reinstalling but non work.
Then i took petty on IE (or on myself for that matter) and i ran the jenkins (localhost:8080) on IE and voila! everything works perfectly.
Hope this help anybody.
Solution 7:[7]
well, I am running Jenkins on my remote machine after all the configuration and installing the required plugins the web client dint respond I tried to start it but with no gain.
After digging deeper all I had to do was to restart the Jenkins service and it picks up from where it left.
The reason might be during the installation of the plugins the server is stopped and the additional files are added so during the downtime the Jenkins becomes unresponsive.
hopes this helps.
Solution 8:[8]
sudo service restart jenkins
Then go back to refresh the browser.
Solution 9:[9]
I faced similar issue and did : $ systemctl restart jenkins and re-resumed and later continued and installation completed. post that setup the first admin user and proceeding next. Trying "Jenkins 2.277.4" at my local dev box
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow

