Neo4j 5.10 无法与最新的 gds 配合使用

问题描述 投票:0回答:1

我必须卸载服务器上的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) ``` 
plugins neo4j
1个回答
0
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.