Created
August 29, 2017 08:21
-
-
Save adsc-cloudtec/b536a5db424a7fc7f3e346b1b6259967 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ubuntu-xenial:/vagrant$ php app/console massive:search:reindex -v --env=prod | |
Provider "sulu_structure" did not finish. Do you wish to resume? n | |
provider "doctrine_orm" | |
-- reindexing "2" instances of "Sulu\Bundle\ContactBundle\Entity\Account" | |
2/2 [============================] 100% < 1 sec/< 1 sec 24.0 MiB | |
-- reindexing "6" instances of "Sulu\Bundle\ContactBundle\Entity\Contact" | |
6/6 [============================] 100% < 1 sec/< 1 sec 24.0 MiB | |
-- reindexing "667" instances of "Sulu\Bundle\MediaBundle\Entity\FileVersionMeta" | |
667/667 [============================] 100% 2 mins/2 mins 32.0 MiB | |
-- reindexing "2" instances of "Sulu\Bundle\CategoryBundle\Entity\CategoryTranslation" | |
2/2 [============================] 100% < 1 sec/< 1 sec 32.0 MiB | |
provider "sulu_structure" | |
-- reindexing "483" instances of "Sulu\Bundle\ContentBundle\Document\PageDocument" | |
483/483 [============================] 100% 25 secs/25 secs 64.0 MiB | |
-- reindexing "3" instances of "Sulu\Bundle\ContentBundle\Document\HomeDocument" | |
0/3 [>---------------------------] 0% < 1 sec | |
[Symfony\Component\Debug\Exception\FatalThrowableError] | |
Call to a member function getLocalization() on null | |
Exception trace: | |
() at /vagrant/vendor/sulu/sulu/src/Sulu/Component/Content/Compat/LocalizationFinder.php:40 | |
Sulu\Component\Content\Compat\LocalizationFinder->findAvailableLocale() at /vagrant/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/FallbackLocalizationSubscriber.php:120 | |
Sulu\Component\Content\Document\Subscriber\FallbackLocalizationSubscriber->getAvailableLocalization() at /vagrant/vendor/sulu/sulu/src/Sulu/Component/Content/Document/Subscriber/FallbackLocalizationSubscriber.php:93 | |
Sulu\Component\Content\Document\Subscriber\FallbackLocalizationSubscriber->handleHydrate() at n/a:n/a | |
call_user_func() at /vagrant/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:184 | |
Symfony\Component\EventDispatcher\EventDispatcher->doDispatch() at /vagrant/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:46 | |
Symfony\Component\EventDispatcher\EventDispatcher->dispatch() at /vagrant/vendor/sulu/document-manager/lib/Collection/QueryResultCollection.php:85 | |
Sulu\Component\DocumentManager\Collection\QueryResultCollection->current() at /vagrant/vendor/sulu/sulu/src/Sulu/Bundle/ContentBundle/Search/Reindex/StructureProvider.php:105 | |
Sulu\Bundle\ContentBundle\Search\Reindex\StructureProvider->provide() at /vagrant/vendor/massive/search-bundle/Command/ReindexCommand.php:198 | |
Massive\Bundle\SearchBundle\Command\ReindexCommand->reindexClass() at /vagrant/vendor/massive/search-bundle/Command/ReindexCommand.php:148 | |
Massive\Bundle\SearchBundle\Command\ReindexCommand->execute() at /vagrant/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php:266 | |
Symfony\Component\Console\Command\Command->run() at /vagrant/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:879 | |
Symfony\Component\Console\Application->doRunCommand() at /vagrant/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:208 | |
Symfony\Component\Console\Application->doRun() at /vagrant/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:93 | |
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /vagrant/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:127 | |
Symfony\Component\Console\Application->run() at /vagrant/app/console:30 | |
massive:search:reindex [--batch-size BATCH-SIZE] [--provider PROVIDER] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment