-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unabel to launch mqtt-bridge #3
Comments
Hi, The error you get on gradle just says that it is not running, is it installed on your system? The jar file can be found in app/build/lib. But I highly recommend to use docker to run it. |
Thank you for your answer! When I start the refbox with My local_shell.sh file export RC_MQTT_START=true
export RC_MQTT_BROKER_START=true
export RC_MQTT_BROKER=tcp://localhost:1892
export RC_MQTT_REFBOX=localhost
export RC_MQTT_TEAM=GRIPS
export RC_MQTT_KEY=randomkey
export REFBOX_CONFIG_CHALLENGE=./../config/refbox/challenge_prod_c0.yaml Output of
I'm using MQTT and the RCLL repo for the first time and I'm trying to wrap my head around all of it. Thanks for the help. |
Hello,
I want to use the mqtt-bridge in combination with the rcll-refbox and rcll-refbox-frontend to record some messages. However I can't get it to work.
Since I installed the mqtt-bridge via docker from
docker pull ghcr.io/robocup-logistics/rcll-mqtt-bridge:master
and tried to run it withdocker run quay.io/robocup-logistics/rcll-mqt-bridge
. I then get this error:I also can't build it by cloning the repo and building the Dockerfile, then the build fails at
=> ERROR [4/4] RUN gradle build --no-daemon
I also tried to install the mqtt-bridge directly, but I only get this error message
Error: Unable to access jarfile mqtt-bridge-0.1-all.jar
What is this jar file and where should it be?
How do I correctly install and run the mqtt-bridge, preferably with docker?
I appreciate any help. Thank you
The text was updated successfully, but these errors were encountered: