We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps (Mandatory)
Download the JDBC for postgresql: https://jdbc.postgresql.org/ postgresql-9.4.1209
Download the Neo4j Versioner CoreJAR from: neo4j-versioner-sql-0.1.0-SNAPSHOT
Put "neo4j-versioner-sql0-0.1.0-SNAPSHOT " and JDBC Driver into my "plugins": $NEO4J_HOME\plugins\
Restart the services.
run the query: CALL sql.versioner.init('postgres', '127.0.0.1', 5432, 'xxxx', 'xxxxxx', 'xxxxxx') YIELD node return node
I got the error message:
Failed to invoke procedure sql.versioner.init: Caused by: java.lang.NoSuchMethodError: 'java.util.stream.Stream org.homer.versioner.core.procedure.Init.init(java.lang.String, java.util.Map, java.util.Map, java.lang.String, long)'
sql.versioner.init
Specifications (Mandatory) Versions:
Neo4j: version: 3.5.21
Postgresql: Ver 12.3
OS: win10 64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps (Mandatory)
Download the JDBC for postgresql:
https://jdbc.postgresql.org/ postgresql-9.4.1209
Download the Neo4j Versioner CoreJAR from:
neo4j-versioner-sql-0.1.0-SNAPSHOT
Put "neo4j-versioner-sql0-0.1.0-SNAPSHOT " and JDBC Driver into my "plugins":
$NEO4J_HOME\plugins\
Restart the services.
run the query:
CALL sql.versioner.init('postgres', '127.0.0.1', 5432, 'xxxx', 'xxxxxx', 'xxxxxx') YIELD node return node
I got the error message:
Failed to invoke procedure
sql.versioner.init
: Caused by: java.lang.NoSuchMethodError: 'java.util.stream.Stream org.homer.versioner.core.procedure.Init.init(java.lang.String, java.util.Map, java.util.Map, java.lang.String, long)'Specifications (Mandatory)
Versions:
Neo4j: version: 3.5.21
Postgresql: Ver 12.3
OS: win10 64
The text was updated successfully, but these errors were encountered: