cancel
Showing results for 
Search instead for 
Did you mean: 

Node index failed and skipped, in 4.2.C

bisana
Champ on-the-rise
Champ on-the-rise
Hi All
After upgrading I am getting message in the log file


2013-05-12 17:10:04,255  WARN  [solr.tracker.CoreTracker] [SolrTrackingPool-alfresco3] Node index failed and skipped for 2667 in Tx 6027
org.alfresco.error.AlfrescoRuntimeException: 04120231 GetNodeMetaData return status is 500


It is about solr, indexing. How could I solve this problems
Or should I leave with it, since it is only warning
3 REPLIES 3

pshanahan4
Champ in-the-making
Champ in-the-making
Hi,

Did you ever resolve this issue?

ememic
Champ in-the-making
Champ in-the-making
Attempting to run a full reindex (on 1,000's of documents and folders) as specified here:
http://docs.alfresco.com/4.1/tasks/solr-reindex.html

Haven't noticed anything in the catalina log until after 1 hour of reindexing. Now I'm seeing 100's of the following warnings;

Oct 17, 2014 4:49:31 PM org.alfresco.solr.tracker.CoreTracker indexNode
WARNING: Node index failed and skipped for 1869 in Tx 75
org.alfresco.error.AlfrescoRuntimeException: 09170678 Unable to parse child association string: workspace://SpacesStore/050d2287-67b5-47e8-b4fe-caee0821869a|workspace://SpacesStore/f9b4e779-089e-4a09-a5f3-e1f06481d8c4|{http://www.alfresco.org/model/system/1.0}children|{http://www.alfresco.org/model/content/1.0}GROUP_s...
   at org.alfresco.service.cmr.repository.ChildAssociationRef.<init>(ChildAssociationRef.java:115)
   at org.alfresco.solr.client.SOLRAPIClient.getNodesMetaData(SOLRAPIClient.java:880)
   at org.alfresco.solr.tracker.CoreTracker.indexNode(CoreTracker.java:2147)
   at org.alfresco.solr.tracker.MultiThreadedCoreTracker$NodeIndexWorkerRunnable.doWork(MultiThreadedCoreTracker.java:802)
   at org.alfresco.solr.tracker.MultiThreadedCoreTracker$AbstractWorkerRunnable.run(MultiThreadedCoreTracker.java:743)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   at java.lang.Thread.run(Thread.java:662)

Does anyone have any idea what needs to be done to resolve this?
I can try to provide more info if needed.

Hi emenic,

Did you upgraded the Alfresco models too for the Solr application?