Hello all,
I have embedded the JPPF console to our SWING application as it is written in the article with the simple call JPPFAdminConsole.getAdminConsole()
http://www.jppf.org/doc/v5/index.php?title=Embedding_the_administration_consoleAfter I start the application the GUI of console returns a lot of exceptions related to property files of admin console.
Eg.
14:35:26.870 [AWT-EventQueue-0] DEBUG org.jppf.utils.LocalizationUtils - Could not find resource bundle "org.jppf.ui.i18n.StatusBar"
java.util.MissingResourceException: Can't find bundle for base name org.jppf.ui.i18n.StatusBar, locale en_US
14:35:27.802 [pool-2-thread-1] DEBUG org.jppf.utils.LocalizationUtils - Could not find key "shutdown.node.deferred.tooltip" in resource bundle "org.jppf.ui.i18n.NodeDataPage"
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key shutdown.node.deferred.tooltip
14:35:27.830 [pool-2-thread-1] DEBUG org.jppf.utils.LocalizationUtils - Could not find key "graph.toggle.layout.on.tooltip" in resource bundle "org.jppf.ui.i18n.NodeDataPage"
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key graph.toggle.layout.on.tooltip
We use the newest console of jppf v. JPPF 5.0.4.
As I can see some of these property files are even missing from the jppf-admin.jar eg. StatusBar.
I attached the txt file with some logs.
I will be glad for any help.
Best regards,
Tomas