Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
3.0.1
-
None
-
Tomcat, standard installation from War Files
Description
I Tried to configure a Magnolia Setup with the delivered "no-Search" config file for Derby:
After bootstrapping using this config file, the workflow engine seems to fail with this stacktrace (message apprears two minutes after bootstrapping):
ERROR info.magnolia.module.workflow.jcr.JCRExpressionStore 01.03.2007 16:58:08 – contentIterator() failed to set up an iterator
java.lang.NullPointerException
at info.magnolia.module.workflow.jcr.JCRExpressionStore$StoreIterator.<init>(JCRExpressionStore.java:395)
at info.magnolia.module.workflow.jcr.JCRExpressionStore.contentIterator(JCRExpressionStore.java:167)
at openwfe.org.engine.impl.expool.SimpleExpressionPool.contentIterator(SimpleExpressionPool.java:989)
at openwfe.org.engine.impl.expool.SimpleExpressionPool.purge(SimpleExpressionPool.java:1009)
at openwfe.org.engine.impl.expool.SimpleExpressionPool$1.run(SimpleExpressionPool.java:192)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
Using a configuration that configures a lucene index file no such error occurs:
This breaks the Activation workflow as well, so it s not possible to activate.
For us it is necessary to disable the index, because of a nasty bug when the index tries to parse corrput PDF files.