cancel
Showing results for 
Search instead for 
Did you mean: 

2 errors in solr6 Logs

dsc1086
Confirmed Champ
Confirmed Champ

Hello,

After re-indexing solr6 and installing ACS 7.0.1, the search function in Alfresco works and returns results.

Nevertheless  I have 2 error messages in the solr web console that come up regularly.
Can anybode help with this errors?

The exact log is as follows :

org.alfresco.error.AlfrescoRuntimeException: 08150011 api/solr/aclchangesets return status:404
at org.alfresco.solr.client.SOLRAPIClient.callRepository(SOLRAPIClient.java:1596)
at org.alfresco.solr.client.SOLRAPIClient.getAclChangeSets(SOLRAPIClient.java:185)
at org.alfresco.solr.tracker.AclTracker.checkRepoAndIndexConsistency(AclTracker.java:416)
at org.alfresco.solr.tracker.AclTracker.trackRepository(AclTracker.java:397)
at org.alfresco.solr.tracker.AclTracker.doTrack(AclTracker.java:160)
at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:242)
at org.alfresco.solr.tracker.ActivatableTracker.track(ActivatableTracker.java:97)
at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:60)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
-----------------------------------------------
AbstractTracker
[alfresco / NODE_STATE_PUBLISHER@552974234 / IT #1631698570008] Tracking failure. See the stacktrace below for further details.
org.alfresco.error.AlfrescoRuntimeException: 08150029 GetTransactions return status is 404
at org.alfresco.solr.client.SOLRAPIClient.getTransactions(SOLRAPIClient.java:441)
at org.alfresco.solr.tracker.ShardStatePublisher.doTrack(ShardStatePublisher.java:91)
at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:242)
at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:60)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)

1 ACCEPTED ANSWER

Hello,
I think I found the error cause.
I installed using the zip file and copied the extensions from my ACS 5 installation to upgrade, but the custom transform files are no longer supportet in extension folder. I removed them and now the error message has gone.
I'll have to see how I can implement this with the SDK.

View answer in original post

3 REPLIES 3

abhinavmishra14
World-Class Innovator
World-Class Innovator

How did you install solr and acs? is it docker based deployment or distribution based installation?

Please provide full logs (alfresco.log, solr.log, catalina.out) from startup till you get this error, i may be helpful to figure out the root cause.

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

Hello,
I think I found the error cause.
I installed using the zip file and copied the extensions from my ACS 5 installation to upgrade, but the custom transform files are no longer supportet in extension folder. I removed them and now the error message has gone.
I'll have to see how I can implement this with the SDK.

abhinavmishra14
World-Class Innovator
World-Class Innovator

Glad to hear, closing this thread. Good luck

~Abhinav
(ACSCE, AWS SAA, Azure Admin)