我最终从Ubuntu切换到MacOS High Sierra,但遇到了问题。
我已经安装了Elasticsearch本地语言,并且得到了答复。
不幸的是,我在执行bin / console fos:elastica:populate时遇到以下错误
[2018-08-15 08:07:53] elastica.ERROR:Elastica请求失败{“ exception”:“ [对象](Elastica \ Exception \ Connection \ HttpException(代码:0):未知错误:56,位于/srv/www/litedesk/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php:180)","request":{"path":"_bulk","method":"POST","data “:” {\“ index \”:{\“ _ index \”:\“ ****** \”,\“ _ type \”:\“ ****** \”,\“ _ id \” :\“ 1 \”}} \ n {\“名称\”:\“ ******* \”,\“快捷方式\”:\“ \”} \ n {\“ index \ “:{\” _ index \“:\” ******* \“,\” _ type \“:\” ********* \“,\” _ id \“:\” 2 \“}} \ n {\”名称\“:\” ******** \“,\”快捷方式\“:\” **** \“} \ n {\”索引\“: {\“ _ index \”:\“ ****** \”,\“ _ type \”:\“ ***** \”,\“ _ id \”:\“ 3 \”}} \ n { \“名称\”:\“ ***** \”,\“快捷方式\”:\“ \”} \ n {\“索引\”:{\“ _ index \”:\“ * ******* \“,\” _ type \“:\” ********* \“,\” _ id \“:\” 4 \“}} \ n {\”名称\ “:\” ****** \“,\”快捷方式“:\” **** \“} \ n”,“查询”:[],“连接”:{“ config”:{“标头“:[]},”主机“:”本地主机“,”端口“:9200,”记录器“:” fos_elastica.logger“,”压缩“:false,” retryOnConflict“:0,” enabled“:false}} ,“ retry”:false}
[Elastica \ Exception \ Connection \ HttpException] 未知错误:56
我的Symfony项目中的Elastic设置为
fos_elastica: 客户: 默认值:{host:localhost,port:9200}
先谢谢您 最好的问候,安德里亚
答案 0 :(得分:0)
这只是我必须在elasticsearch.yml中将其设置为9200的http.port-就是这样! :-)
答案 1 :(得分:0)
在 elasticsearch.yml
中配置要运行elasticsearch的端口