GitHub user leniervm closed a discussion: Problem starting a MQTT adapter
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: `org.apache.streampipes.commons.exceptions.connect.AdapterException: Adapter was not started successfully with url http://172.31.0.4:8090/api/v1/worker/stream/invoke` Env file config with subnet default value:  To check the Docker subnet, I used the command docker `inspect streampipes_spnet` and obtained the following information:  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 `docker compose down`, the extensions-iiot-minimal container continues to run for an unexplained reason, and I must stop it manually:  Thank you very much. GitHub link: https://github.com/apache/streampipes/discussions/3030 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
