启动Akeneo社区版时,我一直收到相同的错误!这似乎是由Elastictsearch引起的错误,但我找不出哪里出了问题。
错误消息:
[OK] Database schema created successfully!
Updating database schema...
37 queries were executed
[OK] Database schema updated successfully!
Reset elasticsearch indexes
In StaticNoPingConnectionPool.php line 50:
No alive nodes found in your cluster我在一个没有docker的uberspace服务器上运行,我试着像这里提到的那样启动它:https://docs.akeneo.com/4.0/install_pim/manual/installation_ee_archive.html,但使用的是社区版。
有没有人犯了同样的错误,并且知道如何帮助我?
也许弹性搜索的入口点的.env文件有问题。我的.env:APP_INDEX_HOSTS=localhost:9200
发布于 2020-12-03 15:54:17
当通过curl/Postman/ else或其他方式访问Elasticsearch搜索服务器时,您能验证它在localhost:9200上是可用的吗?
该错误通常表示节点未运行,或未在配置的端口上运行。
另请注意,您的服务器遵循系统要求- https://docs.akeneo.com/4.0/install_pim/manual/system_requirements/system_requirements.html
https://stackoverflow.com/questions/65117050
复制相似问题