Closed piogor closed 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?
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...
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?
There is a more recent version on Bintray (3.0): https://bintray.com/tango-controls/maven/hdbpp-configurator
Thank you @bourtemb, I've managed to succesfully launch HDBConfigurator but there are two, probably linked, issues:
Event properties wrongly configured
or No HDB++ library
. What is interesting, attributes of boolean type are subscribed properly. I'll appreciate any help.
Solved, polling was not enabled. However, version issue still persist.
Follows #17 The clients