This results in the following exception: Exception in thread "main" com.orientechnologies.orient.core.exception.ODatabaseException: Error on opening database 'remote:localhost/SmartLearningNetwork' at com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.<init>(ODatabaseDocumentTx.java:204) at com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.<init>(ODatabaseDocumentTx.java:168) at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.openOrCreate(OrientBaseGraph.java:1903) at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.<init>(OrientBaseGraph.java:180) at com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph.<init>(OrientTransactionalGraph.java:102) at com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph.<init>(OrientTransactionalGraph.java:98) at com.tinkerpop.blueprints.impls.orient.OrientGraph.<init>(OrientGraph.java:103) at GremlinTest.test1(GremlinTest.java:16) at GremlinTest.main(GremlinTest.java:10) Caused by: com.orientechnologies.orient.core.exception.OConfigurationException: Error on opening database: the engine 'remote' was not found. URL was: remote:localhost/SmartLearningNetwork. Registered engines are: [memory, plocal] at com.orientechnologies.orient.core.Orient.loadStorage(Orient.java:452) at com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.<init>(ODatabaseDocumentTx.java:187) ... 8 more
If have tried with and without starting the server beforehand. Regards, Emiel On Thursday, April 14, 2016 at 3:51:33 PM UTC+2, alessand...@gmail.com wrote: > > Hi Emiel, > could you try with String url="remote:localhost/SmartLearningNetwork" > after you have launched the server ? > > Kind regards, > Alessandro > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.