You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "Veit, Marcus (marcus.veit@uni-graz.at)" <ma...@uni-graz.at> on 2015/06/15 13:56:03 UTC

solr 5.2.0 example dih: dataimport failed

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



AW: solr 5.2.0 example dih: dataimport failed

Posted by "Veit, Marcus (marcus.veit@uni-graz.at)" <ma...@uni-graz.at>.
Thanks works fine with 5.2.1 now.

-----Ursprüngliche Nachricht-----
Von: Shawn Heisey [mailto:apache@elyograg.org] 
Gesendet: Montag, 15. Juni 2015 15:03
An: solr-user@lucene.apache.org
Betreff: Re: solr 5.2.0 example dih: dataimport failed

On 6/15/2015 5:56 AM, Veit, Marcus (marcus.veit@uni-graz.at) wrote:
> 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?

https://issues.apache.org/jira/browse/SOLR-7588

There are no logs, because it's purely an in-browser problem.

Solr 5.2.1, which appears to be available from the download link on the Solr website even though the announcement hasn't been made yet, fixes the problem.

Thanks,
Shawn


Re: solr 5.2.0 example dih: dataimport failed

Posted by Shawn Heisey <ap...@elyograg.org>.
On 6/15/2015 5:56 AM, Veit, Marcus (marcus.veit@uni-graz.at) wrote:
> 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?

https://issues.apache.org/jira/browse/SOLR-7588

There are no logs, because it's purely an in-browser problem.

Solr 5.2.1, which appears to be available from the download link on the
Solr website even though the announcement hasn't been made yet, fixes
the problem.

Thanks,
Shawn