Azure/azure-iot-pcs-remote-monitoring-dotnet

Unable to run device simulation service

ckmani opened this issue · 3 comments

Type of issue

  • [ X] Bug
  • New feature
  • Improvement

dotnet: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: file too short

.

Steps to reproduce

  1. while initiating \services\device-simulation\scripts\docker\run.cmd it throws the error and i have followed all the mentioned steps from (https://docs.microsoft.com/en-us/azure/iot-accelerators/iot-accelerators-remote-monitoring-deploy-local) and moreover i have tried with the latest testing image also(DS-2.0.2-testing) still am facing the same issue.

Operating System

Windows 10

@ckmani This looks like an error log from the container while device-simulation is booting up. (mostly the device-simulation image has got corrupted.)

  1. Did you build device simulation locally?
  2. Can you try removing the device simulation container and image and retry the command?
  3. Also, have you switched to Linux containers on docker for Windows?

@sushilraje its working now i have removed the container and added it again.But am unable to load the map component in the UI its throwing error.Is the following JS decommissioned ? https://atlas.microsoft.com/sdk/js/atlas.min.js?api-version=2.0
map

@sushilraje any updates on the above