jpotts/alfresco-developer-series

Issue implementing the javascript version in behavior tutorial

Mr-DeBonis opened this issue · 1 comments

``First of all, thank you for this guide! These tutorials have proven to be a great starting point and I've learned a lot about alfresco, java, maven and a bit of javascript.

Currently, I'm doing the behaviors tutorial. I have no problem with the java part, but when testing the JavaScript method, I get thiserror after running ./run.sh build_start_it_supported.
behavior-tutorial-ass_1 | org.alfresco.error.AlfrescoRuntimeException: 07170097 api/solr/aclchangesets return status:404 behavior-tutorial-ass_1 | at org.alfresco.solr.client.SOLRAPIClient.getAclChangeSets(SOLRAPIClient.java:169) behavior-tutorial-ass_1 | at org.alfresco.solr.tracker.AclTracker.checkRepoAndIndexConsistency(AclTracker.java:338) behavior-tutorial-ass_1 | at org.alfresco.solr.tracker.AclTracker.trackRepository(AclTracker.java:303) behavior-tutorial-ass_1 | at org.alfresco.solr.tracker.AclTracker.doTrack(AclTracker.java:95) behavior-tutorial-ass_1 | at org.alfresco.solr.tracker.AbstractTracker.track(AbstractTracker.java:215) behavior-tutorial-ass_1 | at org.alfresco.solr.tracker.TrackerJob.execute(TrackerJob.java:47) behavior-tutorial-ass_1 | at org.quartz.core.JobRunShell.run(JobRunShell.java:216) behavior-tutorial-ass_1 | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563) behavior-tutorial-ass_1 | 2021-08-17 06:52:10.053 ERROR (org.alfresco.solr.AlfrescoCoreAdminHandler@59d4cd39_Worker-35) [ ] o.a.s.t.AbstractTracker Tracking failed for ModelTracker - alfresco

I hope you can help me out.

Best regards,
Mr De Bonis