yamcs / yamcs-studio

Desktop TM/TC Client for Yamcs
https://docs.yamcs.org/yamcs-studio/
Eclipse Public License 2.0
27 stars 14 forks source link

Latest Commits Break Studio At Runtime #106

Closed lorenzo-gomez-windhover closed 3 years ago

lorenzo-gomez-windhover commented 3 years ago

Hi there,

It looks like 3a4afd31855f41f6de5eed0006d5cf912553cf6f breaks Studio at runtime. Maven builds the binaries fine, but when attempting to run Studio I get the following errors:

Screenshot from 2021-04-19 12-38-49

Screenshot from 2021-04-19 12-39-45

I looked at the commits and tried fixing it, but couldn't. However, I thought you guys might find this useful:https://stackoverflow.com/a/15223342

EDIT: Here is a dump of system info:

NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

Thanks Lorenzo

fqqb commented 3 years ago

Thanks, should be good now on latest master. The issue was in the construction of our public p2 repository (Require-Bundle for javax.xml no longer needed)