Skip to main content
March 10, 2011
Question

CF9 and Verity indexing error - Linux 64

  • March 10, 2011
  • 2 replies
  • 953 views

I am running CF 9.0.1 Standard Edition on an openSUSE 11.3 64-bit server, with Apache 2.2.15.

I am trying to create a verity collection on the server.  The service is running as the collection is created without a problem, but when I attempt to create the index, either through the administration interface or with createindex, I receive the following errors in the sysinfo.log file.

msg(1): Error   E0-0720 (I/O Filter): Could not load filter 'flt_kv -recognize -bifmime' which is named in your style.uni file.
Thu Mar 10 09:44:25 2011
msg(1): Warn    E2-0527 (Document Index): Document 8899 (/export/www/htdocs/lter/googlee5473098f17d334b.html): Stream error (-2) - SKIPPING
Thu Mar 10 09:44:25 2011
msg(1): Error   E0-0720 (I/O Filter): Could not load filter 'flt_kv -recognize -bifmime' which is named in your style.uni file.
Thu Mar 10 09:44:25 2011
msg(1): Warn    E2-0527 (Document Index): Document 8900 (/export/www/htdocs/lter/data.cfm): Stream error (-2) - SKIPPING

The log file contains an entry for every document that it attempted to index, and the index remains empty.

Searches of the problem have not been helpful.  I can not seem to find any recent instances of this problem.

    This topic has been closed for replies.

    2 replies

    March 11, 2011

    I have resolved the issue I was having with Verity.  While I thought I had installed the compat-libstdc++ as required, I had only installed the 64-bit version.  Once I installed the 32-bit version, the indexing worked.

    http://help.adobe.com/en_US/ColdFusion/9.0/Installing/WSc3ff6d0ea77859461172e0811cdec18969-7ffd.html

    Participating Frequently
    March 11, 2011

    Hi,

    Look like Verity does not recognise the flt_kv_bifmime in the style.uni file.  Check the style.uni and add the mime type ref.

    Switch on Verity logging and check the apache log files for poss related errors.

    The apache error ../lter/googlee*.html will be related to mime type as well prob same issue as above hence the ../lter/data.cfm is not being processed. 

    As the service is running it would be worth creating a manual test spider script to crawl / index the target files to get a confirmatory error message.  The format is straightforward and examples can be found in and amongst the Verity K2 docs on Adobe Live Docs for CF 9 [ http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fb2.html ]

    If possible consider changing the search to SOLR as Verity K2 is no longer supported and Apache SOLR is the replacement. Again check the CF 9 docs and you can migrate from Verity to SOLR through the CFIDE/administrator.

    Hope this helps.