-
Notifications
You must be signed in to change notification settings - Fork 20
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
Graph Explorer Unable to Connect #75
Comments
Hey @Donny3000 , please check here #73 for new instructions. The project is in the middle of design transition phase. Apologies for the poor documentation. Will fix it soon. |
Thanks, @rrmerugu for your prompt reply and incredible work on this great project! I took look at #73 and it all made sense to me. But, I seem to be getting the same error message/pop-up. To be clear these are the steps I'm performing:
Is this the correct sequence/steps to perform? |
I see, in this case, the first thing you shall debug is whether Invana Engine GraphQL is configured correctly or not. Do a simple query by going to http://localhost:8000/graphql. If that is failing with error, there is some issue with the invana-engine deployment. All the above steps assume you are running a JanusGraph instance using |
Thanks again for the assistance. I'm am indeed running a JanusGraph instance with the docker command you showed. I can confirm that the JanusGraph instance is up and running correctly because I can start a gremlin console client to remotely connect to the server and issue the "g.V().limit(2).toList()" command and get results back. However, if I issue the command in your screenshot using the GraphQL interface, this is the error I get Do you have any additional insight as to why this would be happening? Thanks again for your assistance! |
Looks like this is a docker issue, can you check the logs of the janusgraph and invana-engine container using |
Thanks, @rrmerugu for the |
So, I was able to get it working by using the following
where the IP address of What is the correct way to solve this problem without having to resort to using the container's internal docker IP address for the |
Glad it's working. I generally do something like this Hope this helps, https://docs.docker.com/network/network-tutorial-host/ |
Thanks, @rrmerugu! I'll read through that documentation to see if that will help me. |
Following the instruction on the Graph Explorer GitHub page, I'm presented with this error when trying to connect to my TinkerPop Graph DB
I know I can connect to my JanusGraph/TinkerPop Gremlin Server running at http://localhost:8182 as I can remotely connect to it through the gremlin console and perform queries.
Is there a step I might have missed or is there a configuration issue between the latest graph-explorer and invana-engine?
The text was updated successfully, but these errors were encountered: