Could you please tell me from where is coming this error ? I've recently added 2 new content models (as well as their message.properties) and I got this error :
2015-05-05 16:08:50,691 ERROR [solr.tracker.CoreTracker] [SolrTrackerScheduler_Worker-2] Tracking failed org.alfresco.service.cmr.dictionary.DictionaryException: 04050000 d_dictionary.model.err.no_model at org.alfresco.repo.dictionary.AbstractDictionaryRegistry.getModel(AbstractDictionaryRegistry.java:97) at org.alfresco.repo.dictionary.DictionaryDAOImpl.getCompiledModel(DictionaryDAOImpl.java:308) at org.alfresco.solr.AlfrescoSolrDataModel.getM2Model(AlfrescoSolrDataModel.java:877) at org.alfresco.solr.LegacySolrInformationServer.getM2Model(LegacySolrInformationServer.java:2641) at org.alfresco.solr.tracker.CoreTracker.trackModelsImpl(CoreTracker.java:1413) at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:2020) at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:885) at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:366) at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45) at org.quartz.core.JobRunShell.run(JobRunShell.java:216) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
This error is coming from solr? Check to see if this model alf_data/solr4/model. If this is Dev environment, just stop everything, delete alf_data/solr4/model and restart. It should rebuild model directory with current model
Thank you mwallach for your quick response , Yes it's coming from the solr. I'm using the alfresco maven SDK and I already deleted directories under alf_data as well as spaceStore and alfrescoModels under solr_home and I still see the error.