Skip to content
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

Failed to invoke procedure “sql-versioner.init - Caused by: java.lang.NoSuchMethodError: #1

Open
bandaja opened this issue Sep 8, 2020 · 0 comments

Comments

@bandaja
Copy link

bandaja commented Sep 8, 2020

Steps (Mandatory)

  1. Download the JDBC for postgresql:
    https://jdbc.postgresql.org/  postgresql-9.4.1209

  2. Download the Neo4j Versioner CoreJAR from:
    neo4j-versioner-sql-0.1.0-SNAPSHOT

  3. Put "neo4j-versioner-sql0-0.1.0-SNAPSHOT " and JDBC Driver into my "plugins":
    $NEO4J_HOME\plugins\

  4. Restart the services.

  5. run the query:
    CALL sql.versioner.init('postgres', '127.0.0.1', 5432, 'xxxx', 'xxxxxx', 'xxxxxx') YIELD node return node

  6. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant