Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D535F2009C5 for ; Mon, 16 May 2016 20:48:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D3D57160A16; Mon, 16 May 2016 18:48:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 264F9160131 for ; Mon, 16 May 2016 20:48:12 +0200 (CEST) Received: (qmail 29121 invoked by uid 500); 16 May 2016 18:48:10 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 29109 invoked by uid 99); 16 May 2016 18:48:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2016 18:48:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id F24A8C0DEA for ; Mon, 16 May 2016 18:48:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id LR_mEIpoVi0l for ; Mon, 16 May 2016 18:48:08 +0000 (UTC) Received: from n18.mail01.mtsvc.net (mailout23.mail01.mtsvc.net [216.70.64.53]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id B97E35FC7B for ; Mon, 16 May 2016 18:48:07 +0000 (UTC) Received: from [186.136.208.70] (port=58394 helo=[192.168.0.101]) by n18.mail01.mtsvc.net with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84_2) (envelope-from ) id 1b2NYl-0003yG-2v for solr-user@lucene.apache.org; Mon, 16 May 2016 14:48:07 -0400 From: Douglas McGilvray Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Debugging NullPointerException in QueryComponent.mergeIds for cross core search Message-Id: <86B6355D-F68D-426F-BD38-E1E55ED7F25A@weemondo.com> Date: Mon, 16 May 2016 15:48:04 -0300 To: solr-user@lucene.apache.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-Authenticated-User: 1004772 dm@weemondo.com X-MT-ID: F8CFE181C086C137DFC2CA9AA9D6EB34DF450277 archived-at: Mon, 16 May 2016 18:48:13 -0000 Hi, I am having trouble performing a search across multiple cores on a = single server running 5.4.0 I have erased, rebuilt & optimized the indexes, and and according to = the schema browser for both cores, every document has a unique key (id). = However I am still getting the same error. I would appreciate any = suggestions as to how I might resolve this. FWIW I do have child = documents in my index, although all of these have a unique id too. Query ran: = http://localhost:8984/solr/som/select?q=3D*%3A*&shards=3Dlocalhost:8984/so= lr/som,localhost:8984/solr/demo&shards.qt=3D/query java.lang.NullPointerException at = org.apache.solr.handler.component.QueryComponent.mergeIds(QueryComponent.j= ava:1037) at = org.apache.solr.handler.component.QueryComponent.handleRegularResponses(Qu= eryComponent.java:757) at = org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComp= onent.java:736) at = org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHa= ndler.java:406) at=20 Full error message: https://justpaste.it/uccw=