You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out that on windows, python scripts would fail to rename known_host file with the error `file occupied by other process.`
This problem could be addressed by 1) closing each driver properly and/or 2) tiggering GC after each write op to known_host file.
However we work around this problem in this PR by letting java driver code to delete the known_host file directly.
then following the error message you got while using the driver, you might need to modify `known_hosts` file.
62
+
Or you could choose to ignore integration tests by running:
75
63
64
+
mvn clean install -DskipITs
76
65
77
-
**Q**: Why I cannot connect the driver to the server at `bolt://localhost:7474`?
78
-
**A**: Bolt uses port 7687 by default, so try `bolt://localhost:7687` or `bolt://localhost` instead.
66
+
Without integration tests, there is no need to install Python or run as admin.
79
67
80
-
For any other questions, please refer to Github issues.
68
+
For more information such as manual, driver API documentations, changelogs, please refer to [wiki](https://github.com/neo4j/neo4j-java-driver/wiki).
0 commit comments