Hi,
i'm totally confused ... DIH == DataImportHandler ... it's just an
acronym, you say you aren't using DIH, but you are having a problem
loading DIH, so DIH is used in your configs.
sorry for the confusion. I was just trying to say:
I use the example code from
solr-4.3.0/example/solr
and no
: I only SUSPECT of the MySQL driver being the culprit for the dataimporthandler
: jar is not getting loaded. Not sure!
the dataimporthandler *class* is not getting loaded the
dataimporthandler *jar* is not getting loaded.
: > MySql classes, i would check your lib settings for loading the DIH
:
Hi
one of us is mistaken by what that error means. you say it means that
the MySQL driver isn't being loaded, but nothing in your mail suggests
to me that there is a problem loading hte MySql driver. what i see is
that Solr can't seem to load the DIH class, suggesting that the
dataimporthandle
: in my attempt to migrate for m 3.6.x to 4.3.0 I stumbled upon an issue loading
: the MySQL driver from the [instance]/lib dir:
:
: Caused by: java.lang.ClassNotFoundException:
: org.apache.solr.handler.dataimport.DataImportHandler
one of us is mistaken by what that error means. you say it mea
Hi,
thanx for pointing this out to me.
1152 [coreLoadExecutor-3-thread-1] INFO org.apache.solr.core.SolrConfig
– Adding specified lib dirs to ClassLoader
org.apache.solr.core.SolrResourceLoader – Adding
'file:/home/christian/zfmk/solr/solr-4.3.0/example/lib/mysql-connector-java-5.1.25-bin.j
On 5/23/2013 6:25 AM, Christian Köhler wrote:
> in my attempt to migrate for m 3.6.x to 4.3.0 I stumbled upon an issue
> loading the MySQL driver from the [instance]/lib dir:
>
> Caused by: java.lang.ClassNotFoundException:
> org.apache.solr.handler.dataimport.DataImportHandler
The best thing to
Check the Solr log on startup - it will explicitly state which lib
directories/files will be used. Make sure they agree with where the DIH jars
reside. Keep in mind that the directory structure of Solr changed - use the
lib from 4.3 solrconfig.
Try to use DIH in the standard Solr 4.3 example f