简体   繁体   中英

java : read/write neo4j server database

I want to connect to a remote neo4j database, so I put this as a server. Until now, I try to connect through jdbc, but the only jar I found has some issues. The most important one : Each time I ask for the next resultset (resultset.next()), and there is not anymore, I got this message in my console :

Unexpected token END_ARRAY errors-next-token = FIELD_NAME null

Well, since I send something like 20 requests to server per second, It becomes easily horrible! Has anyone another solution to solve this problem (I'm 100% open minded!)

Thanks a lot. Niko

This was a bug in neo4j-jdbc and has been fixed. Take a look at this github issue which exactly matches your case.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM