Skip to content

'<' expected but 'n' found during Cypher query #10

@klauern

Description

@klauern

I am on Koan 8 and am having some weirdness running the @test shouldFindEpisodesWhereTennantAndRoseBattleTheDaleks. I've tried this both in Eclipse as well as running a neo4j-community-1.4.2 shell. I have a Mac OX 10.6:

klauer@klauer-imac ~/Programming/Java
$ ./neo4j-community-1.4.2/bin/neo4j-shell -path /var/folders/J6/J67--MxKGjejtyI966Nft++++TI/-Tmp-/neo4j-koans1097860323379298061dir
NOTE: Local Neo4j graph database service at '/var/folders/J6/J67--MxKGjejtyI966Nft++++TI/-Tmp-/neo4j-koans1097860323379298061dir'
Welcome to the Neo4j Shell! Enter 'help' for a list of commands

Welcome to the Neo4j Shell! Enter 'help' for a list of commands

neo4j-sh (0)$ start daleks = node:Species( species = 'Daleks'), rose = node:Character(character = 'Rose Tyler'), tennant = node:actors(actor = 'David Tennant') match (daleks)-[:APPEARED_IN]->(ep), (rose)-[:APPEARED_IN]->(ep), (tennant)-[:APPEARED_IN]->(ep) return ep 
org.neo4j.cypher.SyntaxException: `<' expected but `n' found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions