Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-05-02 Thread Mark Ramos
Hi, We delete the current relationship because we need to have one type of the same relationship per node. Mark On Wednesday, April 30, 2014 7:12:36 PM UTC+8, Mark Needham wrote: > > Hi, > > Do you know how about 'sku' relationships you're trying to delete in one > go? > > Mark > > > On 30 Apr

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-04-30 Thread Mark Needham
Hi, Do you know how about 'sku' relationships you're trying to delete in one go? Mark On 30 April 2014 12:59, Mark Ramos wrote: > Hi Mark, > > Thanks for the quick response. Please see query snippet below: > > MERGE (firstNode {id:'ABC'}) > ON CREATE SET firstNode.type="RINGCODE", firstNode.c

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-04-30 Thread Mark Ramos
Hi Mark, Thanks for the quick response. Please see query snippet below: MERGE (firstNode {id:'ABC'}) ON CREATE SET firstNode.type="RINGCODE", firstNode.created = 100, firstNode:rbt ON MATCH SET firstNode.type="RINGCODE", firstNode:rbt MERGE (secondNode{id:'RBT-TC664'}) WITH firstNode, secondNo

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-04-29 Thread Mark Needham
Hi Mark, It can't really be resolved as such because the exception happens if the client times out the connection. There are things you can do to try and stop that from happening but if it does happen then you'll get the exception. I wrote up more here - http://www.markhneedham.com/blog/2014/01/27

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-04-29 Thread Mark Ramos
Hi, We are encountering the same issue. Was this resolved? We are currently using neo4j community edition 2.0.1. Regards, Mark On Friday, January 24, 2014 6:52:06 AM UTC+8, Mark Needham wrote: > > You use Skype? > > > On 23 January 2014 22:51, Mark Needham >wrote: > >> Sure. I'll ping you off

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-01-23 Thread Mark Needham
You use Skype? On 23 January 2014 22:51, Mark Needham wrote: > Sure. I'll ping you off list to organise > > > On 23 January 2014 22:49, Kyle Silvestro wrote: > >> Can we schedule a Web meeting so I can show you? >> >> >> >> >> >> On Jan 23, 2014, at 2:46 PM, Mark Needham wrote: >> >> Hi Kyle,

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-01-23 Thread Mark Needham
Sure. I'll ping you off list to organise On 23 January 2014 22:49, Kyle Silvestro wrote: > Can we schedule a Web meeting so I can show you? > > > > > > On Jan 23, 2014, at 2:46 PM, Mark Needham wrote: > > Hi Kyle, > > We've been unable to recreate the issue. Can you send us a sample > applicat

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-01-23 Thread Kyle Silvestro
Can we schedule a Web meeting so I can show you? On Jan 23, 2014, at 2:46 PM, Mark Needham wrote: > Hi Kyle, > > We've been unable to recreate the issue. Can you send us a sample application > where it fails so we can identify the cause? > > Mark > > > On 23 January 2014 22:20, Kyle Silv

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-01-23 Thread Mark Needham
Hi Kyle, We've been unable to recreate the issue. Can you send us a sample application where it fails so we can identify the cause? Mark On 23 January 2014 22:20, Kyle Silvestro wrote: > Is there any resolution to this issue? > > > On Tue, Dec 17, 2013 at 4:42 PM, Michael Hunger < > michael.h

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-01-23 Thread Kyle Silvestro
Is there any resolution to this issue? On Tue, Dec 17, 2013 at 4:42 PM, Michael Hunger < michael.hun...@neopersistence.com> wrote: > Looks as if the client aborts the connection? > > What kind of client are you using? > > Michael > > Am 17.12.2013 um 23:57 schrieb Kyle Silvestro : > > Posted > >

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-01-10 Thread Michael Hunger
Ben, what is a large graph in your setup? What version do you use? What kind of machine / heap setup do you use? Can you share data/graph.db/messages.log and data/logs/* to see if any error condition happens in there? Thanks so much. Michael Am 10.01.2014 um 19:05 schrieb Ben Johnson : > H

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-01-10 Thread Ben Johnson
Hi all, I too am having this issue. It seems to occur during queries that take a long time to execute. For example, something like MATCH (n) RETURN n on a large graph will cause the neo web service to "disconnect", then reconnect, and then start acting strangely. My console looks very simila

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-01-04 Thread Mark Needham
Hi Kyle, I'm struggling to replicate this - can you create a test which repeatedly gets this exception so we can investigate what's going on? Cheers Mark On 4 January 2014 16:34, Kyle Silvestro wrote: > This issue has been open for months, is there a resolution or an update > when it will be

[Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2014-01-04 Thread Kyle Silvestro
This issue has been open for months, is there a resolution or an update when it will be fixed. I've seen at least 10 other people with this issue however no fix or response has been posted. How do we solve this problem, or can you please tell me the size constraints of NEO, because it looks l

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2013-12-19 Thread Kyle Silvestro
Any update on this issue? On Tuesday, December 17, 2013 4:42:53 PM UTC-8, Michael Hunger wrote: > > Looks as if the client aborts the connection? > > What kind of client are you using? > > Michael > > Am 17.12.2013 um 23:57 schrieb Kyle Silvestro > >: > > Posted > > > On Tue, Dec 17, 2013 at 2:4

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2013-12-17 Thread Kyle Silvestro
http://localhost:7474/webadmin/#/console/ Neo's client On Tuesday, December 17, 2013 4:42:53 PM UTC-8, Michael Hunger wrote: > > Looks as if the client aborts the connection? > > What kind of client are you using? > > Michael > > Am 17.12.2013 um 23:57 schrieb Kyle Silvestro > >: > > Posted > >

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2013-12-17 Thread Kyle Silvestro
Neo's Client > On Dec 17, 2013, at 4:42 PM, Michael Hunger > wrote: > > Looks as if the client aborts the connection? > > What kind of client are you using? > > Michael > >> Am 17.12.2013 um 23:57 schrieb Kyle Silvestro : >> >> Posted >> >> >> >>> On Tue, Dec 17, 2013 at 2:48 PM, Mark Ne

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2013-12-17 Thread Michael Hunger
Looks as if the client aborts the connection? What kind of client are you using? Michael Am 17.12.2013 um 23:57 schrieb Kyle Silvestro : > Posted > > > > On Tue, Dec 17, 2013 at 2:48 PM, Mark Needham wrote: > Can you post the full contents of the data/graph.db/messages.log? > > > On 17 De

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2013-12-17 Thread Kyle Silvestro
Posted On Tue, Dec 17, 2013 at 2:48 PM, Mark Needham wrote: > Can you post the full contents of the data/graph.db/messages.log? > > > On 17 December 2013 22:40, Michael Hunger < > michael.hun...@neopersistence.com> wrote: > >> Please share more context, otherwise we cannot hel you. >> >> Michae

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2013-12-17 Thread Mark Needham
Can you post the full contents of the data/graph.db/messages.log? On 17 December 2013 22:40, Michael Hunger wrote: > Please share more context, otherwise we cannot hel you. > > Michael > > Am 17.12.2013 um 23:32 schrieb Kyle Silvestro : > > A specific query however I'm getting this on many diff

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2013-12-17 Thread Michael Hunger
Please share more context, otherwise we cannot hel you. Michael Am 17.12.2013 um 23:32 schrieb Kyle Silvestro : > A specific query however I'm getting this on many different queries. > > > > On Tuesday, December 17, 2013 2:29:18 PM UTC-8, Mark Needham wrote: > What did you do to get that ex

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2013-12-17 Thread Kyle Silvestro
A specific query however I'm getting this on many different queries. On Tuesday, December 17, 2013 2:29:18 PM UTC-8, Mark Needham wrote: > > What did you do to get that exception? A specific query or? > > > On 17 December 2013 22:25, Kyle Silvestro >wrote: > >> Neo 2.0.0 >> >> >> Caused by:

Re: [Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2013-12-17 Thread Mark Needham
What did you do to get that exception? A specific query or? On 17 December 2013 22:25, Kyle Silvestro wrote: > Neo 2.0.0 > > > Caused by: java.io.IOException: Broken pipe > > at sun.nio.ch.FileDispatcherImpl.writev0(Native Method) ~[na:1.7.0_45] > > at sun.nio.ch.SocketDispatcher.writev(SocketD

[Neo4j] Caused by: java.io.IOException: Broken pipe : How can this be fixed?

2013-12-17 Thread Kyle Silvestro
Neo 2.0.0 Caused by: java.io.IOException: Broken pipe at sun.nio.ch.FileDispatcherImpl.writev0(Native Method) ~[na:1.7.0_45] at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:51) ~[na:1.7.0_45] at sun.nio.ch.IOUtil.write(IOUtil.java:148) ~[na:1.7.0_45] at sun.nio.ch.SocketChannel