Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Neoclipse fails to connect to neo4j 2.2.0 #75

Open
pducrot opened this issue Mar 29, 2015 · 5 comments
Open

Neoclipse fails to connect to neo4j 2.2.0 #75

pducrot opened this issue Mar 29, 2015 · 5 comments

Comments

@pducrot
Copy link

pducrot commented Mar 29, 2015

Hi,
Neoclipse fails connecting to neo4j 2.2.0 with a runtime exception: error reading as JSON if no user and password is setup. Connection using proper user & pass works.
I suggest to change the error message to something like "Anonymous connection prohibited, please provide user and password.
Pierre

@ghost
Copy link

ghost commented May 2, 2015

The same here with 2.2.1.
At least add some message about not supported version. It is a bit frustrating and so unprofessional. Why do we need to check the commit messages to know that only 2.1.4 is supported?

@pducrot
Copy link
Author

pducrot commented May 2, 2015

Actually, in my previous message I was reporting a misleading error message when attempting to connect anonymously. Connecting to neo4j 2.2 works if you provide proper username and password or set to false the secured login parameter.

@ghost
Copy link

ghost commented May 2, 2015

Hmm interesting, it did not work by me on windows. I'll try again, but before that I'll check the password with node.js. Maybe that was wrong, but I never got NullPointerException by invalid password in any other software. :S

@ghost
Copy link

ghost commented May 2, 2015

I checked, the password was the problem, thx.

@pducrot
Copy link
Author

pducrot commented May 3, 2015

You may want to change security settings in neo4j, useful if your not sharing the database on a server. In conf/neo4j-server.properties, change the following setup to false. Hence, you may connect to the database without user/pass.
dbms.security.auth_enabled=false

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

No branches or pull requests

1 participant