Re: First Indexing a postgres database

2013-08-09 Thread Erick Erickson
bq: Caused by: java.lang.ClassNotFoundException: solr.apache.solr.handler.dataimport.DataImportHandler So, it looks like part of your configuration uses DIH, but you haven't included the DIH jars in the classpath accessible by Solr running under Tomcat, so as you attempt to create the core, things

Re: First Indexing a postgres database

2013-08-09 Thread geoport
Hi, the error is from the client, i get it in the browser. I am creating my core by copying the collection1-example and rename it as postgres_test and at an item in solr.xml. That is my Catalina output: Aug 09, 2013 11:35:50 AM org.apache.solr.core.CachingDirectoryFactory closeCacheValue INFO: l

Re: First Indexing a postgres database

2013-08-08 Thread Erick Erickson
What errors come out in the log (catalina.out) when you try to create cores? What is the full stack trace when you get your error? Is the error from the log or from the client? Details matter. Best Erick On Thu, Aug 8, 2013 at 4:00 AM, geoport wrote: > Hi, > i am using solr the first time and