Hi Jordi, It looks like you bluedragon.xml file might be out of sync with razuna i.e. razuna is trying to call tasks that may no longer exist in the bluedragon.xml file. You can try deleting the tasks and re-adding it and see if that fixes it. Manually setting up a cron job will also work as long as the process is being called.
You can schedule the following path to run in crontab which will index all files in all hosts http://localhost:8080/razuna/admin/lucene.cfmYou can try running it manually first to ensure it works.
Razuna 1.7 standalone using MySQL
java version “1.7.0_65”
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
After reseting the tasks, no tasks related to indexing are shown in webapps/razuna/WEB-INF/bluedragon/work/cfschedule/schedule.log
You should run this link in your browser to run the indexing process http://localhost:8080/razuna/admin/lucene.cfm
Substitute localhost with the path to your DAM
When you run it it will return an empty page but it will run the indexing in the backend
After you can run it you can search for something to check if the assets were indexed or not.
Hello, neither of the index or re-index scheduled tasks are running for me, however the script itself at http://localhost:8080/razuna/raz1/dam/index.cfm?fa=c.req_index_update_hosted runs great. I’m on a Windows Server, so I could create a batch file called by a scheduled task, but this gets messy. Is there no way to point the existing scheduled tasks to the script so they work properly? I’ve tried all of the suggestions above, as well as in the linked forum posts above.
In the navigation on top go to “Data &Services” and select “Scheduled
Tasks”
Delete any tasks that contains the name “razscheduleduploadevent”
Go back to Razuna and delete any scheduled tasks under Administration.
Create a new indexing task that runs every 2 minutes.
Check in the backend admin (item 1 and 2) that the task has been created.
Additionally, on your hard disk go to the temp folder (the folder is
located at /razuna/WEB-INF/bluedragon/work/temp) and check that there is no
.lock file inside this directory (this is a HIDDEN file). If there is one
AND your Razuna server is shutdown remove it.