Hello, I got this error report also [1]
Hi Daniel, You are probably using a recent version of java (>=9) where java.corba module is deprecated (https://docs.oracle.com/javase/9/docs/api/java.corba-summary.html). This question on stackoverflow might give you some hints: https://stackoverflow.com/questions/28983922/alternative-for-deprecated-endorsed-standards-override-mechanism-and-extension-m It looks like there are some ways to work around this issue by specifying additional options when invoking java (–add-module "java.corba" –add-exports=…, …). The easiest way to solve this problem would be to install java 8 and start jive using java 8. [1] http://www.tango-controls.org/community/forum/c/general/installation/installing-jive-on-debian-stretch/?page=1