Neo4j 5.10不支持最新的gds

gupuwyp2  于 2023-08-04  发布在  其他
关注(0)|答案(1)|浏览(145)

我不得不在服务器上卸载我的neo4j,并安装了最新版本(5. 10)。添加了apoc,工作良好,之后添加了gds2.4.1。然后编辑配置文件并重新启动neo4j。它说它在pidxx上启动和运行,但没有加载。我再次检查,neo4j没有运行。我从插件目录中删除了gds.jar文件,它再次工作。是版本不匹配还是其他原因?
提前感谢!

at org.neo4j.server.startup.Bootloader$Dbms.status(Bootloader.java:543)
    at org.neo4j.server.startup.StatusCommand.execute(StatusCommand.java:37)
    at org.neo4j.cli.AbstractCommand.call(AbstractCommand.java:92)
    at org.neo4j.cli.AbstractCommand.call(AbstractCommand.java:37)
    at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
    at picocli.CommandLine.access$1500(CommandLine.java:148)
    at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
    at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
    at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
    at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
    at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
    at picocli.CommandLine.execute(CommandLine.java:2170)
    at org.neo4j.server.startup.Neo4jAdminCommand.call(Neo4jAdminCommand.java:123)
    at org.neo4j.server.startup.Neo4jAdminCommand.call(Neo4jAdminCommand.java:42)
    at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
    at picocli.CommandLine.access$1500(CommandLine.java:148)
    at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
    at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
    at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
    at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
    at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
    at picocli.CommandLine.execute(CommandLine.java:2170)
    at org.neo4j.server.startup.Neo4jCommand.main(Neo4jCommand.java:41)
    at org.neo4j.server.startup.Neo4jBoot.main(Neo4jBoot.java:30) ```

字符串

bbuxkriu

bbuxkriu1#

他们更新了版本控制,这是一个版本不匹配。

相关问题