What do you actually want to achieve? Michael
Am 06.03.2014 um 12:50 schrieb Kalidhakani J <[email protected]>: > Hi, > > I am trying to start neo4j server using , > > org.neo4j.server.Bootstrapper > > String[] args = new String[1]; > args[0] = "start"; > > Bootstrapper.main(args); > > When i run the code, I get the following exception : > Mar 06, 2014 5:14:27 PM org.neo4j.server.logging.Logger log > INFO: No database tuning properties (org.neo4j.server.db.tuning.properties) > found in [null], using defaults. > Mar 06, 2014 5:14:28 PM org.neo4j.server.logging.Logger log > WARNING: The key [org.neo4j.server.database.location] is missing from the Neo > Server configuration. > Mar 06, 2014 5:14:28 PM org.neo4j.server.logging.Logger log > SEVERE: Property [org.neo4j.server.properties] has not been set. > Mar 06, 2014 5:14:28 PM org.neo4j.server.logging.Logger log > SEVERE: > org.neo4j.server.startup.healthcheck.StartupHealthCheckFailedException: > Startup health check failed due to rule [class > org.neo4j.server.startup.healthcheck.ConfigFileMustBePresentRule]. Property > [org.neo4j.server.properties] has not been set. > at > org.neo4j.server.NeoServerWithEmbeddedWebServer.startupHealthCheck(NeoServerWithEmbeddedWebServer.java:161) > at > org.neo4j.server.NeoServerWithEmbeddedWebServer.start(NeoServerWithEmbeddedWebServer.java:89) > at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:87) > at org.neo4j.server.Bootstrapper.main(Bootstrapper.java:52) > at > in.co.nmsworks.nms.web.GraphDatabaseInvoker$LaunchHelper.run(GraphDatabaseInvoker.java:363) > > Mar 06, 2014 5:14:28 PM org.neo4j.server.logging.Logger log > SEVERE: Failed to start Neo Server on port [7474] > > I have set all the properties... > Am i missing anything here ?? help me.. > Thanks in advance.. > > > Regards > Kalidhakani J > > -- > 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/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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
