Your messages.log looks like if it you use Neo4j Enterprise in HA / Cluster mode?
There are also exceptions that say that the client closed the connection without reading the full response stream? What kind of client code do you have (stack, kind of interaction). Caused by: java.io.IOException: Connection reset by peer Are you writing to master only? There are also a lot of other network issues in your log-file, perhaps your network config is not consistent. e.g. java.net.NoRouteToHostException: No route to host Michael > Am 21.05.2015 um 11:47 schrieb Kevin Eid <[email protected]>: > > I work with neo4j 2.1.6 Community edition. > I can't post the code but basically I write a dozen of nodes/rels creation > queries; and create randomly hundreds of thousands of them. > I joined erroLog screenshot and messages.log. > > Thanks, > > Kevin > > On Wednesday, 20 May 2015 10:19:23 UTC+2, Michael Hunger wrote: > Kevin, > > we need much more detail than that. > > Neo4j version > how you interact with it, your stack > your code, what do you send how to Neo4j > full error message > messages.log of Neo4j > > Michael > >> Am 20.05.2015 um 09:50 schrieb Kevin Eid <kevine...@ <>gmail.com >> <http://gmail.com/>>: >> >> Hi, >> >> I'm building a log generator app using multithreading and creating nodes and >> rels from these data. >> >> I'm having the following issue: >> >> "I/O exception (java.net.SocketException) caught when processing request: >> Socket closed" >> >> I'm trying to change the config of my debian VMs (like timeout sockets, >> ...). >> >> Do you have any idea how to solve it? Do I need to change the >> neo4j.properties files or the OS config? >> >> Thanks in advance for your feedbacks, >> >> Kevin >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to neo4j+un...@ <>googlegroups.com <http://googlegroups.com/>. >> For more options, visit https://groups.google.com/d/optout >> <https://groups.google.com/d/optout>. > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > <messages.log><errorLog.PNG> -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
