Hilscher Community Forum
MQTT Testing - Printable Version

+- Hilscher Community Forum (https://forum.hilscher.com)
+-- Forum: netFIELD Edge - Cloud managed Docker supporting Edge Gateways (https://forum.hilscher.com/forum-23.html)
+--- Forum: Software (https://forum.hilscher.com/forum-25.html)
+--- Thread: MQTT Testing (/thread-809.html)



MQTT Testing - DSongra - June-7th-2022

Dear Armin,

Hope you are doing good!

I am facing issue with MQTT application, getting error as address not found, in Docker container log.


Br,
Devendra


RE: MQQT Testing - Armin@netPI - June-7th-2022

??? Devendra, your mail says nothing to me? What shall I respond. Where is the technical insight?

It is like you say to me ... today I see the sun is rising.


RE: MQTT Testing - DSongra - June-7th-2022

Dear Armin,

Sorry for this. This I have already tested but don't know why this issue comes again.

So I have followed the process below. please find below my step-wise process 

https://hub.docker.com/_/eclipse-mosquitto?tab=description

Step 1 - Run First command - I got the error as attached screenshot.


Br,
Devendra


RE: MQTT Testing - Armin@netPI - June-7th-2022

Well now I am able to understand what your problem is.

Your problem is easy explained. The latest version of mosquitto does not contain a mosquitto.conf file any more in the container. So it is missing.

Please visit the offiical README Docker web page of mosquitto. Then you will see it on https://hub.docker.com/_/eclipse-mosquitto by yourself. You need a conf file on your host system and map it to the docker image using the docker volume function

It is not a task of this forum how to correctly use Docker images if there are official help and readme pages instead for those applications

Thx
Armin


RE: MQTT Testing - DSongra - June-7th-2022

Dear Armin,

Thanks for your support, the issue is resolved.


Br,
Devendra