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
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
I am trying to utilize Azure IOT Hub Input connector in GeoEvent Server 10.9. After configuration, when starting up the connector, we met the following errors as attached
Would it be related to JRE8? Now the GeoEvent Server is using OpenJDK. Any suggestion for solving this issue?
openjdk version "11.0.9.1" 2020-11-04
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9.1+1)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.9.1+1, mixed mode)
The text was updated successfully, but these errors were encountered:
Caused by: com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'akka' at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:152)
@whkgithub
The Microsoft Azure Scala/akka based client library used by the azure-iot-hub-transport is no longer maintained and might not be able to connect to the latest releases of the Azure IoT Hubs.
In the meanwhile, while we are looking into it, you can use the azure-event-hub-transport based input connector to connect to the azure iot-hub.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I am trying to utilize Azure IOT Hub Input connector in GeoEvent Server 10.9. After configuration, when starting up the connector, we met the following errors as attached
Would it be related to JRE8? Now the GeoEvent Server is using OpenJDK. Any suggestion for solving this issue?
openjdk version "11.0.9.1" 2020-11-04
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9.1+1)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.9.1+1, mixed mode)
The text was updated successfully, but these errors were encountered: