-
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)
[JENKINS-9367] Access to api/json on second level view fails
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
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