Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 64237 invoked from network); 14 Jun 2010 14:59:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jun 2010 14:59:40 -0000 Received: (qmail 96096 invoked by uid 500); 14 Jun 2010 13:59:40 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 96035 invoked by uid 500); 14 Jun 2010 13:59:39 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 96028 invoked by uid 99); 14 Jun 2010 13:59:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 13:59:39 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 13:59:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5EDxEBQ025784 for ; Mon, 14 Jun 2010 13:59:14 GMT Message-ID: <26996087.78121276523954374.JavaMail.jira@thor> Date: Mon, 14 Jun 2010 09:59:14 -0400 (EDT) From: "Noble Paul (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1769) Solr 1.4 Replication - Repeater throwing NullPointerException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878580#action_12878580 ] Noble Paul commented on SOLR-1769: ---------------------------------- I shall fix this > Solr 1.4 Replication - Repeater throwing NullPointerException > ------------------------------------------------------------- > > Key: SOLR-1769 > URL: https://issues.apache.org/jira/browse/SOLR-1769 > Project: Solr > Issue Type: Bug > Affects Versions: 1.4 > Reporter: Deepak > Assignee: Noble Paul > Priority: Critical > Fix For: 1.4.1 > > Attachments: SOLR-1769, SOLR-1769-nullcheck.patch, solrconfig.xml, solrconfig.xml, solrconfigSolr1.4.xml > > > Hi > I am trying to test Solr 1.4 Java replication. It works fine with this configuration on slave and data is sync from master with out any issue > > > http://IP:PORT/SolrSmartPriceSS/replication > internal > 5000 > 10000 > > > We need to setup repeater on this slave. We have this configuration on slave. With this configuration, it's throwing a null pointer exception. Please see error log > > > commit > schema.xml > > > http://IP:PORT/SolrSmartPriceSS/replication > internal > 5000 > 10000 > > > Error log > INFO: start commit(optimize=false,waitFlush=true,waitSearcher=true,expungeDeletes=false) > Feb 9, 2010 10:27:55 PM org.apache.solr.handler.ReplicationHandler doFetch > SEVERE: SnapPull failed > org.apache.solr.common.SolrException: Index fetch failed : > at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:329) > at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:264) > at org.apache.solr.handler.ReplicationHandler$1.run(ReplicationHandler.java:146) > Caused by: java.lang.NullPointerException > at org.apache.solr.handler.ReplicationHandler$4.postCommit(ReplicationHandler.java:922) > at org.apache.solr.update.UpdateHandler.callPostCommitCallbacks(UpdateHandler.java:78) > at org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:411) > at org.apache.solr.handler.SnapPuller.doCommit(SnapPuller.java:467) > at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:319) > Please let us know how can we resolve this issue > Regards > Deepak > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org