Did you run your java program when the server was not running? And make sure that the database path matches what you have in your side-panel, best to use an absolute path or use user.home System property.
Michael > Am 09.02.2015 um 13:50 schrieb Harris Rafto <[email protected]>: > > Hello there. I have already posted a stackoverflow question here > <http://stackoverflow.com/questions/28398656/neo4j-browser-visualization-error/28399675#28399675>. > I am using Java and trying to run the 'Hello World'. I am creating my 2 nodes > and the one relationship between them. > I, then, start the server and try to see my data visualisation, but I can't. > I try to use cypher to return all nodes, but I get 0 in return. > I want to point out that when I try to access the nodes and the relationship > from the Java, everything seems to be working. > I have changed the config file to point to 'data/db' file, but still.. > > <https://lh5.googleusercontent.com/-72tZJMrAJrU/VNisROA8GDI/AAAAAAAAAEI/77OOXRyCU1M/s1600/Screen%2BShot%2B2015-02-09%2Bat%2B2.44.59%2BPM.png> > How should I proceed? Thanks in advance. > > -- > 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 [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
