Unable to run device simulation service
ckmani opened this issue · 3 comments
ckmani commented
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
- 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
sushilraje commented
@ckmani This looks like an error log from the container while device-simulation is booting up. (mostly the device-simulation image has got corrupted.)
- Did you build device simulation locally?
- Can you try removing the device simulation container and image and retry the command?
- Also, have you switched to Linux containers on docker for Windows?
ckmani commented
@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
ckmani commented
@sushilraje any updates on the above