Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Setup Wizard Blank Page

I have just installed Jenkins on my RHEL 6.0 server via npm:

npm -ivh jenkins-2.7.2-1.1.noarch.rpm 

I have also configured my port to be 9917 to avoid clashing with my Tomcat server, allowing me to access the Jenkins page at ipaddress:9917. After entering the initial admin password at the Unlock Jenkins page, I am presented with a blank page, with the header "SetupWizard [Jenkins]".

Anyone knows why am I getting a blank page, and how do I solve it?

like image 261
Tony Tony Avatar asked Aug 16 '16 03:08

Tony Tony


1 Answers

I experienced the same problem but a simple restart fixed it .

Just try this :-

sudo service jenkins stop sudo service jenkins start 
like image 184
Sachin Hooda Avatar answered Sep 19 '22 15:09

Sachin Hooda