Search code examples
jenkinsjenkins-plugins

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?


Solution

  • I found out that after I opened the port 9917 in my firewall,the blank pages error stopped and I can continue with the setup just fine.