Skip to content
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

Docker compose up fails for Movielens and ArtBlocks dataset #6

Open
antejavor opened this issue May 18, 2022 · 0 comments
Open

Docker compose up fails for Movielens and ArtBlocks dataset #6

antejavor opened this issue May 18, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@antejavor
Copy link
Collaborator

I run:

docker-compose up movilens-memgraph

Output error:

reating data-streams_memgraph-mage_1 ... done
Creating data-streams_movielens-memgraph_1 ... done
Attaching to data-streams_movielens-memgraph_1
movielens-memgraph_1   | Traceback (most recent call last):
movielens-memgraph_1   |   File "movielens-memgraph.py", line 44, in <module>
movielens-memgraph_1   |     main()
movielens-memgraph_1   |   File "movielens-memgraph.py", line 40, in main
movielens-memgraph_1   |     set_stream(memgraph)
movielens-memgraph_1   |   File "movielens-memgraph.py", line 26, in set_stream
movielens-memgraph_1   |     memgraph.execute(
movielens-memgraph_1   |   File "/usr/local/lib/python3.8/site-packages/gqlalchemy/memgraph.py", line 63, in execute
movielens-memgraph_1   |     connection.execute(query)
movielens-memgraph_1   |   File "/usr/local/lib/python3.8/site-packages/gqlalchemy/connection.py", line 79, in execute
movielens-memgraph_1   |     cursor.fetchall()
movielens-memgraph_1   | mgclient.DatabaseError: Failed to initialize Pulsar consumer ratings_stream : ConnectError
data-streams_movielens-memgraph_1 exited with code 1

Same for art blocks, I ran:

docker-compose up art-blocks-memgraph

Output error:

Creating data-streams_memgraph-mage_1 ... done
Creating data-streams_art-blocks-memgraph_1 ... done
Attaching to data-streams_art-blocks-memgraph_1
art-blocks-memgraph_1  | Traceback (most recent call last):
art-blocks-memgraph_1  |   File "art-blocks-memgraph.py", line 87, in <module>
art-blocks-memgraph_1  |     main()
art-blocks-memgraph_1  |   File "art-blocks-memgraph.py", line 83, in main
art-blocks-memgraph_1  |     set_stream(memgraph)
art-blocks-memgraph_1  |   File "art-blocks-memgraph.py", line 68, in set_stream
art-blocks-memgraph_1  |     memgraph.execute(
art-blocks-memgraph_1  |   File "/usr/local/lib/python3.8/site-packages/gqlalchemy/memgraph.py", line 63, in execute
art-blocks-memgraph_1  |     connection.execute(query)
art-blocks-memgraph_1  |   File "/usr/local/lib/python3.8/site-packages/gqlalchemy/connection.py", line 79, in execute
art-blocks-memgraph_1  |     cursor.fetchall()
art-blocks-memgraph_1  | mgclient.DatabaseError: Failed to initialize Pulsar consumer sales_stream : ConnectError
data-streams_art-blocks-memgraph_1 exited with code 1
@antejavor antejavor added the bug Something isn't working label May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant