Hi folks, I'm trying to use the Debug Now button in the development console to test the effects of some changes in my data import config (see attached).
However, each time I click it, the right-hand frame fails to load -- it just gets replaced with the standard 'connection reset' message from Firefox, as if the server's dropped the HTTP connection. Everything else seems okay -- I can run queries in Solr Admin without any problems, and all the other buttons in the dev console work -- status, document count, reload config etc. There's nothing suspicious in Tomcat's catalina.out either. If I hit Reload Config, then Status, then Debug Now, I get this: 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImportHandler processConfiguration INFO: Processing configuration from solrconfig.xml: {config=dataconfig.xml} 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter loadDataConfig INFO: Data Configuration loaded successfully 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: id is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: title is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: doc_type is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: id is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: title is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: doc_type is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: id is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: title is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: doc_type is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: id is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: title is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: doc_type is a required field in SolrSchema . But not found in DataConfig 17-Aug-2009 13:12:12 org.apache.solr.core.SolrCore execute INFO: [] webapp=/solr path=/select params={clean=false&command=reload-config&commit=true&qt=/dataimport} status=0 QTime=5 17-Aug-2009 13:12:21 org.apache.solr.core.SolrCore execute INFO: [] webapp=/solr path=/select params={clean=false&command=status&commit=true&qt=/dataimport} status=0 QTime=0 (The warnings are because the doc_type field comes out of the JDBC result set automatically by column name -- this isn't a problem.) Also, there's no entry in the Tomcat access log for the debug request either, just the first two: [17/Aug/2009:13:12:12 +0100] HTTP/1.1 cookie:- request:- GET /solr/select 200 ?clean=false&commit=true&qt=%2Fdataimport&command=reload-config GET /solr/select?clean=false&commit=t rue&qt=%2Fdataimport&command=reload-config HTTP/1.1 [17/Aug/2009:13:12:21 +0100] HTTP/1.1 cookie:- request:- GET /solr/select 200 ?clean=false&commit=true&qt=%2Fdataimport&command=status GET /solr/select?clean=false&commit=true&qt= %2Fdataimport&command=status HTTP/1.1 PS... Nightly build, 30th of July. Thanks, Andrew. http://www.nabble.com/file/p25005850/dataconfig.xml dataconfig.xml -- View this message in context: http://www.nabble.com/%27Connection-reset%27-in-DataImportHandler-Development-Console-tp25005850p25005850.html Sent from the Solr - User mailing list archive at Nabble.com.