-
Notifications
You must be signed in to change notification settings - Fork 149
No operations allowed until you send an INIT message successfully #119
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
Comments
I've never seen that before. Can you connect to the database with Neo4j Browser? |
Yeah the browser over http works fine.. Running the same script in my vagrant box also works fine but running it on a ubuntu VPS results in this error.. |
You see this error message because you have failed to log in to server with a correct authentication token. We've known the error is really bad as it hides the real error that it was and we have a bug fix card for this problem already. Why we see this error? When running your example code, we sent We are working on a fix for this. Sorry for this misleading error message. All in all, you need to check if you got anything wrong with your auth token, a.k.a |
Okay. Thanks for the heads up. We indeed changed the default password the first time we connected to the browser. We changed it to I just changed it back to |
Changing the password to something shorter also doesn't work.. |
That's strange. The driver cannot provide any other password other than I could only suggest that pls make sure that you changed all We will investigate if there is anything wrong with how we pass the password to the server over bolt. |
Crap okay sorry you're right. Between all the testing I fucked up and I think I did not save the changed password. I can confirm that changing the password via the browser and then using it bolt works. Thanks again for the explanation about |
Okay, good to know it is not a new bug. |
No problem. Good luck with the issue. |
Starting from 125 we now send Please reopen or open a new issue if you continue to see this error. Regards, |
Great! Thanks. |
I'm getting this error but can't find any information except for the java file printing the error in the docs about this error.
Here's all my (ES 6) code:
And the output:
Anyone seen this error before?
The text was updated successfully, but these errors were encountered: