Closed LianaN closed 3 years ago
Hi @LianaN,
The remote engine is part of orientdb-client jar that should be include by the orientdb-graphdb ( the hierarchy is orientdb-graphdb -> orientdb-server -> orientdb-client) can you double check that the dependency is resolved correctly ?
Regards
Hi @LianaN
if you are doing a single executable jar consider using a solution that support Resource append. With maven we advice this
Thanks
Hi @maggiolo00,
This link leads to a non-existing page. Could you please update it?
Thanks.
Hi @LianaNapalkova
sorry here it's the working link
OrientDB Version: 2.2.2
Java Version: 8
OS: Centos
Expected behavior
should connect to the remote database.
Actual behavior
Error on opening database: the engine 'remote' was not found.
Steps to reproduce
I use sbt in order to assembly a fat jar file. The orient..-client jar is included. However, I still get the error "Error on opening database: the engine 'remote' was not found".
This is an extract from build.sbt: