DIH example that failed in RC2 now loads, but still with three WARN level logs which is not ideal from a fresh install... > WARN - 2017-09-10 20:44:02.927; [ x:mail] org.apache.solr.core.SolrConfig; > Couldn't add files from > /Users/janhoy/Downloads/solr-7.0.0/contrib/dataimporthandler/lib filtered by > .*\.jar to classpath: > /Users/janhoy/Downloads/solr-7.0.0/contrib/dataimporthandler/lib > WARN - 2017-09-10 20:44:03.454; [ x:db] > org.apache.solr.core.SolrResourceLoader; Solr loaded a deprecated > plugin/analysis class [solr.LatLonType]. Please consult documentation how to > replace it accordingly. > WARN - 2017-09-10 20:44:03.454; [ x:mail] > org.apache.solr.core.SolrResourceLoader; Solr loaded a deprecated > plugin/analysis class [solr.LatLonType]. Please consult documentation how to > replace it accordingly.
However, DIH “db” example does not work ootb. But it could have been broken in earlier versions too? > ERROR - 2017-09-10 20:46:29.317; [ x:db] > org.apache.solr.common.SolrException; Exception while processing: item > document : SolrInputDocument(fields: > []):org.apache.solr.handler.dataimport.DataImportHandlerException: Unable to > execute query: select * from item Processing Document # 1 > at > org.apache.solr.handler.dataimport.DataImportHandlerException.wrapAndThrow(DataImportHandlerException.java:69) > … > Caused by: java.sql.SQLException: error in script file line: 2 > /Users/janhoy/Downloads/solr-7.0.0/example/example-DIH/hsqldb/ex system > object cannot be modified in statement [CREATE CACHED TABLE ITEM(ID > CHAR(8),NAME VARCHAR(100),MANU VARCHAR(50),WEIGHT REAL,PRICE REAL,POPULARITY > INTEGER,INCLUDES VARCHAR(200),LAST_MODIFIED TIMESTAMP DEFAULT NOW)] > at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) The “files” example that failed in RC2 now works. This is not a vote, just an observation :) Will run smoke tester later. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 9. sep. 2017 kl. 07.10 skrev Anshum Gupta <ansh...@apple.com>: > > Please vote for the third release candidate for Apache Lucene/Solr 7.0.0. > > Artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.0.0-RC3-rev3ba304b29825a94249c5145b3f5061e87b87d8f8/ > > <https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.0.0-RC3-rev3ba304b29825a94249c5145b3f5061e87b87d8f8/> > > You can run the smoke tester directly from this command: > > python3 -u dev-tools/scripts/smokeTestRelease.py > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.0.0-RC3-rev3ba304b29825a94249c5145b3f5061e87b87d8f8/ > > <https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-7.0.0-RC3-rev3ba304b29825a94249c5145b3f5061e87b87d8f8/> > > > Reminder: You would need to run this from branch_7_0. > > Here's my +1: > > SUCCESS! [0:35:25.819530] > > -Anshum > > >