View Single Post
  #14 (permalink)  
Old 12-13-2005, 05:12 PM
Daryl Jones Daryl Jones is offline
Member
 
Posts: 13
Default

/opt/zimbra/tomcat/logs/catalina.out doesn't contain any obvious indications of errors, however /opt/zimbra/log/convertd.log does. There are several error messages that refer to the kvfilter library not being found.

Code:
2005-12-13 15:52:27,814 WARN  [Convertd-1] [] VerityEngine - Verity filter error
com.verity.api.filter.FilterException: Error loading shared library kvfilter.
        at com.verity.api.filter.Filter.getStreamDocFormatInfo(Native Method)
        at com.verity.api.filter.Filter.getDocFormatInfo(Unknown Source)
        at com.zimbra.cs.convertd.VerityEngine.extract(VerityEngine.java:233)
        at com.zimbra.cs.convertd.TransformationHandler.doTextExtraction(TransformationHandler.java
:194)
        at com.zimbra.cs.convertd.TransformationHandler.processCommand(TransformationHandler.java:1
02)
        at com.zimbra.cs.tcpserver.ProtocolHandler.processConnection(ProtocolHandler.java:230)
        at com.zimbra.cs.tcpserver.ProtocolHandler.run(ProtocolHandler.java:197)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:595)
There are also some of these messages:

Code:
2005-12-13 16:01:07,428 INFO  [Convertd-1] [] VerityEngine - found unfinished doc whose hash is: hO
,D9aIQ2vDZhPMx4oyk8X3fERA=_2
Reply With Quote