1 Reply Latest reply on Jul 16, 2004 9:34 AM by ninus2

    problem of IndexWriter AND pb with HtmlBlock permissions

    ninus2

      Hi,
      I installed Nukes and I have a question to submit:

      I made a little login block that's designed to be in the central part above the main area and it worked well for a while, but I don't know what I've changed: it's now always below the main page which looks quite bad.... I tried changing its weight attribute, is that linked? also I now get the error message below everytime I deploy my nukes:

      ----------------
      17:01:45,812 ERROR [index] Cannot open index writer
      java.io.IOException: Lock obtain timed out
      at org.apache.lucene.store.Lock.obtain(Lock.java:97)
      at org.apache.lucene.index.IndexWriter.(IndexWriter.java:173)
      at org.apache.lucene.index.IndexWriter.(IndexWriter.java:160)
      at org.jboss.nukes.core.modules.index.Index.getWriter(Index.java:344)
      at org.jboss.nukes.core.modules.index.Index.access$400(Index.java:38)
      at org.jboss.nukes.core.modules.index.Index$WriterTask.run(Index.java:535)
      at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:88)
      at java.lang.Thread.run(Thread.java:534)

      I tried to look at the source code but it's quite obscure to me... I pay a beer in paris if you help =)