-
Hello Developers!
Last month the project creator and main maintainer @tgriesser has granted administrative power and ownership of bookshelf to a new organisation, which will oversee the future of …
-
I found that when our webapi server hosted in iis is recycled then we have this error
We use the 1.3 driver
```
Neo4j.Driver.V1.ServiceUnavailableException: Connection with the server breaks due to…
-
I got the problem that the neo4j-driver throws an expcetion in the [travis enviroment](https://travis-ci.org/DLR-SC/prov-db-connector/builds/255251419#L958) that could be improved.
Especially the me…
-
* remove GraphFrames dependency
* remove GraphX dependency
* transfer necessary code to CAPS
* cleanup
-
the neo4j plugin is not working for Neo4j 2.1 .While importing the neo4j databse it is throwing a warning and crashing
-
Think this has been asked before, and I can't find any documentation, only a few places where it's been denied.
I have an image that requires a hardcoded hostname in environment variables. I could …
-
```
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerAdapter' defined in class path resource [org/springframework/boot/autoconfigure/web/We…
-
- Neo4j version: enterprise version 3.2.0.2
- Operating system: RHEL 7.3
Issue https://github.com/neo4j/neo4j/issues/9071 was fixed in the 3.1 stream, but reappeared when I moved to 3.2.
To rec…
-
I running neo4j_doc_manager with
**mongo-connector -m 192.168.1.188:27017 -t http://127.0.0.1:7474/db/uadb -d neo4j_doc_manager**, and the error throw :
``` yaml
2016-03-23 17:50:35,161 [ERROR] mon…
-
My test code is:
1. The first cypher, I add a '。' for p2 property deliberately.
2. The second cypher i delete the '。' character, i want reuse this connection, but i got a exception too.
3. I debug …