eclipse / paho.mqtt-spy

mqtt-spy is an open source desktop & command line utility intended to help you with monitoring activity on MQTT topics
Other
620 stars 146 forks source link

MQTT-Spy cannot get version #85

Open bobcroft opened 4 years ago

bobcroft commented 4 years ago

I get the following error code when opening MQTT-Spy on Windows 10 with Java JRE 1.8.0.251. Can any one help with the cause please.

2020-04-18 11:52:48,524 ERROR [ControlPanelController ] - Cannot retrieve version info pl.baczkowicz.spy.exceptions.XMLException: Cannot unmarshal the XML at pl.baczkowicz.spy.xml.XMLParser.loadFromString(XMLParser.java:285) at pl.baczkowicz.spy.ui.versions.VersionManager.loadVersions(VersionManager.java:98) at pl.baczkowicz.spy.ui.controllers.ControlPanelController$2.run(ControlPanelController.java:203) at java.lang.Thread.run(Unknown Source) Caused by: javax.xml.bind.UnmarshalException

Thank you