Ok, so the results of my experience. 1) Installed neo4j as a service (neo-1.9.5), using neo4j.bat install command. Service is installed. 2) Started neo4j. 1 node (root node) and 0 relationships are present. This is expected. 3) Started neoclipse, created new connection, created 4 nodes and 5 relationships. Closed connection. 4) Web Admin shows me 4 nodes and 5 relationships, this is expected. 5) Stopped neo4j server from the list of windows services. 6) Started neo4j server from the list of windows services.
Looks like everything was started and stopped correctly. Actual result - web admin shows: 7922 nodes, 95325 relationships. On Friday, January 17, 2014 7:14:14 PM UTC+2, Denys Hryvastov wrote: > > Thank you for quick response, Michael. > I will verify again, but I stopped neo4j server from the list of windows > services, I do not think that this is hard kill... > My only concern is that neo4j server was installed as windows service my > our code, may be there is some issue here. > I will try to install it as a service using neo4j bat file, then add some > nodes and relationships using neoclipse (not my app under Jboss) and will > see the result. > > After making this experiment, I will let you know the results. > > Thanks, > Denys > > > On Friday, January 17, 2014 6:51:03 PM UTC+2, Michael Hunger wrote: >> >> Believe cypher >> Ignore webadmin >> >> This happens after a hard kill >> >> Try to shutdown your Neo4j correctly with the appropriate jboss undeploy >> hooks >> >> >> Sent from mobile device >> >> Am 17.01.2014 um 17:16 schrieb Denys Hryvastov <hdwo...@gmail.com>: >> >> Hi - >> >> Our team was previously using neo4j-1.8.2, now we want to upgrade to >> neo4j-1.9.5 (later on we will possibly upgrade to version 2.0). >> >> But I have noticed such strange behavior. After loading data from our >> application to neo4j, I have 226 nodes in neo4j database and 1092 >> relationships. This is correct numbers. >> After that I stop Jboss (our application which is working with neo4j is >> working under Jboss) and restart neo4j server (Jboss is still stopped to be >> sure that nobody creates new entities in neo4j). >> When neo4j restart is done, neo4j web admin shows me 1864 nodes (instead >> of 226) and 23513 relationships (instead of 1092). >> BUT, interesting point is that, when I run cypher query "START >> root=node(*) RETURN root" then 226 nodes are returned. >> When I run cypher query "START root=relationship(*) RETURN root" then >> 1092 relationships are returned. >> >> If I restart neo4j server for the second time, then the numbers do not >> increase any more. >> >> What can cause this issue? What is happening and how this can we fix >> this? Our QA are using neo4j web admin for testing and these numbers looks >> really confusing... >> Also, what result should I believe: should I believe to what web admin >> shows me or should I believe the results of cypher query execution? >> >> Thanks, >> Denys >> >> -- >> 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/groups/opt_out. >> >> -- 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+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.