unable to run indexing - error

kalvink

Member
Ran out of space today and killed elastic search (was working fine up till now), I couldnt get it working so upgraded it to 7.6.2

when trying to rebuild the search index, I get the below error - Please Help !?

Code:
XF\PrintableException: An error was triggered while indexing. See the <a href="/admin.php?logs/server-errors/">XenForo error log</a> for details. src/addons/XFES/Search/Source/Elasticsearch.php:87

Stack Trace

Code:
#0 src/addons/XFES/Search/Source/Elasticsearch.php(57): XFES\Search\Source\Elasticsearch->flushBulkIndexing()
#1 src/XF/Search/Search.php(40): XFES\Search\Source\Elasticsearch->index(Object(XF\Search\IndexRecord))
#2 src/XF/Search/Search.php(59): XF\Search\Search->index('post', Object(XFMG\XF\Entity\Post))
#3 src/XF/Search/Search.php(85): XF\Search\Search->indexEntities('post', Object(XF\Mvc\Entity\ArrayCollection))
#4 src/XF/Job/SearchRebuild.php(57): XF\Search\Search->indexRange('post', 16033, 500)
#5 src/XF/Job/Manager.php(253): XF\Job\SearchRebuild->run(8)
#6 src/XF/Job/Manager.php(195): XF\Job\Manager->runJobInternal(Array, 8)
#7 src/XF/Job/Manager.php(146): XF\Job\Manager->runJobEntry(Array, 8)
#8 src/XF/Cli/Command/JobRunnerTrait.php(30): XF\Job\Manager->runUnique('xfRebuildJob-se...', 8)
#9 src/XF/Cli/Command/JobRunnerTrait.php(13): XF\Cli\Command\Rebuild\AbstractRebuildCommand->runJob('xfRebuildJob-se...', Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 src/XF/Cli/Command/Rebuild/AbstractRebuildCommand.php(85): XF\Cli\Command\Rebuild\AbstractRebuildCommand->setupAndRunJob('xfRebuildJob-se...', 'XF:SearchRebuil...', Array, Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 src/vendor/symfony/console/Command/Command.php(255): XF\Cli\Command\Rebuild\AbstractRebuildCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 src/vendor/symfony/console/Application.php(982): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 src/vendor/symfony/console/Application.php(255): Symfony\Component\Console\Application->doRunCommand(Object(XF\Cli\Command\Rebuild\RebuildSearch), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 src/vendor/symfony/console/Application.php(148): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 src/XF/Cli/Runner.php(63): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#16 cmd.php(15): XF\Cli\Runner->run()
#17 {main}


Elastisearch 7.6.2
XF: 2.1.8 Patch 2

1587676936214.webp
 
Top Bottom