Results not appearing neo4j query

52 views
Skip to first unread message

Dan Tascher

unread,
May 5, 2015, 9:24:55 PM5/5/15
to ne...@googlegroups.com

I have only about 8000 nodes in my database and when I do match n return n I never get any graph back, any reason why or how to fix?



Sumit Gupta

unread,
May 5, 2015, 9:28:41 PM5/5/15
to ne...@googlegroups.com
Hi,

If you do not get any results, then how do you know that you have 8K nodes?

Also please check if your neo4j console is pointing to right Neo4j Database. 

would be good if you can tell us the exact syntax used for connecting via neo4j-shell.

Thanks,
SUmit

Dan Tascher

unread,
May 5, 2015, 9:46:34 PM5/5/15
to ne...@googlegroups.com
You can see it in my picture below.  I am using the default web interface http://localhost:7474 and my query is match n return n.  It says displaying 8000 nodes and 0 relationships but when i do match n return n limit 500 it works fine.  it renders the graph and shows the relationships

Sumit Gupta

unread,
May 5, 2015, 10:01:47 PM5/5/15
to ne...@googlegroups.com
Sorry - I missed to see the image in your last post.

There could be a bug in UI that it cannot graphical represent 8K nodes on specific browser version. Try using "Rows" options at your extreme left hand corner.

I tried with Chrome with some 1000 nodes and it works fine. 

I think there is no purpose solved by viewing 8k Independent nodes without any relationship. It will not make much of a sense.

Let me know if you are trying to do something with these 8k nodes.

Thanks,
Sumit 


On Wednesday, 6 May 2015 06:54:55 UTC+5:30, Dan Tascher wrote:

Michael Hunger

unread,
May 6, 2015, 2:23:18 AM5/6/15
to ne...@googlegroups.com
Also check the js console of your browser

Most likely it is only busy rendering

Von meinem iPhone gesendet
--
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.
For more options, visit https://groups.google.com/d/optout.

Dan Tascher

unread,
May 6, 2015, 8:25:38 AM5/6/15
to ne...@googlegroups.com
They do have a relationship, but when it never renders it says they have no relationship.

Dan Tascher

unread,
May 6, 2015, 8:26:18 AM5/6/15
to ne...@googlegroups.com
Ok, I will check.  I've left it for several hours with no graph image appearing.  Is there some setting I can change if it is timing out or something?

Dan

unread,
May 6, 2015, 10:18:41 AM5/6/15
to ne...@googlegroups.com
In the console it looks like there is an overflow trying to build the tree:

{"results":[],"errors":[{"code":"Neo.DatabaseError.General.UnknownFailure","message":null,"stackTrace":"java.lang.StackOverflowError\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.Foldable$TreeAny$.children$extension(Foldable.scala:29)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.ast.ASTNode$class.dup(ASTNode.scala:46)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.ast.Expression.dup(Expression.scala:75)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.ast.Expression.dup(Expression.scala:75)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.Rewritable$DuplicatableAny$.dup$extension(Rewritable.scala:51)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:169)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n"}]}
Name



Best Regards,
Dan

--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/nttHhexObTo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+un...@googlegroups.com.

Michael Hunger

unread,
May 6, 2015, 8:55:22 PM5/6/15
to ne...@googlegroups.com
Please share your query.

Michael

Dan Tascher

unread,
May 6, 2015, 10:33:07 PM5/6/15
to ne...@googlegroups.com
match n return n


On Wednesday, May 6, 2015 at 8:55:22 PM UTC-4, Michael Hunger wrote:
Please share your query.

Michael

Am 06.05.2015 um 15:17 schrieb Dan <puh...@gmail.com>:

In the console it looks like there is an overflow trying to build the tree:

