3Controls / tangobox

Upgrade of Tango-Box virtual machine
GNU Lesser General Public License v3.0
2 stars 1 forks source link

HDB++ clients #18

Closed piogor closed 7 years ago

piogor commented 7 years ago

Follows #17 The clients

stanislaw47 commented 7 years ago

Regarding HdbConfigurationGUI:

I have follwoed instructions presented here but when I try to execute last command, I just get:

Error: Could not find or load main class for org.tango.hdb_configurator.configurator.HdbConfigurator

@andygotz do you have any idea what has possibly gone wrong?

bourtemb commented 7 years ago

I advise you to use a script to start up the HDBConfiguration GUI. Did you specify the absolute path of every Jar file in your classpath? Do you have all the jar files described on the documentation? If you have more problems, could you please send the script you are using. Try to print your CLASSPATH too before launching the GUI with java. Send the CLASSPATH here if you have a problem please...

stanislaw47 commented 7 years ago

Hi @bourtemb I've exported CLASSPATH with absolute paths to all needed jar files. To give more detail, I use hdb-configurator-2.2.jar from official Tango website. Maybe this version is too old?

bourtemb commented 7 years ago

There is a more recent version on Bintray (3.0): https://bintray.com/tango-controls/maven/hdbpp-configurator

stanislaw47 commented 7 years ago

Thank you @bourtemb, I've managed to succesfully launch HDBConfigurator but there are two, probably linked, issues:

I'll appreciate any help.

stanislaw47 commented 7 years ago

Solved, polling was not enabled. However, version issue still persist.