com.orientechnologies.orient.core.exception.ODatabaseException: Error on opening database 'remote:127.0.0.1:2424/TrumpfMarktplatz'
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Oleksandr Gubchenko, 1 year ago
via Google Groups by Roar, 1 year ago
via Stack Overflow by kenlz
, 1 year agovia GitHub by daiyueweng
, 1 year agovia GitHub by daiyueweng
, 1 year agovia GitHub by rburton
, 2 years agocom.orientechnologies.orient.core.exception.OConfigurationException: Error on opening database: the engine 'remote' was not found. URL was: remote: 127.0.0.1:2424/TrumpfMarktplatz. Registered engines are: [memory, plocal] DB name="remote:127.0.0.1:2424/TrumpfMarktplatz"
at com.orientechnologies.orient.core.Orient.loadStorage(Orient.java:476)
at com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.
(ODatabaseDocumentTx.java:167) at com.orientechnologies.orient.core.db.OPartitionedDatabasePool$DatabaseDocumentTxPolled.
(OPartitionedDatabasePool.java:118) at com.orientechnologies.orient.core.db.OPartitionedDatabasePool$DatabaseDocumentTxPolled.
(OPartitionedDatabasePool.java:114) at com.orientechnologies.orient.core.db.OPartitionedDatabasePool.initQueue(OPartitionedDatabasePool.java:442)
at com.orientechnologies.orient.core.db.OPartitionedDatabasePool.
(OPartitionedDatabasePool.java:217) at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.
(OrientGraphFactory.java:78) at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.
(OrientGraphFactory.java:55) at com.mycompany.dmtest.FXMLController.queryOrientDB(FXMLController.java:48)
at com.mycompany.dmtest.FXMLController.lambda$abfragenButtonClick$0(FXMLController.java:34)
at java.lang.Thread.run(Thread.java:745)