Replies: 19 comments 1 reply
-
Hi @lingvisa. Thank you for your submission. You might check out issue #402 as it seems very similar to your situation. Although, your issue is unique since you are using Blazegraph. We are also tracking some improvements to the setup process in the following issue. If anything changes in your scenario, please let me know. |
Beta Was this translation helpful? Give feedback.
-
Hi, @kmcginnes I executed these two commands: docker pull public.ecr.aws/neptune/graph-explorer:latest I don't use security certificate, but just click "advanced" and "proceed", then in my browser, I can't sychronize database: |
Beta Was this translation helpful? Give feedback.
-
It looks like your database URL is:
Try without the
|
Beta Was this translation helpful? Give feedback.
-
Hi, @kmcginnes, as you can see, I only executed the two commands you provided. I didn't use explicitly specify "http://127.0.0.1:9999/blazegraph/namespace/kg4hana/sparql" anywhere, which is my blazegraph endpoint. So how can I change this parameter? |
Beta Was this translation helpful? Give feedback.
-
Modify your connection using the pencil button in the top right corner (see screen shot). Change the endpoint there to remove |
Beta Was this translation helpful? Give feedback.
-
@lingvisa Any update on this? Were you able to connect? |
Beta Was this translation helpful? Give feedback.
-
Hi, @kmcginnes I will get back to you shortly! |
Beta Was this translation helpful? Give feedback.
-
I am following this instruction: I am working on my local Mac with a Docker Desktop. The first question is:
Is the 'undefined' normal?
I modified the URL by remove 'kg4hana', but it didn't help. Thank you. |
Beta Was this translation helpful? Give feedback.
-
@lingvisa The step for "Authenticate with the Amazon ECR Public Registry" I added because it was necessary for me to do before I was allowed to pull the docker image from Amazon ECR. It's possible it isn't necessary since it sounds like you were able to pull the image just fine. The "undefined" is ok. It is the result of a bug that was recently fixed in PR #416. The log message was using the environment value |
Beta Was this translation helpful? Give feedback.
-
As for the sync issue, you mention
Does that mean your connection URL was this?
Instead, please try changing the URL to be this instead:
|
Beta Was this translation helpful? Give feedback.
-
Hi, @kmcginnes I tried both: But they are the same. So must be due to something else. |
Beta Was this translation helpful? Give feedback.
-
@kmcginnes does the tool depend on a particular graph database? If not, it may be a minor issue? It would be great if you can install blazeGraph to have a test and troubleshoot, and this may help to solve other similar issues if users use other graph databases. |
Beta Was this translation helpful? Give feedback.
-
@lingvisa sorry for the delay. I do plan to install BlazeGraph and run through the setup to see if there is something specific we are missing. I just haven't had a chance yet. I have added this to my list of things to do middle of next week. If you just want to try out Graph Explorer, I highly recommend using Gremlin Server as the database. I recently updated those instructions so they should be solid. |
Beta Was this translation helpful? Give feedback.
-
Hi, @kmcginnes It would be great if you can do middle of next week. |
Beta Was this translation helpful? Give feedback.
-
@lingvisa I am currently struggling my way through setting up BlazeGraph. It is not a smooth experience. Before I waste too much time spinning my wheels, is there a particular reason you chose to use BlazeGraph? It seems like it is no longer maintained. If you must use BlazeGraph, how do you have it set up? Can you connect to your instance over HTTP using something like |
Beta Was this translation helpful? Give feedback.
-
I was able to enlist the help of some experts to get BlazeGraph working locally on my system. I used the following Docker command to get it running:
Once I accomplished that I loaded up Graph Explorer and created the connection for it. Which synced just fine, albeit with no data since this is a new database. I initially tried without the proxy server. But that resulted in a CORS violation. That is something I need to look in to further. I'm going to create a separate bug issue for that. For now, @lingvisa, I suggest using the proxy server. Your proxy server setting when using the Docker hosted image should be:
Let me know if this helps. |
Beta Was this translation helpful? Give feedback.
-
@lingvisa I'm going to convert this to a discussion since this doesn't seem to be a code issue. |
Beta Was this translation helpful? Give feedback.
-
I'm unable to synchronize Fuseki ontologies (even empty ones), I get a similar image as #478 (comment). I'm using as Proxy end point https://localhost:3030/data_base_name |
Beta Was this translation helpful? Give feedback.
-
@lingvisa has your issue been resolved? If so, please describe your solution and mark it as the answer in order to potentially help others in similar situations. |
Beta Was this translation helpful? Give feedback.
-
Description
I deployed graph-explorer on my local Mac computer following the instruction. After I start the docker container with "docker run -p 80:80 -p 443:443 --env HOST=localhost graph-explorer", the messages seem to be wrong:
As you can see the last line, "Graph Explorer live at: undefined/explorer"
After a connection is created, I was unable to "synchronize database". I click the synchronize button, it just give a very short 'can't synchronize database' message, nothing else.
Environment
Steps to Reproduce
Expected Behavior
I should be able to synchronize database
Important
If you are interested in working on this issue or have submitted
a pull request, please leave a comment.
Tip
Please use a 👍 reaction to provide a +1/vote.
This helps the community and maintainers prioritize this request.
Beta Was this translation helpful? Give feedback.
All reactions