-
Notifications
You must be signed in to change notification settings - Fork 14
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
error while building images #5
Comments
Changing the stream-manager-service/Dockerfile worked for me Comment the lines RUN apt-get update && And add RUN echo "deb [check-valid-until=no] http://cdn-fastly.deb.debian.org/debian jessie main" > /etc/apt/sources.list.d/jessie.list From what I have understood, it is a problem of Java image (not just stream manager image). |
thanks for this :-) but now I have an error with mongodb mongodb_1 | 2019-10-19T13:27:28.729+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.5:55064 #234 (1 connection now open)
mongodb_1 | 2019-10-19T13:27:28.743+0000 I ACCESS [conn234] SCRAM-SHA-1 authentication failed for admin on admin from client 172.19.0.5 ; UserNotFound: Could not find user admin@admin
mongodb_1 | 2019-10-19T13:27:28.747+0000 I NETWORK [conn234] end connection 172.19.0.5:55064 (0 connections now open) Any ideas about that issue ? Cheers, |
Probably you either have not run create_user.sh or have not set the user and password in docker-compose.yml. Anyway, ensure that you have followed the instructions of the mongodb section in readme. |
Hi,
Hope you are all well !
I have the following error when trying
docker-compose up
Cheers
The text was updated successfully, but these errors were encountered: