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
Connection of the LNS to the Facade to get module twin information
Current Behavior
The LNS fails to connect to the Facade and crashes. I provide various information below
Steps to Reproduce
Context (Environment)
Device (Host) Operating System
Ubuntu 20.04
Architecture
x64
Container Operating System
Linux Containers
LoRaWAN Module Version
2.2.1
Docker
20.10.25+azure-2
Logs
LoRaWanNetworkSrvModule startup logs:
No certifiate copied, therefore no update-ca-certificates needed.
Getting properties from module twin...
The initial configuration of the facade function could not be found in the desired properties
LoRaDeviceCache cleared.
LoRaDeviceCache cleared.
Unhandled exception. System.Configuration.ConfigurationErrorsException: Could not get Facade information from module twin
at LoRaWan.NetworkServer.BasicsStation.ModuleConnection.ModuleConnectionHost.InitModuleAsync(CancellationToken cancellationToken) in /build/LoRaEngine/modules/LoRaWanNetworkSrvModule/LoRaWan.NetworkServer/BasicsStation/ModuleConnection/ModuleConnectionHost.cs:line 78
at LoRaWan.NetworkServer.BasicsStation.ModuleConnection.ModuleConnectionHost.CreateAsync(CancellationToken cancellationToken) in /build/LoRaEngine/modules/LoRaWanNetworkSrvModule/LoRaWan.NetworkServer/BasicsStation/ModuleConnection/ModuleConnectionHost.cs:line 49
at LoRaWan.NetworkServer.BasicsStation.BasicsStationNetworkServer.RunServerAsync(NetworkServerConfiguration configuration, CancellationToken cancellationToken) in /build/LoRaEngine/modules/LoRaWanNetworkSrvModule/LoRaWan.NetworkServer/BasicsStation/BasicsStationNetworkServer.cs:line 59
at LoRaWan.NetworkServer.BasicsStation.BasicsStationNetworkServer.RunServerAsync(NetworkServerConfiguration configuration, CancellationToken cancellationToken) in /build/LoRaEngine/modules/LoRaWanNetworkSrvModule/LoRaWan.NetworkServer/BasicsStation/BasicsStationNetworkServer.cs:line 67
at Program.<Main>$(String[] args) in /build/LoRaEngine/modules/LoRaWanNetworkSrvModule/LoRaWanNetworkSrvModule/Program.cs:line 35
at Program.<Main>(String[] args)
./start.sh: line 38: 8 Aborted (core dumped) dotnet LoRaWanNetworkSrvModule.dll
Our deployment is automated and has been used in the past for other resource groups and we haven't noticed changes that should impact the creation of the new resources.
The function app is deployed using the same version as the LNS (v2.2.1)
We were using v2.1.0 before and updated to 2.2.1 just to be sure, with no change
We checked all passwords, access keys and URIs and they look correct to us
The FA connects to IoT Hub with the iothubowner connection string so there shouldn't be any rights issue
The text was updated successfully, but these errors were encountered:
Expected Behavior
Connection of the LNS to the Facade to get module twin information
Current Behavior
The LNS fails to connect to the Facade and crashes. I provide various information below
Steps to Reproduce
Context (Environment)
Device (Host) Operating System
Ubuntu 20.04
Architecture
x64
Container Operating System
Linux Containers
LoRaWAN Module Version
2.2.1
Docker
20.10.25+azure-2
Logs
LoRaWanNetworkSrvModule startup logs:
LNS Container Create Options:
LNS Module Twin:
Additional Information
iothubowner
connection string so there shouldn't be any rights issueThe text was updated successfully, but these errors were encountered: