-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
JBoss 6 and Tomcat 6 under Linux
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)
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/16580b58e57fb9bd2b6659a9f4b7bf7d7c20409d
Log:
[FIXED JENKINS-9367] persistence problem in View$PropertyList