-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Platform: All, OS: All
Hi,
tried to install 1.310 on glassfish v3b50 with sun jdk 1.6.0_14: deploying run
fine but on the hudson home page, I got the following error:
java.lang.NullPointerException
at hudson.model.Hudson.setCrumbIssuer(Hudson.java:2285)
at hudson.model.Hudson.load(Hudson.java:2065)
at hudson.model.Hudson.<init>(Hudson.java:567)
at hudson.WebAppMain$2.run(WebAppMain.java:191)
The server log says: Exception in thread "hudson initialization thread"
1.309 runs just flawlessly fine.
Code changed in hudson
User: : kohsuke
Path:
trunk/hudson/main/core/src/main/java/hudson/model/Hudson.java
trunk/hudson/main/core/src/main/java/hudson/security/csrf/CrumbFilter.java
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=18997
Log:
[FIXED JENKINS-3878] Filter cannot be assumed to be present when Hudson starts up.