问题描述
我刚刚通过npm在我的RHEL 6.0服务器上安装了Jenkins:
I have just installed Jenkins on my RHEL 6.0 server via npm:
npm -ivh jenkins-2.7.2-1.1.noarch.rpm
我还将端口配置为9917,以避免与Tomcat服务器冲突,从而允许我访问ipaddress:9917
的Jenkins页面.在 Unlock Jenkins 页面上输入初始管理员密码后,出现空白页面,标题为"SetupWizard [Jenkins]".
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?
推荐答案
我发现在防火墙中打开端口9917后,空白页错误停止了,我可以继续进行设置了.
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.
这篇关于Jenkins安装向导空白页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!