1
OServerAdminを使用してOrientDBサーバー(バージョン2.2.12)に接続しようとしています。新しいグラフdbを作成しています。OrientDBで新しいデータベースを作成する2.2.12
OServerAdmin serverAdmin =新しいOServerAdmin( "remote:localhost") .connect( "root"、 "rootPWD");
このコードは2.2.0 versinでうまく動作しますが、今、次の例外で失敗:
java.lang.AbstractMethodError: com.orientechnologies.orient.core.engine.OEngineAbstract.startup()V
at com.orientechnologies.orient.client.remote.OEngineRemote.startup(OEngineRemote.java:60)
at com.orientechnologies.orient.core.Orient.initEngines(Orient.java:579)
at com.orientechnologies.orient.core.Orient.registerEngines(Orient.java:318)
at com.orientechnologies.orient.core.Orient.startup(Orient.java:232)
at com.orientechnologies.orient.core.Orient.<clinit>(Orient.java:97)
at com.orientechnologies.orient.core.storage.OStorageAbstract.<clinit>(OStorageAbstract.java:56)
at com.orientechnologies.orient.client.remote.OServerAdmin.<init>(OServerAdmin.java:64)
....
申し訳ありませんが、間違ったバージョンを書きました。私のバージョンは2.2.12です。 OrientDBサーバーv2.2.12-SNAPSHOTは([email protected]を構築し、2016年10月20日13:55:08 + 0000) –
私は右のバージョン –
で質問を変更し、問題が別のバージョンbeetweenに関連していたようですクライアント(2.2.10)とサーバー2.2.12: ありがとう –