You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have everything working but as soon as I configure the MQTT connection it seems to crash the bridge, the main thing that i see in the logs is:
WARNING: Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added
java[2703]: Sep 19, 2018 7:09:07 PM com.fasterxml.jackson.databind.ext.Java7Support
Java version:
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
The text was updated successfully, but these errors were encountered:
I will update to version 1.2.0 of the library, but that may not help. If there are still issues, you may need to run ha-bridge with Java7 to support the mqtt library.
I have everything working but as soon as I configure the MQTT connection it seems to crash the bridge, the main thing that i see in the logs is:
WARNING: Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added
java[2703]: Sep 19, 2018 7:09:07 PM com.fasterxml.jackson.databind.ext.Java7Support
Java version:
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
The text was updated successfully, but these errors were encountered: