I have just downloaded neo4j database (community edition 1.8.M07) and started neo4j.bat. After that when I go to http://localhost:7474/webadmin/, I can't execute any query in "Explore and Edit - Data browser" tab. It always displays following text in the query textbox.
START root=node(0) // Start with the reference node
RETURN root // and return it.
// Hit CTRL+ENTER to execute
When I type some text in the query textbox and hit search, it displays following error: "Unknown error An unknown error occurred, was unable to retrieve a result for you. " Edit: the same error occurs when I try to add a new Node(using the +Node button). Do I need to do anything extra for get it running?
thanks in advance.