{"results":[],"errors":[{"code":"Neo.DatabaseError.General.UnknownFailure","message":null,"stackTrace":"java.lang.StackOverflowError\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.Foldable$TreeAny$.children$extension(Foldable.scala:29)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.ast.ASTNode$class.dup(ASTNode.scala:46)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.ast.Expression.dup(Expression.scala:75)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.ast.Expression.dup(Expression.scala:75)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.Rewritable$DuplicatableAny$.dup$extension(Rewritable.scala:51)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:169)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.interna
...

Michael Hunger

unread,
May 11, 2015, 5:07:34 PM5/11/15
to ne...@googlegroups.com
Which version are you using?

Michael

Dan

unread,
May 12, 2015, 3:49:54 PM5/12/15
to ne...@googlegroups.com
2.2.1


Best Regards,
Dan

--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/nttHhexObTo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+un...@googlegroups.com.

Michael Hunger

unread,
May 12, 2015, 5:29:25 PM5/12/15
to ne...@googlegroups.com
seems to be a bug which should be fixed in the next milestone.

it's the new runtime, you can choose the old runtime with

cypher planner=cost runtime=interpreted match (n) return n

HTH,


Michael

Dan

unread,
May 13, 2015, 11:22:33 AM5/13/15
to ne...@googlegroups.com
How do I use that?  When I put that command into the browser command I get a syntax error:

Inline image 1


Best Regards,
Dan

Michael Hunger

unread,
May 13, 2015, 6:52:35 PM5/13/15
to ne...@googlegroups.com
sorry prefix with "cypher"

cypher runtime=interpreted match (n) return n

Michael

Am 13.05.2015 um 17:21 schrieb Dan <puh...@gmail.com>:

How do I use that?  When I put that command into the browser command I get a syntax error:

<2015-05-13_11-21-18.png>

Dan

unread,
May 13, 2015, 9:23:59 PM5/13/15
to ne...@googlegroups.com
I copy and paste your statement but I still get an error:

$cypher runtime=interpreted match (n) return n
Invalid input 'u': expected 'e/E' (line 1, column 9 (offset: 8))
"runtime=interpreted match (n) return n"
         ^
 
Neo.ClientError.Statement.InvalidSyntax


Best Regards,
Dan

Dan Tascher

unread,
May 16, 2015, 9:48:37 AM5/16/15
to ne...@googlegroups.com
Any ideas?


On Wednesday, May 13, 2015 at 9:23:59 PM UTC-4, Dan Tascher wrote:
I copy and paste your statement but I still get an error:

$cypher runtime=interpreted match (n) return n
Invalid input 'u': expected 'e/E' (line 1, column 9 (offset: 8))
"runtime=interpreted match (n) return n"
         ^
 
Neo.ClientError.Statement.InvalidSyntax


Best Regards,
Dan

On Wed, May 13, 2015 at 6:52 PM, Michael Hunger <michael.hunger@neotechnology.com> wrote:
sorry prefix with "cypher"

cypher runtime=interpreted match (n) return n

Michael
Am 13.05.2015 um 17:21 schrieb Dan <puh...@gmail.com>:

How do I use that?  When I put that command into the browser command I get a syntax error:

<2015-05-13_11-21-18.png>


Best Regards,
Dan

On Tue, May 12, 2015 at 5:29 PM, Michael Hunger <michael.hunger@neotechnology.com> wrote:
seems to be a bug which should be fixed in the next milestone.

it's the new runtime, you can choose the old runtime with

cypher planner=cost runtime=interpreted match (n) return n

HTH,


Michael

Am 12.05.2015 um 21:49 schrieb Dan <puh...@gmail.com>:

2.2.1


Best Regards,
Dan

On Mon, May 11, 2015 at 5:07 PM, Michael Hunger <michael.hunger@neotechnology.com> wrote:
Which version are you using?

Michael

Am 07.05.2015 um 04:33 schrieb Dan Tascher <puh...@gmail.com>:

match n return n

On Wednesday, May 6, 2015 at 8:55:22 PM UTC-4, Michael Hunger wrote:
Please share your query.

Michael

Am 06.05.2015 um 15:17 schrieb Dan <puh...@gmail.com>:

In the console it looks like there is an overflow trying to build the tree:

{"results":[],"errors":[{"code":"Neo.DatabaseError.General.UnknownFailure","message":null,"stackTrace":"java.lang.StackOverflowError\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.Foldable$TreeAny$.children$extension(Foldable.scala:29)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.ast.ASTNode$class.dup(ASTNode.scala:46)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.ast.Expression.dup(Expression.scala:75)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.ast.Expression.dup(Expression.scala:75)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.Rewritable$DuplicatableAny$.dup$extension(Rewritable.scala:51)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:169)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compiler.v2_3.bottomUp$BottomUpRewriter.apply(Rewritable.scala:165)\r\n\tat org.neo4j.cypher.internal.compi
...

Michael Hunger

unread,
May 16, 2015, 11:33:31 AM5/16/15
to ne...@googlegroups.com
Oh sorry I was confused

This is for 2.3-m1

I thought you said so

For 2.2.1 try

planner rule match n return n

But it should not happen at all

Von meinem iPhone gesendet
--

Dan

unread,
May 16, 2015, 11:47:52 PM5/16/15
to ne...@googlegroups.com
I do not get any errors anymore but I still do not get my results in graph form, it is just empty.


Best Regards,
Dan

On Sat, May 16, 2015 at 11:31 AM, Michael Hunger <michael...@neotechnology.com> wrote:
Oh sorry I was confused

This is for 2.3-m1

I thought you said so

For 2.2.1 try

planner rule match n return n

But it should not happen at all

Von meinem iPhone gesendet

Am 16.05.2015 um 15:48 schrieb Dan Tascher <puh...@gmail.com>:

Any ideas?

On Wednesday, May 13, 2015 at 9:23:59 PM UTC-4, Dan Tascher wrote:
I copy and paste your statement but I still get an error:

$cypher runtime=interpreted match (n) return n
Invalid input 'u': expected 'e/E' (line 1, column 9 (offset: 8))
"runtime=interpreted match (n) return n"
         ^
 
Neo.ClientError.Statement.InvalidSyntax


Best Regards,
Dan
...

--

--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/nttHhexObTo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+un...@googlegroups.com.

Michael Hunger

unread,
May 17, 2015, 8:25:32 AM5/17/15
to ne...@googlegroups.com
So, to reiterate again,

you download and install neo4j 2.2.1
you start it, run :play movies
and import the data
and then you run match n return n 

and nothing returns?

Perhaps it's a browser/javascript issue did you try shift+reload?

Michael

Dan

unread,
May 17, 2015, 12:00:13 PM5/17/15
to ne...@googlegroups.com
No, this is not for the movies example, I have imported over 8000 nodes for a project I am working on.  It works for lower amounts.


Best Regards,
Dan
Reply all
Reply to author
Forward
0 new messages