Elasticsearch server returned no response

malbersado

New member
I receive constantly this alert and I don´t know how solve it:

Elasticsearch server returned no response. Is it running? Elasticsearch indexing failed - library/XenES/Search/SourceHandler/ElasticSearch.php:900

[CODE
Stack Trace
#0 /var/www/vhosts/foroficcion.com/httpdocs/library/XenES/Search/SourceHandler/ElasticSearch.php(1015): XenES_Search_SourceHandler_ElasticSearch->_logSearchResponseError(false, false, 'Elasticsearch i...')
#1 /var/www/vhosts/foroficcion.com/httpdocs/library/XenES/Search/SourceHandler/ElasticSearch.php(112): XenES_Search_SourceHandler_ElasticSearch->_triggerFailedIndexError(false, Array, true)
#2 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/Search/Indexer.php(105): XenES_Search_SourceHandler_ElasticSearch->deleteFromIndex('thread', Array)
#3 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/Search/DataHandler/Thread.php(85): XenForo_Search_Indexer->deleteFromIndex('thread', Array)
#4 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/Search/DataHandler/Abstract.php(315): XenForo_Search_DataHandler_Thread->_deleteFromIndex(Object(XenForo_Search_Indexer), Array)
#5 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/DataWriter/Discussion.php(725): XenForo_Search_DataHandler_Abstract->deleteFromIndex(Object(XenForo_Search_Indexer), Array)
#6 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/DataWriter/Discussion.php(640): XenForo_DataWriter_Discussion->_deleteFromSearchIndex()
#7 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/DataWriter/Discussion.php(464): XenForo_DataWriter_Discussion->_indexForSearch()
#8 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/DataWriter.php(1423): XenForo_DataWriter_Discussion->_postSave()
#9 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/DataWriter/DiscussionMessage.php(1129): XenForo_DataWriter->save()
#10 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/DataWriter/DiscussionMessage.php(592): XenForo_DataWriter_DiscussionMessage->_saveDiscussionDataWriter()
#11 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/DataWriter.php(1423): XenForo_DataWriter_DiscussionMessage->_postSave()
#12 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/Model/Post.php(1216): XenForo_DataWriter->save()
#13 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/ControllerPublic/Post.php(351): XenForo_Model_Post->deletePost(2, 'soft', Array, Array)
#14 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Post->actionDelete()
#15 /var/www/vhosts/foroficcion.com/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#16 /var/www/vhosts/foroficcion.com/httpdocs/index.php(13): XenForo_FrontController->run()
#17 {main}
Request State
array(3) {
["url"] => string(37) "http://foroficcion.com/posts/2/delete"
["_GET"] => array(0) {
}
["_POST"] => array(5) {
["hard_delete"] => string(1) "0"
["reason"] => string(0) ""
["_xfConfirm"] => string(1) "1"
["_xfToken"] => string(8) "********"
["redirect"] => string(48) "http://foroficcion.com/threads/prueba-de-tema.2/"
}
}
/CODE]
 
Top Bottom