olir / gephi-neo4j-url-importer-plugin

A gephi plugin to import a graph from a neo4j database via bolt protocol.
Other
8 stars 1 forks source link

Unable to connect #1

Closed yrrah closed 4 years ago

yrrah commented 4 years ago

Describe the bug Unable to connect to local Neo4j database

To Reproduce Steps to reproduce the behavior:

  1. Attempt to import database with default settings
  2. Click on 'Test Connection'
  3. See error "Connection to the database terminated. This can happen due to network instabilities, or due to restarts of the database."

Expected behavior Should see message "Connection successful!"

Desktop

Additional context I was able to resolve this by compiling with the 4.0.1 org.neo4j.driver.

I will update with my changes, but need to clean them up. I spent quite awhile trying to find the RELEASE82 version of Netbeans dependencies and eventually got them manually from here https://maven.scijava.org/content/repositories/public/org/netbeans/api/

Thanks for this plugin!

olir commented 4 years ago

hi. if you have any addional comments, feel free to reopen the issue.

nrouyer commented 3 years ago

Hi, same issue. If we don't recompile, there is no way to make the release archive work, that's it?