WebSphere 8.5.5.9があり、Jenkinsを実行したいので、jenkins.war(最後のバージョン2.19.2)をインストールしました。しかし、私はそれを開始しようとすると、私はエラーが鳴って、アプリケーション(ジェンキンス)が開始されません。JenkinsがWebSphereで起動すると失敗します.WebApp.getInitParameter()内のNullPointerException
OS:Red Hat Enterprise LinuxにServerは、6.7(サンティアゴ)リリース - 64ビット
[11/14/16 14:34:55:824 EST] 0000007c BootFailure E Failed to initialize Jenkins
hudson.util.HudsonFailedToLoad: java.lang.NullPointerException
at hudson.WebAppMain$3.run(WebAppMain.java:248)
Caused by: java.lang.NullPointerException
at com.ibm.ws.webcontainer.webapp.WebApp.getInitParameter(WebApp.java:2791)
at com.ibm.wsspi.webcontainer.facade.ServletContextFacade.getInitParameter(ServletContextFacade.java:264)
at jenkins.util.SystemProperties.tryGetValueFromContext(SystemProperties.java:322)
at jenkins.util.SystemProperties.getString(SystemProperties.java:121)
at jenkins.util.SystemProperties.getInteger(SystemProperties.java:258)
at jenkins.model.Jenkins.<init>(Jenkins.java:599)
at hudson.model.Hudson.<init>(Hudson.java:85)
at hudson.model.Hudson.<init>(Hudson.java:81)
at hudson.WebAppMain$3.run(WebAppMain.java:231)
誰かがラウズの原因になることができるものの任意のアイデアを持っていますか?
この新しいエラーに新たなソリューションを探して、プログラムセッションクッキー
を制限し、私は解決策を見つけた:私はこのようなERROが見つかったのWebSphereから他のログを見ると
おかげ
[JenkinsをWebSphere 8.5にインストールする方法](http://stackoverflow.com/questions/32374501/how-to-install-jenkins-on-websphere-8-5)の可能な複製 – Gas