On Mon, Aug 30, 2010 at 10:01 AM, Olivier <wijng...@gmail.com> wrote: > I've deployed Roller 5.0RC1 on Glassfish 3.0.1. I previously ran 5.0, then I > upgraded to 5.0RC1. Unfortunately now the tags no longer work. When I start > glassfish, I find the following error message in roller.log: > > ERROR 2010-08-30 15:40:21,430 IndexManagerImpl:initialize - > java.io.IOException: Bestand of map bestaat niet > ERROR 2010-08-30 15:40:21,906 IndexManagerImpl:createIndex - Error creating > index > java.io.IOException: Cannot create directory: > /home/dave/roller_data/search-index > at > org.apache.lucene.store.SimpleFSLock.obtain(SimpleFSLockFactory.java:118) > at org.apache.lucene.store.Lock.obtain(Lock.java:73) > at org.apache.lucene.index.IndexWriter.init(IndexWriter.java:1538) > at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1095)
Make sure you set this property: search.index.dir= to point to your search index, or where you would like your search index to be. That probably will not fix the tags problem you mentioned. We'll probably need some more information to diagnose that issue. Thanks - Dave