- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Sirs,
I setup EIS V2.2 successfully and get PCB demo.
I use the command to stop and remove all the containers.
$ docker stop $(docker ps -a -q)
$ docker rm $(docker ps -a -q)
Than try to run the PCB demo again as below command, Visualizer show Disconnect.
/docker_setup/provision/ $ sudo ./provision_eis.sh ../docker-compose.yml
/docker_setup/ $ docker-compose up --build -d
How do I get PCB demo again?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bryan,
Let me take a look at this issue and get back to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bryan,
can you try to reboot your system?
after rebooting, you will need to do below step
1. Run the provision script again
2. $ xhost +
3. $ docker-compose up --build -d
you can let me know if the issue still persists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Murni Jasamai,
Thank you for your reply.
I follow your command:
1. reboot
2. /docker_setup/provision/ $ sudo ./provision_eis.sh ../docker-compose.yml
3. /docker_setup/ $ xhost +
4. /docker_setup/ $ docker-compose up --build -d
but still in disconnected status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bryan,
I would recommend providing your container status (docker ps) and logs (docker-compose logs > logs.txt && gzip logs.txt) so we can tell what went wrong. In you can see the Visualizer window, it unlikely is caused by not disabling X11 access control (xhost +). The logs will give us more hints. Please compress the file and attach it. Thank you.
Regards,
Jia-Shing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bryan,
If you look at your "docker ps" result, you can see your video ingestion container and the etcd_ui one (continuously, perhaps) restart.
By further looking at the logs provided, you can see
1. Are you running in production or development mode? It's recommended to first try the development mode setup so EIS doesn't use security certificates to secure the communications. However, in your log, it appears your setup is running in the production mode. You can find this out by looking for DEV_MODE in docker_setup/.env and see if it's TRUE (development mode) or FALSE (production mode).
[35mia_etcd_ui |[0m FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nginx/server_cert.pem'
[35mia_etcd_ui |[0m Traceback (most recent call last):
[35mia_etcd_ui |[0m File "start_etcdkeeper.py", line 54, in <module>
[35mia_etcd_ui |[0m with open('/tmp/nginx/server_cert.pem', 'w') as f:
2. It looks like the "scale_ratio" parameter that the UDF (in this case, pcb_filter) expects is missing. You can restore it in the ETCD web UI once #1 above is fixed. By the way, did you modify docker_setup/provision/config/etcd_pre_load.json?
[36mia_video_ingestion |[0m [Thu May 21 00:21:02 2020] INFO:UdfManager:85: max_jobs: 20
[36mia_video_ingestion |[0m [Thu May 21 00:21:02 2020] INFO:UdfManager:99: max_workers: 4
[36mia_video_ingestion |[0m [Thu May 21 00:21:02 2020] WARN:get_config_value:138: JSON does not contain key: scale_ratio
[36mia_video_ingestion |[0m [Thu May 21 00:21:02 2020] ERROR:initialize:106: Failed to load UDF
[36mia_video_ingestion |[0m terminate called after throwing an instance of 'char const*'
[36mia_video_ingestion |[0m [Thu May 21 00:21:02 2020] INFO:signal_callback_handler:95: Received SIGABRT signal, terminating Video Ingestion
[36mia_video_ingestion |[0m Traceback (most recent call last):
[36mia_video_ingestion |[0m File "udf.pyx", line 380, in udf.load_udf
[36mia_video_ingestion |[0m File "udf.pyx", line 367, in udf.load_udf
[36mia_video_ingestion |[0m KeyError: 'UDF config missing key: scale_ratio'
[36mia_video_ingestion |[0m Exception : 'UDF config missing key: scale_ratio'
Regards,
Jia-Shing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bryan,
With the recommendation, were you able to fix the issue?
Regards,
Jia-Shing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jia-Shing,
Yes, I had modify json file for test.
After I clean the system and reinstall EIS,
it's work now. Thanks!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bryan,
Thank you for the update. I'm glad things work out for you!
Regards,
Jia-Shing
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page