Severe errors in solr configuration: Error loading class 'solr.TrieDateField'

Posted by James Lawruk on Server Fault See other posts from Server Fault or by James Lawruk
Published on 2010-04-09T14:19:45Z Indexed on 2010/04/09 14:23 UTC
Read the original article Hit count: 1806

Filed under:
|
|
|

Installed Solr on my Windows XP PC. Tomcat seems to be working fine. Cannot get Solr to work. I noticed the TrieDateField is declared in a file called schema.xml in the SolrHome directory. Any thoughts?

The Url http://localhost:8080/solr/ returns:

HTTP Status 500 - Severe errors in solr configuration. Check your log files for more detailed information on what may be wrong. If you want solr to continue after configuration errors, change: false in null ------------------------------------------------------------- org.apache.solr.common.SolrException: Unknown fieldtype 'date' specified on field updated

Here is an excerpt from the catalina log file:

SEVERE: org.apache.solr.common.SolrException: Error loading class 'solr.TrieDateField'
    at org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:273)

Caused by: java.lang.ClassNotFoundException: solr.TrieDateField

© Server Fault or respective owner

Related posts about tomcat

Related posts about solr