Description
Hi,
I´ve updated solr basic and solr pro (both 1.7.6), cleared the cache, add new solr cores, change them in Magento and start the solr index. After 5min I´ve got an error:
Reindex finished with error message "'100' Status: Continue". integernet_solr (Runtime 5m 3s)
What can I do? Thank you!!!!!
Magento 1.9.2.4, PHP 5.6, SolrVersion 6.0
The error log is:
Solr Search Index index process unknown error:
exception 'Apache_Solr_HttpTransportException' with message ''100' Status: Continue' in /lib/IntegerNet_Solr/Apache_Solr/Service.php:381
Stack trace:
0 /lib/IntegerNet_Solr/Apache_Solr/Service.php(730): Apache_Solr_Service->_sendRawPost('http://185.88.2...', '<add overwrite=...')
1 /lib/IntegerNet_Solr/Apache_Solr/Service.php(830): Apache_Solr_Service->add('<add overwrite=...')
2 /lib/IntegerNet_Solr/Apache_Solr/Service.php(788): Apache_Solr_Service->addRawDocuments('...', false, true, true, 0)
3 /lib/IntegerNet_Solr/Solr/Resource/ResourceFacade.php(277): Apache_Solr_Service->addDocuments(Array)
4 /lib/IntegerNet_Solr/Solr/Indexer/IndexDocumentQueue.php(60): IntegerNet\Solr\Resource\ResourceFacade->addDocuments(18, Array)
5 [internal function]: IntegerNet\Solr\Indexer\IndexDocumentQueue->flush(Object(IntegerNet_Solr_Model_Bridge_LazyProductIterator))
6 /app/code/community/IntegerNet/Solr/Model/Bridge/LazyProductIterator.php(194): call_user_func(Array, Object(IntegerNet_Solr_Model_Bridge_LazyProductIterator))
7 /app/code/community/IntegerNet/Solr/Model/Bridge/LazyProductIterator.php(104): IntegerNet_Solr_Model_Bridge_LazyProductIterator->validInner()
8 /lib/IntegerNet_Solr/Solr/Indexer/ProductIndexer.php(495): IntegerNet_Solr_Model_Bridge_LazyProductIterator->valid()
9 /lib/IntegerNet_Solr/Solr/Indexer/ProductIndexer.php(139): IntegerNet\Solr\Indexer\ProductIndexer->_indexProductCollection(true, Object(IntegerNet_Solr_Model_Bridge_LazyProductIterator), 18, NULL, Array)
10 /app/code/community/IntegerNet/Solr/Model/Indexer.php(193): IntegerNet\Solr\Indexer\ProductIndexer->reindex(NULL, true)
11 /app/code/community/IntegerNet/Solr/Model/Indexer.php(79): IntegerNet_Solr_Model_Indexer->_reindexProducts(NULL, true)
12 /app/code/core/Mage/Index/Model/Process.php(212): IntegerNet_Solr_Model_Indexer->reindexAll()
13 /app/code/core/Mage/Index/Model/Process.php(260): Mage_Index_Model_Process->reindexAll()
14 /shell/indexer.php(168): Mage_Index_Model_Process->reindexEverything()
15 /shell/indexer.php(216): Mage_Shell_Compiler->run()
16 {main}
Warning in the SolrLogging:
FieldTypePluginLoader | TokenFilterFactory is using deprecated 4.2.0 emulation. You should at some point declare and reindex to at least 6.0, because 5.x emulation is deprecated and will be removed in 7.0
I´ve changed all back to 1.7.6 - now with the same error!?