Problem starting a MQTT adapter #3030
-
Hello, I have high expectations for the integration of StreamPipes into my project, but I am encountering a particularly frustrating issue. I am utilizing Apache StreamPipes version 0.95.1 in a Docker-based setup, employing the minimal compose file which runs the backend, UI, CouchDB, InfluxDB, and extensions-iiot-minimal containers. However, whenever I attempt to start the MQTT connector with a correct and validated schema, the adapter displays a "Read timeout" error. I have verified the connection using a test broker, but the issue appears to be related to reaching the subnet at container ip:8090. Adapter creation: Adapter list: Error: Full detail: Transcription: Env file config with subnet default value: To check the Docker subnet, I used the command docker The subnet IP 172.31.0.4 corresponds to the extensions-iiot-minimal container or any container replacing it, such as extensions-all-jvm. I have tested both configurations with the same result: the adapter attempts to reach the container IP at port 8090 via its API but times out. As I have not found any topics related to this issue, I am requesting your support to resolve this problem and ensure the application runs correctly. When I run Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @leniervm that's a strange error - can you please post the full stack trace of the error you get when starting the adapter? |
Beta Was this translation helpful? Give feedback.
@leniervm your understanding is correct, we are just talking about two different concepts:
So the easiest way to solve your problem is…