Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: RE: [smila-user] SMILA M1 remote connection via jconsole

Hi Marc

still don't have a idea about your jconsole problem, but this...

> root cause 
> org.eclipse.smila.search.index.IndexException: index does not exist in data dictionary [test_index]

... happens as long as no index has yet been created by a crawler or agent being run.
After you start a crawler or agent (and wait a moment) you can just reload the search page
and it should work. Yes, we should probably add a check for this to produce a better message.

Or you have changed the configuration such that an index with another name is created.
In this case you should also change the default index name in 
configuration\org.eclipse.smila.processing.bpel\pipelines\searchpipeline.bpel
in this element:

<extensionActivity name="invokeLuceneSearchService">
  ...
  <rec:An n="org.eclipse.smila.lucene.LuceneSearchService">
    <rec:V n="indexName">test_index</rec:V>
  </rec:An>

Cheers,
Juergen.


Back to the top