-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
执行knext project restore --host_addr http://127.0.0.1:8887 --proj_path . 出现问题 #89
Comments
you can adjust the mysql host,neo4j by modifying docker-compose.yml |
Thank you, it's ok. |
|
neo4j已经可以了,没有问题。但是mysql还是不行。没动什么别的配置,都是直接现拉的镜像。大佬们看看 |
The error indicates that the mysql connection failed. Please confirm that openspg-mysql can be correctly connected in the openspg-server container. Use the default configuration of server.repository.impl.jdbc.host=mysql. If you need to change to a custom host of 10.110.3.163, you need to ensure that it can be accessed normally in the openspg-server container.
|
I have no idea of how this happened, maybe you can follow the user manual guide of start up and have another try. |
|
可以试试把3306变成其他的端口号,例如3307。报错的原因应该是和本地的mysql数据库的3306端口重复了 |
报错问题为:HTTP response headers: HTTPHeaderDict({'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers', 'Remote': '10.88.0.13', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Date': 'Fri, 29 Nov 2024 09:24:18 GMT', 'Connection': 'close'})
HTTP response body: "nested exception is org.apache.ibatis.exceptions.PersistenceException: \n### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection;
镜像已经启动:
The text was updated successfully, but these errors were encountered: