-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins ver. 1.588
When I press the edit node link I get the following OOPS with Stack trace:
javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.588.jar!/lib/form/descriptorList.jelly:78:49: <j:forEach> class hudson.plugins.xvnc.DisplayAllocator$Property is missing its descriptor
at org.kohsuke.stapler.jelly.JellyFacet$1.dispatch(JellyFacet.java:103)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:391)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:211)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
I also get that issue with Jenkins 1.592 (From Ubuntu packages) and Xvnc plugin 1.20
I was getting that also with my previous version of Jenkins but with the same plugin version.
I don't know the version since I did an upgrade of Jenkins to try to fix that.
My system is runnning on Ubuntu 14.04.1 LTS, all up to date.
If you need more informations or details please feel free to ask.