-
Notifications
You must be signed in to change notification settings - Fork 149
Known hosts error #107
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
Comments
I can't comment on what introduced the error or if we are expected to create the folder/file by design, but I found that creating a blank known_hosts at the path in the error ('/app/.neo4j/known_hosts' in your case) resolved the error. A similar issue was outlined here: http://www.markhneedham.com/blog/2016/07/11/neo4j-3-0-drivers-failed-to-save-the-server-id-and-the-certificate-received-from-the-server/ |
Hmm, interesting... Just tried it and everything seemed to be fine for a few calls, then all of a sudden things started blowing up. Tried both root folder and
|
I have the same issue with @lifwanian. Any workaround? |
Same issue here. I solved it by creating the folder Hope it helps. |
@legraphista, does making the driver |
@jgkim if you create a blank file, the driver will try to parse it, then something bad happens and it will error out. |
@legraphista Thank you for the info! 👍 |
I'm glad to be of help |
This should now be fixed with this commit c09ab5b |
I've recently started receiving this error again when using my app within a docker container. I've put my I was able to fix this temporarily by running the following. It looks like the docker user can't create this directory and that's the issue.
EDIT: Specific Error Text:
|
I keep getting a
knownHosts
error on boot. Is this just a warning that the directory doesnt exists and that its being created? Is this a folder we can create ourselves? Or am I missing something?Driver:
Error:
Running:
The text was updated successfully, but these errors were encountered: