Not sure about that exact exception, but looking at your query, you have to
delete relationships first and then the nodes:

START n = node(*) MATCH n-[r?]-() WHERE ID(n)>0 DELETE r,n

-Luanne




On Thu, Jan 2, 2014 at 1:10 PM, Ramesh Yakkala <ramesh.yakk...@gmail.com>wrote:

> Hi,
>
> I setup the HA environment with admin,slave1,slave2 as per the documention
> and installed cygwin and configured the LB.
>
> Later I inserted the more than one lack nodes in neo4j db.
>
> Now I am trying to exicute cypher query "START n = node(*) MATCH n-[r?]-()
> WHERE ID(n)>0 DELETE n, r;"
>
> I am seeing the follwoing error "ComException:
> org.jboss.netty.handler.queue.BlockingReadTimeoutException"
>
> Could you please help me to resolve it.
>
> Thanks,
> Ramesh Yakkala.
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to