You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Gary Yngve <ga...@gmail.com> on 2010/11/28 01:17:15 UTC

example schema in branch_3x returns SEVERE errors

logs> grep SEVERE solr.err.log
SEVERE: org.apache.solr.common.SolrException: Error loading class
'solr.KeywordMarkerFilterFactory'
SEVERE: org.apache.solr.common.SolrException: Error loading class
'solr.KeywordMarkerFilterFactory'
SEVERE: org.apache.solr.common.SolrException: Error loading class
'solr.KeywordMarkerFilterFactory'
SEVERE: org.apache.solr.common.SolrException: Error loading class
'solr.EnglishMinimalStemFilterFactory'
SEVERE: org.apache.solr.common.SolrException: Error loading class
'solr.PointType'
SEVERE: org.apache.solr.common.SolrException: Error loading class
'solr.LatLonType'
SEVERE: org.apache.solr.common.SolrException: Error loading class
'solr.GeoHashField'
SEVERE: java.lang.RuntimeException: schema fieldtype
text(org.apache.solr.schema.TextField) invalid
arguments:{autoGeneratePhraseQueries=true}
SEVERE: org.apache.solr.common.SolrException: Unknown fieldtype 'location'
specified on field store

It looks like it's loading the correct files...

010-11-27 13:01:28.005:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
2010-11-27 13:01:28.137:INFO::jetty-6.1.22
2010-11-27 13:01:28.204:INFO::Extract
file:/Users/gyngve/git/gems/solr_control/solr_server/webapps/apache-solr-3.1-SNAPSHOT.war
to
/Users/gyngve/git/gems/solr_control/solr_server/work/Jetty_0_0_0_0_8983_apache.solr.3.1.SNAPSHOT.war__apache.solr.3.1.SNAPSHOT__4jaonl/webapp

And on inspection on the war and the solr-core jar inside, I can see the
missing classes, so I am pretty confused.

Has anyone else seen this before or have an idea on how to surmount it?

I'm not quite ready to file a Jira issue on it yet, as I'm hoping it's user
error.

Thanks,
Gary

Re: example schema in branch_3x returns SEVERE errors

Posted by Gary Yngve <ga...@gmail.com>.
Sorry, false alarm.  Had a bad merge and had a stray library linking to an
older version of another library.  Works now.

-Gary


On Sat, Nov 27, 2010 at 4:17 PM, Gary Yngve <ga...@gmail.com> wrote:

> logs> grep SEVERE solr.err.log
> SEVERE: org.apache.solr.common.SolrException: Error loading class
> 'solr.KeywordMarkerFilterFactory'
> SEVERE: org.apache.solr.common.SolrException: Error loading class
> 'solr.KeywordMarkerFilterFactory'
> SEVERE: org.apache.solr.common.SolrException: Error loading class
> 'solr.KeywordMarkerFilterFactory'
> SEVERE: org.apache.solr.common.SolrException: Error loading class
> 'solr.EnglishMinimalStemFilterFactory'
> SEVERE: org.apache.solr.common.SolrException: Error loading class
> 'solr.PointType'
> SEVERE: org.apache.solr.common.SolrException: Error loading class
> 'solr.LatLonType'
> SEVERE: org.apache.solr.common.SolrException: Error loading class
> 'solr.GeoHashField'
> SEVERE: java.lang.RuntimeException: schema fieldtype
> text(org.apache.solr.schema.TextField) invalid
> arguments:{autoGeneratePhraseQueries=true}
> SEVERE: org.apache.solr.common.SolrException: Unknown fieldtype 'location'
> specified on field store
>
> It looks like it's loading the correct files...
>
> 010-11-27 13:01:28.005:INFO::Logging to STDERR via
> org.mortbay.log.StdErrLog
> 2010-11-27 13:01:28.137:INFO::jetty-6.1.22
> 2010-11-27 13:01:28.204:INFO::Extract
> file:/Users/gyngve/git/gems/solr_control/solr_server/webapps/apache-solr-3.1-SNAPSHOT.war
> to
> /Users/gyngve/git/gems/solr_control/solr_server/work/Jetty_0_0_0_0_8983_apache.solr.3.1.SNAPSHOT.war__apache.solr.3.1.SNAPSHOT__4jaonl/webapp
>
> And on inspection on the war and the solr-core jar inside, I can see the
> missing classes, so I am pretty confused.
>
> Has anyone else seen this before or have an idea on how to surmount it?
>
> I'm not quite ready to file a Jira issue on it yet, as I'm hoping it's user
> error.
>
> Thanks,
> Gary
>