[opencms-dev] Lucene Search Module

visser arthur (02VOEMDIAHTKAND) arthur.visser at student.groept.be
Thu Apr 21 13:52:49 CEST 2005


I imported the Lucene Search from Matt Butcher, and check everything, but somehow it doens't Index. Can anyone tell me what's wrong based on the logfile output :

[21.04.2005 13:42:10] <opencms_cronscheduler> Starting job for com.opencms.core.CmsCronEntry{42 13 * * * admin Administrators net.grcomputing.opencms.search.lucene.CronIndexManager createIndex=true}
[21.04.2005 13:42:10] <opencms_info> 
=====IndexManager=============================================================
[21.04.2005 13:42:10] <opencms_info> Analyzer: org.apache.lucene.analysis.standard.StandardAnalyzer
[21.04.2005 13:42:10] <opencms_info> Extension map exists to handle plaintext
[21.04.2005 13:42:10] <opencms_info> Extension map exists to handle taggedtext
[21.04.2005 13:42:10] <opencms_info> Page DocumentFactory loaded
[21.04.2005 13:42:10] <opencms_cronscheduler> Error running job for com.opencms.core.CmsCronEntry{42 13 * * * admin Administrators net.grcomputing.opencms.search.lucene.CronIndexManager createIndex=true} Error: java.lang.NullPointerException
	at org.apache.lucene.store.FSDirectory.create(FSDirectory.java:172)
	at org.apache.lucene.store.FSDirectory.<init>(FSDirectory.java:151)
	at org.apache.lucene.store.FSDirectory.getDirectory(FSDirectory.java:132)
	at org.apache.lucene.store.FSDirectory.getDirectory(FSDirectory.java:113)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:151)
	at net.grcomputing.opencms.search.lucene.IndexManager.doIndex(Unknown Source)
	at net.grcomputing.opencms.search.lucene.CronIndexManager.launch(Unknown Source)
	at com.opencms.core.CmsCronScheduleJob.run(CmsCronScheduleJob.java:68)





More information about the opencms-dev mailing list