Hi 

Why is the dataimport working in 5.1 example dih and not in 5.2?

== 5.1.0 ==

downloading solr-5.1.0.tgz

tar xzf solr-5.1.0.tgz
cd solr-5.1.0
./bin/solr -e dih

http://192.168.56.101:8983/solr/#/db/dataimport  ==> Works fine!

./bin/solr stop

== 5.2.0 ==

downloading solr-5.2.0.tgz

tar xzf solr-5.2.0.tgz
cd solr-5.2.0
./bin/solr -e dih

http://192.168.56.101:8983/solr/#/db/dataimport ==> Works NOT!

What's wrong?
Have I done something wrong?
Is it a bug in 5.2 example?

Where in solr is a useful logfile helping with such problems?

Thanks

Marcus


Reply via email to