OrientDB 2.2.13 console.sh:获取;无法创建到远程服务器地址的连接”;

OrientDB 2.2.13 console.sh:获取;无法创建到远程服务器地址的连接”;,orientdb,orientdb2.2,Orientdb,Orientdb2.2,我有一个嵌入式数据库,在这里我启动一个OServer并试图从控制台连接到它。我已经成功地这样做了好几个月了,并且随着新版本的出现,升级了数据库。现在,使用2.2.13,嵌入式操作似乎可以工作,但我无法使用2.2.13 console.sh连接到服务器。我得到的信息是: Error: com.orientechnologies.orient.core.exception.OStorageException: Cannot create a connection to remote server a

我有一个嵌入式数据库,在这里我启动一个OServer并试图从控制台连接到它。我已经成功地这样做了好几个月了,并且随着新版本的出现,升级了数据库。现在,使用2.2.13,嵌入式操作似乎可以工作,但我无法使用2.2.13 console.sh连接到服务器。我得到的信息是:

Error: com.orientechnologies.orient.core.exception.OStorageException: Cannot create a connection to remote server address(es): [127.0.0.1:2424]
DB name="master"
运行嵌入式数据库的java代码获得以下异常:

    $ANSI{green {db=db}} Error executing request
com.orientechnologies.orient.core.exception.ODatabaseException: Error on plugin lookup: the server did not start correctly
    DB name="db"
    at com.orientechnologies.orient.server.OServer.getPlugin(OServer.java:850)
    at com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.openDatabase(ONetworkProtocolBinary.java:857)
    at com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.handshakeRequest(ONetworkProtocolBinary.java:229)
    at com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.execute(ONetworkProtocolBinary.java:194)
    at com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:77)
似乎正在寻找“集群”插件

你知道为什么这不管用了吗?它在2.2.12中确实起了作用

谢谢


Curtis

似乎我打开了自动备份,但配置文件丢失了。所以,服务器看起来好像启动了,但实际上没有

我创建了配置文件并将enabled设置为false。仍然没有启动,因为它看到错误,停止配置并抛出异常,因为没有设置'delay'参数

我认为如果配置文件丢失或enabled参数设置为false,orientdb应该在不启用备份的情况下启动


至少控制台现在工作正常。

如果它在2.2.12上工作正常,可能是一个bug,您可以在github上提交它