gpt4 book ai didi

grails - 使Grails 4.0.4项目连接到Neo4j Desktop时出现问题

转载 作者:行者123 更新时间:2023-12-02 15:15:27 24 4
gpt4 key购买 nike

我这里可能有一个非常愚蠢的错误,但是我无法获得一个简单的Grails 4.0.4项目来连接到Neo4j Desktop实例(1.3.8)。
neo4j服务正在运行,并且我已经能够通过其他工具(例如DBeaver和Python)来验证是否与我有连接。
application.yml中的neo4j数据库设置如下所示:

grails:
neo4j:
url: bolt://localhost:7687
username: "neo4j"
password: "neo4j"
我从start.grails.org生成的运行此项目的项目:

curl -O start.grails.org/myapp.zip -d version=4.0.4 -d features=events,geb2,neo4j


问题是当我尝试启动Grails项目时,应用程序无法以以下消息启动:

Application run failed


org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jDatastore': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.grails.datastore.gorm.neo4j.Neo4jDatastore]: Constructor threw exception; nested exception is org.neo4j.driver.v1.exceptions.ServiceUnavailableException: Connection to the database terminated. This can happen due to network instabilities, or due to restarts of the database


希望能获得一些帮助我入门的提示。
谢谢!

最佳答案

根据http://gorm.grails.org/snapshot/neo4j/manual/#releaseNotes,似乎还没有支持Neo4j 4.x的版本。
最新受支持的版本是带有GORM 7.0.x的Neo4j3.x。

关于grails - 使Grails 4.0.4项目连接到Neo4j Desktop时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64460196/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com