Re: ClassCastException Issue

2010-10-27 Thread Alex Matviychuk
I found it! Ran this on against the webapps folder: find . -name *.jar | sed 's/^.*\/\(.*\)$/\1/' | sort ... lucene-analyzers-2.9.3.jar lucene-core-2.9.1.jar lucene-highlighter-2.9.3.jar lucene-memory-2.9.3.jar lucene-misc-2.9.3.jar lucene-queries-2.9.1.jar lucene-queries-2.9.3.jar lucene-snowbal

Re: ClassCastException Issue

2010-10-27 Thread Alex Matviychuk
On Wed, Oct 27, 2010 at 03:57, Chris Hostetter wrote: > This almost certainly inidcates a classloader issue - i suspect you have > multiple solr related jars in various places, and the FieldType class > instance found when StrField is loaded comes from a different > (incompatible) jar. Thanks for

Re: ClassCastException Issue

2010-10-26 Thread Ken Stanley
On Mon, Oct 25, 2010 at 2:45 AM, Alex Matviychuk wrote: > Getting this when deploying to tomcat: > > [INFO][http-4443-exec-3][solr.schema.IndexSchema] readSchema():394 > Reading Solr Schema > [INFO][http-4443-exec-3][solr.schema.IndexSchema] readSchema():408 > Schema name=tsadmin > [ERROR][http-4

Re: ClassCastException Issue

2010-10-26 Thread Chris Hostetter
: [ERROR][http-4443-exec-3][util.plugin.AbstractPluginLoader] log():139 : java.lang.ClassCastException: org.apache.solr.schema.StrField cannot : be cast to org.apache.solr.schema.FieldType This almost certainly inidcates a classloader issue - i suspect you have multiple solr related jars in vari

ClassCastException Issue

2010-10-24 Thread Alex Matviychuk
Getting this when deploying to tomcat: [INFO][http-4443-exec-3][solr.schema.IndexSchema] readSchema():394 Reading Solr Schema [INFO][http-4443-exec-3][solr.schema.IndexSchema] readSchema():408 Schema name=tsadmin [ERROR][http-4443-exec-3][util.plugin.AbstractPluginLoader] log():139 java.lang.Class