I created some nodes, relationships and properties in my neo4j server db, and the webadmin Dashboard counters show correct figures. But, after I delete any nodes/relationships, the dashboard still shows the old counts. I deleted all nodes (and consequently relationships) using neoclipse, except the ROOT node (id=0). But still the webadmin shows old counts for nodes/relationships/properties. What's wrong?
NOTE:Also, when I query the DB in the webadmin console, none of the nodes other than the ROOT node is returned (e.g., g.v(1) returns null) which verifies the fact that this node doesn't exist.