Config error mystery

2015-09-04 Thread Mark Fenbers
Greetings, I'm moving on from the tutorials and trying to setup an index for my own data (from a database). All I did was add the following to the solrconfig.xml (taken verbatim from the example in Solr documentation, except for the name="config" pathname) and I get an error in the

Re: Config error mystery

2015-09-04 Thread Kevin Lee
Are you using a single instance or cloud? What version of Solr are you using? In your solrconfig.xml is the path to where you copied your library specified in a tag? Do you have a jar file for the Postgres JDBC driver in your lib directory as well? For simple setup in 5.x I copy the jars

Re: Config error mystery

2015-09-04 Thread Shawn Heisey
On 9/4/2015 10:40 AM, Mark Fenbers wrote: > Caused by: java.lang.ClassCastException: class > org.apache.solr.handler.dataimport.DataImportHandler > at java.lang.Class.asSubclass(Class.java:3208) This is the root cause of your inability to create the dataimport handler. This is a different