Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: nested-view-plugin
-
Labels:None
-
Environment:JBoss 6 and Tomcat 6 under Linux
Description
jenkins/view/project/view/subproject can't be modified and /api/json can't be accessed. On deploy:
garrucha:/hudson/jboss/server/default/log> vi server.log
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.InstantiationException: hudson.model.View$PropertyList
at java.lang.Class.newInstance0(Class.java:340)
at java.lang.Class.newInstance(Class.java:308)
at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:248)
... 41 more
2011-04-14 12:18:05,780 WARNING [hudson.util.RobustReflectionConverter] (Loading global config) Failed to resolve a type
java.lang.InstantiationError
at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:252)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
core/src/main/java/hudson/model/ListView.java
core/src/main/java/hudson/model/View.java
test/src/test/java/hudson/model/ViewTest.java
http://jenkins-ci.org/commit/jenkins/dfc2fe3895a1284d74da9658082ca5aaa4cc63b6
Log:
[FIXED JENKINS-9367] persistence problem in View$PropertyList