Hi, I am building the Sling (by checking out the latest stable version from
Jenkins) successfully and deploying it in Tomcat. Then I am connecting to
Sling using WebDAV and adding few documents (pdf, word, text file...etc).
But the full text indexing is not happening. I can confirm this using the
Luke. Only metadata is getting indexed. As I see it, the built Sling is
using Jackrabbit 2.4.2 as the embedded repository. So I tried to reproduce
the problem by downloading the standalone Jackrabbit 2.4.2 jar, running it,
connecting to it via WebDAV and adding few documents. Here the full text
indexing is happening perfectly fine (confirmed looking at the indexes using
Luke).
I don't see any exceptions in logs related to indexing, but I see the below
exception after every 5 minutes though not sure if it's causing any issue.
05.06.2013 17:44:23.970 *ERROR* [pool-4-thread-1]
org.apache.sling.commons.scheduler.impl.QuartzScheduler Exception during job
execution of org.apache.sling.event.impl.jobs.JobManagerImpl@574587ff : null
java.lang.NullPointerException
at
org.apache.sling.event.impl.jobs.MaintenanceTask.simpleEmptyFolderCleanup(MaintenanceTask.java:421)
at
org.apache.sling.event.impl.jobs.MaintenanceTask.run(MaintenanceTask.java:340)
at
org.apache.sling.event.impl.jobs.JobManagerImpl.maintain(JobManagerImpl.java:267)
at
org.apache.sling.event.impl.jobs.JobManagerImpl.run(JobManagerImpl.java:363)
at
org.apache.sling.commons.scheduler.impl.QuartzJobExecutor.execute(QuartzJobExecutor.java:56)
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
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)
Am I missing some configuration? Any pointers?
Thanks.
--
View this message in context:
http://apache-sling.73963.n3.nabble.com/Full-text-indexing-is-not-happening-tp4024383.html
Sent from the Sling - Users mailing list archive at Nabble.com.