-
Notifications
You must be signed in to change notification settings - Fork 18
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
No broker cert file found #33
Comments
Sorry, I updated something in the repo that affects remote processing without fixing the documentation yet to handle the local case. Here's how to workaround until I fix it: |
Actually, I'll be working through this the next few days as I add some functionality and test it with the local setup. Might be best to wait a few days until I get it all figured out, at which point I'll check in the changes required to get it working locally again. |
Sounds good. Thanks again for your help :) |
@tmills any update on the ctakes docker? |
Sorry for taking so long on this. I just pushed a change that should fix it. When you start the broker container (should do this first), it creates the broker_cert file and will put the broker_cert file into shared/. That is where the other containers are looking for that file if you start them with the scripts. Please let me know if this helps. |
When run the command
docker run -v ~/ctakes-docker-clean/log:/log --env-file env_file.txt -it ctakes-as-pipeline
I got error an error message no broker cert file found "Error: No broker_cert file found/deploy.sh: exit: line 7: Illegal number: -1". On the other hand, amq broker working perfectly. Moreover, when i ping from the sh i can see the ip address working form the pipeline container . Moreover, i found docker container will automatically stop after “./bin/runPipelineContainer.sh”
The text was updated successfully, but these errors were encountered: