Skip to content

MagentoFrameworkExceptionBulkException: One or more input exceptions have occurred while processing bulk

I’m in the process of setting up a new store and I’m getting 100’s of these errors every hour.

The main error is:

MagentoFrameworkExceptionBulkException: One or more input exceptions have occurred while processing bulk. in /var/www/vhosts/firesupport.uk/htdocs/vendor/magento/module-data-exporter/Plugin/MviewUpdatePlugin.php:68 Stack trace:

This appears to me to be a core Magento file which is throwing the error.

The full stack trace is here:

MagentoFrameworkExceptionBulkException: One or more input exceptions have occurred while processing bulk. in vendor/magento/module-data-exporter/Plugin/MviewUpdatePlugin.php:68 Stack trace: 
#0 vendor/magento/framework/Interception/Interceptor.php(135): MagentoDataExporterPluginMviewUpdatePlugin->aroundUpdate(Object(MagentoFrameworkMviewProcessorInterceptor), Object(Closure), 'indexer') 
#1 vendor/magento/framework/Interception/Interceptor.php(153): MagentoFrameworkMviewProcessorInterceptor->MagentoFrameworkInterception{closure}('indexer') 
#2 generated/code/Magento/Framework/Mview/Processor/Interceptor.php(23): MagentoFrameworkMviewProcessorInterceptor->___callPlugins('update', Array, NULL) 
#3 vendor/magento/module-indexer/Model/Processor.php(119): MagentoFrameworkMviewProcessorInterceptor->update('indexer') 
#4 vendor/magento/framework/Interception/Interceptor.php(58): MagentoIndexerModelProcessor->updateMview() 
#5 vendor/magento/framework/Interception/Interceptor.php(138): MagentoIndexerModelProcessorInterceptor->___callParent('updateMview', Array) 
#6 vendor/magento/framework/Interception/Interceptor.php(153): MagentoIndexerModelProcessorInterceptor->MagentoFrameworkInterception{closure}() 
#7 generated/code/Magento/Indexer/Model/Processor/Interceptor.php(41): MagentoIndexerModelProcessorInterceptor->___callPlugins('updateMview', Array, Array) 
#8 vendor/magento/module-indexer/Cron/UpdateMview.php(31): MagentoIndexerModelProcessorInterceptor->updateMview() 
#9 [internal function]: MagentoIndexerCronUpdateMview->execute(Object(MagentoCronModelSchedule)) 
#10 vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(368): call_user_func_array(Array, Array) 
#11 vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(879): MagentoCronObserverProcessCronQueueObserver->_runJob(1718643840, 1718643843, Array, Object(MagentoCronModelSchedule), 'index') 
#12 vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(840): MagentoCronObserverProcessCronQueueObserver->tryRunJob(1718643840, 1718643843, Array, Object(MagentoCronModelSchedule), 'index') 
#13 vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(280): MagentoCronObserverProcessCronQueueObserver->processPendingJobs('index', Array, 1718643843) 
#14 vendor/magento/framework/Event/Invoker/InvokerDefault.php(88): MagentoCronObserverProcessCronQueueObserver->execute(Object(MagentoFrameworkEventObserver)) 
#15 vendor/magento/framework/Event/Invoker/InvokerDefault.php(74): MagentoFrameworkEventInvokerInvokerDefault->_callObserverMethod(Object(MagentoCronObserverProcessCronQueueObserver), Object(MagentoFrameworkEventObserver)) 
#16 vendor/magento/framework/Event/Manager.php(65): MagentoFrameworkEventInvokerInvokerDefault->dispatch(Array, Object(MagentoFrameworkEventObserver)) 
#17 generated/code/Magento/Framework/Event/Manager/Proxy.php(95): MagentoFrameworkEventManager->dispatch('default', Array) 
#18 vendor/magento/framework/App/Cron.php(86): MagentoFrameworkEventManagerProxy->dispatch('default') 
#19 vendor/magento/module-cron/Console/Command/CronCommand.php(126): MagentoFrameworkAppCron->launch() 
#20 vendor/symfony/console/Command/Command.php(298): MagentoCronConsoleCommandCronCommand->execute(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput)) 
#21 vendor/magento/framework/Interception/Interceptor.php(58): SymfonyComponentConsoleCommandCommand->run(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput)) 
#22 vendor/magento/framework/Interception/Interceptor.php(138): MagentoCronConsoleCommandCronCommandInterceptor->___callParent('run', Array) 
#23 vendor/magento/framework/Interception/Interceptor.php(153): MagentoCronConsoleCommandCronCommandInterceptor->MagentoFrameworkInterception{closure}(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput)) 
#24 generated/code/Magento/Cron/Console/Command/CronCommand/Interceptor.php(77): MagentoCronConsoleCommandCronCommandInterceptor->___callPlugins('run', Array, Array) 
#25 vendor/symfony/console/Application.php(1040): MagentoCronConsoleCommandCronCommandInterceptor->run(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput)) 
#26 vendor/symfony/console/Application.php(301): SymfonyComponentConsoleApplication->doRunCommand(Object(MagentoCronConsoleCommandCronCommandInterceptor), Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput)) 
#27 vendor/magento/framework/Console/Cli.php(116): SymfonyComponentConsoleApplication->doRun(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput)) 
#28 vendor/symfony/console/Application.php(171): MagentoFrameworkConsoleCli->doRun(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput)) 
#29 bin/magento(23): SymfonyComponentConsoleApplication->run() 
#30 {main}

I’ve seen a similar question but that was related to a 3rd party module and I don’t think this is a 3rd party module issue. Does anyone have any suggestions what I can do?

I’m getting the same issue on 2 versions running:
Magento 2.4.6
Magento 2.4.7

Any help is much appreciated.