IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  com.webmethods.jackrabbit.spi2mws.query.lucene.MultiIndex Error

    Posted 02/27/12 08:41 AM

    Hi list,
    since a few days ago one of our MWS (8.0 SP2) throws the following error:

    (com.webmethods.jackrabbit.spi2mws.query.lucene.MultiIndex:ERROR)  - Unable to commit volatile index
    org.apache.lucene.index.CorruptIndexException: failed to locate current segments_N file
    at org.apache.lucene.index.IndexFileDeleter.<init>(IndexFileDeleter.java:169)
    at org.apache.lucene.index.IndexReader.commit(IndexReader.java:784)
    at org.apache.lucene.index.FilterIndexReader.doCommit(FilterIndexReader.java:190)
    at org.apache.lucene.index.IndexReader.commit(IndexReader.java:825)
    at com.webmethods.jackrabbit.spi2mws.query.lucene.CommittableIndexReader.commitDeleted(CommittableIndexReader.java:68)
    at com.webmethods.jackrabbit.spi2mws.query.lucene.AbstractIndex.commit(AbstractIndex.java:322)
    at com.webmethods.jackrabbit.spi2mws.query.lucene.AbstractIndex.commit(AbstractIndex.java:310)
    at com.webmethods.jackrabbit.spi2mws.query.lucene.MultiIndex.flush(MultiIndex.java:890)
    at com.webmethods.jackrabbit.spi2mws.query.lucene.MultiIndex.checkFlush(MultiIndex.java:1139)
    at com.webmethods.jackrabbit.spi2mws.query.lucene.MultiIndex.access$100(MultiIndex.java:81)
    at com.webmethods.jackrabbit.spi2mws.query.lucene.MultiIndex$1.run(MultiIndex.java:337)
    at java.util.TimerThread.mainLoop(Timer.java:512)
    at java.util.TimerThread.run(Timer.java:462)

    Has anyone faced an similar problem before or knows what causes this problem and how to resolve it?

    Best Regards,
    geko


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 2.  RE: com.webmethods.jackrabbit.spi2mws.query.lucene.MultiIndex Error

    Posted 02/27/12 11:54 AM

    It seems that your search index has become corrupted. You can rebuild the search index from the Search Administration portlet that is stored in the folder at this location: http://yourhostname:port/folder.admin.dashboard.portal_configuration


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 3.  RE: com.webmethods.jackrabbit.spi2mws.query.lucene.MultiIndex Error

    Posted 02/29/12 09:14 AM

    Hi Norman,
    thx for the tip. Rebuilding the search index sovled the issue but I had to delete some of the old cfs files in the \MWS\server\default\data\search_jcr directory manually in order for the rebuild to function proberly.

    Best Regards,
    geko


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine