Skip to Content
0
Aug 30, 2017 at 08:14 PM

Unable to provide the permission to run the solr full index to the content manager groups?

447 Views

Added the below permissions to the content manager group,

 $START_USERRIGHTS;;;;;;;;;
 Type;UID;MemberOfGroups;Password;Target;read;change;create;remove;change_perm
 UserGroup;kabiContentManagerGroup;;;;;;;;
 ;;;;SolrIndexerHotUpdateWizard;+;+;+;+;
 ;;;;SolrIndexerOperationWizard;+;+;+;+;
 ;;;;SolrExtIndexerCronJob;+;+;+;+;
 ;;;;SolrIndexerQuery;+;+;+;+;

While running the solr full index receiving the below mentioned error.

Indexing failed.

 30.08.2017 16:27:57: FATAL: Caught throwable Cannot find user with uid 'anonymous' de.hybris.platform.servicelayer.exceptions.UnknownIdentifierException: Cannot find user with uid 'anonymous' at de.hybris.platform.servicelayer.user.impl.DefaultUserService.getUserForUID(DefaultUserService.java:85) at de.hybris.platform.solrfacetsearch.indexer.strategies.impl.DefaultIndexerStrategy.execute(DefaultIndexerStrategy.java:315) at de.hybris.platform.solrfacetsearch.indexer.impl.DefaultIndexerService.performFullIndex(DefaultIndexerService.java:70) at de.hybris.platform.solrfacetsearch.indexer.cron.SolrIndexerJob.performIndexingJob(SolrIndexerJob.java:71) at de.hybris.platform.solrfacetsearch.indexer.cron.AbstractIndexerJob.perform(AbstractIndexerJob.java:41) at de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob.performCronJob(ServicelayerJob.java:38) at de.hybris.platform.cronjob.jalo.Job.execute(Job.java:1274) at de.hybris.platform.cronjob.jalo.Job.performImpl(Job.java:794) ...