Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 501301

Summary: eTrice build doesn't work after HIPP update to SLES 12
Product: Community Reporter: Henrik Rentz-Reichert <hrr>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: frederic.gurr, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Henrik Rentz-Reichert CLA 2016-09-13 03:45:23 EDT
Since the update of our eTrice HIPP instance to SLES 12 the execution of unit tests in our build fails, see e.g. the log
https://hudson.eclipse.org/etrice/job/etrice-gerrit/ws/buildroot/junit-workspace/.metadata/.log

In
http://unix.stackexchange.com/questions/94497/org-eclipse-swt-swterror-no-more-handles-gtk-init-check-failed-while-runnin

it is said this might be a problem with the installed gtk version.

Can you help?
Comment 1 Frederic Gurr CLA 2016-09-13 05:46:59 EDT
This error was caused by missing xvnc parameters (-SecurityTypes none -noreset) that need to be adapted after the upgrade to SLES12. I've added them and the build succeeds now.
Comment 2 Henrik Rentz-Reichert CLA 2016-09-13 10:57:52 EDT
Great, thanks!

Was that something I could have done myself? Where did you change this?
Comment 3 Frederic Gurr CLA 2016-09-13 11:04:20 EDT
I've added the mentioned parameters to the command line in the Xvnc configuration on the main Hudson configuration page (-> Manage Hudson -> Configure System).