-
Notifications
You must be signed in to change notification settings - Fork 5
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
Difficulty fully reproducing example.sh #33
Comments
The issue seems to be related to the To set up, I went to export TOKEN="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
export USER_ID="XXXXXXXXXXXXXXX"
./configure.sh
./docker/build-docker.sh
./docker/start-docker.sh
./scripts/example/examples.sh Here is my environment configuration.
I have buildx v0.12.0, docker version 24.0.5, and Java version
|
Note that I have not defined PROJECT or DATASET environment variables, because I am not able to get those keys out of the current output. |
Thank you for your feedback and analysis. The script After looking to your log, it seems to me that the connection to neo4j database in your environment is not at localhost. Containers are named in our scripts, and hence in some environments the connection string must be adapted. Just take a look at |
Hi -- Could I get some more guidance on resolving the
Here is some diagnostic information:
I noticed there were some recent changes in |
Hi, I just tried and I was able to successfully run the example in In While running the example, we need also to either load the admin user manually in database or remove the comment in the last line in Thanks. |
Would it be possible to get some more specifc, step by step instructions? Unfortunately, I'm still running into the Here are the steps I am following, including uncommenting the mentioned lines. I used
at this point, uncomment the following lines
and comment out
< HTTP/1.1 500
|
Hi, Sure, here are the step by step instructions/commands:
The end of the output should be:
Thanks. |
It works! I think the difference might have been If you would like, I'd be happy to contribute a pull request adding these more direct step by step instructions. Out of curiosity, what is the rationale of having the lines in |
Hi,
Sure, your pull request is welcome, thanks.
The line commented in file Thanks for your analysis. |
Working to reproduce
example.sh
. I've gotten part way but seem to be running into some kind of server error. I've made some minor modifications along the way to allowexample.sh
to be run without hardcoding and to provide specific troubleshooting instructions where I've been able to figure them out. I've opened the work I've done onexample.sh
so far as PR #32.Here is my log when trying to run
example.sh
, with private information redacted.The text was updated successfully, but these errors were encountered: