Community
Participate
Working Groups
After restart of our Hudson instance, we get this exception: java.lang.NullPointerException at hudson.plugins.xvnc.Xvnc.doSetUp(Xvnc.java:83) at hudson.plugins.xvnc.Xvnc.setUp(Xvnc.java:73) at hudson.model.Build$RunnerImpl.doRun(Build.java:129) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:524) at hudson.model.Run.run(Run.java:1493) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) at hudson.model.ResourceController.execute(ResourceController.java:82) at hudson.model.Executor.run(Executor.java:137) I am not aware of any recent upgrades to the Hudson instance or plugins. See for example https://hudson.eclipse.org/tracecompass/job/tracecompass-gerrit/954/console
In Bug 450388 I attached a new version of xvnc that should fix this issue. I would appreciate it if you could verify it works on your side. Thanks.
I have worked around the problem by: 1. Downgrading the Xvnc plugin 1.13-h-1 2. Restart Hudson 3. Start a build 4. Upgrade the plugin again 5. Restart Hudson. Then my build worked as before and I have the latest plugin.
(In reply to Bob Foster from comment #1) > In Bug 450388 I attached a new version of xvnc that should fix this issue. I > would appreciate it if you could verify it works on your side. Thanks. Sorry I can't reproduce it right now because I've worked around the problem. If I get it again I'll test the fix for sure. That way it will be a long term solution.
The version in bug 450388 fixes it for me.
Fixed by commit 9817090256ca4a51c13da6cdf73cf61821e8130d. Released as xvnc-1.13-h-4.
Great, thank you!
Thank you and everyone who tested this version!