SOLVED

Issue with EFLOW LTS (AzureIoTEdge_LTS_1.1.2203.14042.msi)

Copper Contributor

There seems to be an issue with this particular version of EFLOW, where the license files are not installed.

 

When I tried call Deploy-EFLOW, I'm getting the following error.

 

PS C:\EFLOW> Deploy-Eflow -cpuCount 2 -memoryInMB 4096 -vmDiskSize 21 -vswitchName "Internal Switch" -vswitchType Internal

[04/27/2022 09:36:35] Deploying Azure IoT Edge for Linux on Windows

- WARNING: This is a Public Preview version of Azure IoT Edge for Linux on Windows Continuous Release, not intended for production use.
- WARNING: A clean install may be required for production use once the final General Availability (GA) release is available. For more information, check https://aka.ms/AzEFLOW-CR.
- Configuration does not exist. Creating a default configuration...

[04/27/2022 09:36:35] Creating configuration

- Configuration created successfully


[04/27/2022 09:36:36] Exception caught!!!

- Could not find a part of the path 'C:\Program Files\Azure IoT Edge\LICENSE\Azure IoT Edge for Linux on Windows - Standalone (free) Use Terms (11.1.21).rtf'. (L402)

[04/27/2022 09:36:36] In order to attempt another deployment, please uninstall the Azure IoT Edge msi and start from fresh

Could not find a part of the path 'C:\Program Files\Azure IoT Edge\LICENSE\Azure IoT Edge for Linux on Windows - Standalone (free) Use Terms (11.1.21).rtf'.

 

When I look in C:\Program Files\Azure IoT Edge folder, I don't see a LICENSE folder.

 

PS C:\EFLOW> dir "C:\Program Files\Azure IoT Edge"


Directory: C:\Program Files\Azure IoT Edge


Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 4/27/2022 9:36 AM dda-drivers
d----- 4/27/2022 9:36 AM mariner-files
-a---- 4/15/2022 4:27 AM 560100153 AzureIoTEdgeForLinux-v1.cab
-a---- 4/15/2022 4:26 AM 19215 EFLOWProvider.man
-a---- 4/15/2022 4:32 AM 314776 EFLOWProxy.exe
-a---- 4/15/2022 4:28 AM 15086 Install-Eflow.ps1
-a---- 4/15/2022 4:25 AM 0 mariner-update.swu
-a---- 4/15/2022 4:30 AM 18542488 nodectl.exe
-a---- 4/15/2022 4:28 AM 20629 Uninstall-Eflow.ps1
-a---- 4/15/2022 4:28 AM 28198 Update-Script.ps1
-a---- 4/15/2022 4:30 AM 28323224 wssdagent.exe

 

7 Replies
best response confirmed by OlivierBloch (Microsoft)
Thanks Peter for coming back and posting the issue link here! That's super helpful
I have same issue and that github post does not help. Any other ieda?
I suggest you open an issue on GitHub with details on your issue and someone from the EFLOW team should be able to help you.

@PeterLee thanks. My problem was PS x86.

 

One more question please: I was assuming to see EFLOW as a VM within Hyper-V in my machine. But it is empty. So I am wondering how EFLOW is virtualized. How does its VM run within Windows?

 

thanks

The EFLOW VM comes pre-installed with Azure IoT Edge runtime and is not meant to be manage through Hyper-V, so that is why you don't see it within Hyper-V.

Sure this I got it. But what VM technology stack does it us in Windows if it is not Hyper-V? Also, it requires Hyper-V to be enabled..

1 best response

Accepted Solutions
best response confirmed by OlivierBloch (Microsoft)