Edge Software Catalog
Support for issues related to Edge Software Catalog
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
484 Discussions

Installation of Work Zone Analytics fails.

T_K
Beginner
1,464 Views

AWS SDK download fails, while installing WZA.
Please tell me how to solve it.

Labels (1)
0 Kudos
1 Solution
JesusE_Intel
Moderator
1,447 Views

Hi T_K,


Thanks for reaching out! Looking at the error message and download URL, there appears to be an extra "/" that is introduced in the download script. I was able to modify the following file and successfully install the package. Could you please try to make the change and run the ./edgesoftware install command once again and let me know if it works for you?


/opt/intel/eif/EII-UseCaseManager/edge_insights_for_fleet/scripts/download_js.sh

Line #: 12

From: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs/"

To: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs"


Regards,

Jesus


View solution in original post

0 Kudos
3 Replies
JesusE_Intel
Moderator
1,448 Views

Hi T_K,


Thanks for reaching out! Looking at the error message and download URL, there appears to be an extra "/" that is introduced in the download script. I was able to modify the following file and successfully install the package. Could you please try to make the change and run the ./edgesoftware install command once again and let me know if it works for you?


/opt/intel/eif/EII-UseCaseManager/edge_insights_for_fleet/scripts/download_js.sh

Line #: 12

From: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs/"

To: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs"


Regards,

Jesus


0 Kudos
T_K
Beginner
1,439 Views

Thank you Jesus.

WZA was installed successfully.

0 Kudos
JesusE_Intel
Moderator
1,427 Views

Glad it worked for you! I will pass this information along to the development team. If you need any additional information, please submit a new question as this thread will no longer be monitored.


0 Kudos
Reply