Other Parts Discussed in Thread: TIDEP0084
Hi team,
I try to setup the TIDEP0084 ( ) (Sub-1 GHz Sensor to Cloud Industrial IoT Gateway). But I meet the error of 'ENOTFOUND' like below. The BBB access Internet through one AP router with mobile SIM. So, there should be no firewall or proxy problem. (attachment is the fully log from BBB).
root@am335x-evm:~/AWS/prebuilt# bash run_demo.sh
Launching the Collector Application in the background
Found Mac Co-Processor Version info is:
Transport: 3
Product: 1
Major: 2
Minor: 0
Maint: 0
----------------------------------------
Start the gateway application
Collector Running as Process id: 919
Launching Node-JS gateway application in background
Gateway is running as Process id: 931
root@am335x-evm:~/AWS/prebuilt# Connected to App Server
AWS Cloud Adapter error { [Error: getaddrinfo ENOTFOUND https://a23op339u3ex9t.iot.us-east-1.amazonaws.com https://a23op339u3ex9t.iot.us-east-1.amazonaws.com:8883]
code: 'ENOTFOUND',
errno: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'a23op339u3ex9t.iot.us-east-1.amazonaws.com',
host: 'a23op339u3ex9t.iot.us-east-1.amazonaws.com',
port: 8883 }
AWS Cloud Adapter offline
AWS Cloud Adapter close
AWS Cloud Adapter reconnect
I have tried to update certification file from stackarmor. But the error is the same.
I also tried to modify "config-phy-id=3" on collector.cfg. But this is no helpful.
Below is my setup.
Please help clarify. Thank you.