Any suggestions pls?

On Wed, Aug 7, 2013 at 5:17 PM, Prasi S <prasi1...@gmail.com> wrote:

> Hi,
> I have setup solr 4.4 with cloud. When i start solr, I get an exception as
> below,
>
> *ERROR [CoreContainer] Unable to create core: mycore_sh1:
> org.apache.solr.common.SolrException: Plugin init failure for [schema.xml]
> fieldType "text_shingle": Plugin init failure for [schema.xml]
> analyzer/filter: Error instantiating class:
> 'org.apache.lucene.analysis.shingle.ShingleFilterFactory'*
>  at
> org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:177)
> [:4.4.0 1504776 - sarowe - 2013-07-19 02:58:35]
> at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:467)
> [:4.4.0 1504776 - sarowe - 2013-07-19 02:58:35]
>  at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:164)
> [:4.4.0 1504776 - sarowe - 2013-07-19 02:58:35]
> at
> org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:55)
> [:4.4.0 1504776 - sarowe - 2013-07-19 02:58:35]
>  at
> org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:69)
> [:4.4.0 1504776 - sarowe - 2013-07-19 02:58:35]
> at org.apache.solr.core.ZkContainer.createFromZk(ZkContainer.java:268)
> [:4.4.0 1504776 - sarowe - 2013-07-19 02:58:35]
>  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:655)
> [:4.4.0 1504776 - sarowe - 2013-07-19 02:58:35]
> at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:364)
> [:4.4.0 1504776 - sarowe - 2013-07-19 02:58:35]
>  at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:356)
> [:4.4.0 1504776 - sarowe - 2013-07-19 02:58:35]
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> [:1.6.0_43]
>  at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_43]
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
> [:1.6.0_43]
>  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> [:1.6.0_43]
> at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_43]
>  at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
> [:1.6.0_43]
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> [:1.6.0_43]
>  at java.lang.Thread.run(Thread.java:662) [:1.6.0_43]
> Caused by: org.apache.solr.common.SolrException: Plugin init failure for
> [schema.xml] analyzer/filter: Error instantiating class:
> 'org.apache.lucene.analysis.shingle.ShingleFilterFactory'
>
>
>
> The same file works well with solr 4.2. Pls help.
>
>
> Thanks,
> Prasi
>

Reply via email to