Re: Need Help Resolving Unknown Shape Definition Error

2016-08-12 Thread Jennifer Coston
Coston <jennifer.cos...@raytheon.com> To: solr-user@lucene.apache.org Date: 08/12/2016 09:34 AM Subject:Re: Need Help Resolving Unknown Shape Definition Error Update: I get the same error when I try to use curl instead of the admin console. I'm really stuck on this. Any help

Re: Need Help Resolving Unknown Shape Definition Error

2016-08-12 Thread Jennifer Coston
Update: I get the same error when I try to use curl instead of the admin console. I'm really stuck on this. Any help, tips, suggestions, etc. would be greatly appreciated! Curl Command: curl -X POST -H 'Content-Type: application/json' 'http://localhost:8983/solr/spaceknow/update/json/docs

Need Help Resolving Unknown Shape Definition Error

2016-08-11 Thread Jennifer Coston
\server\solr-webapp \webapp\WEB-INF\lib. However when I try to add a document through the Solr Admin Console I am seeing this response: { "responseHeader": { "status": 400, "QTime": 6 }, "error": { "msg": "Unknown Shape def

RE: Typical Error with live SOLR nodes

2016-08-10 Thread Ritesh Kumar (Avanade)
5:38 To: solr-user <solr-user@lucene.apache.org> Subject: RE: Typical Error with live SOLR nodes Hi All, We have 3 ZK VM's and 3 Solr VM's with SOLR 6 and we have implemented CDCR. (windows) A dedicated drive has been setup for SOLR & ZK separately. The issue we are facing is 2 nod

RE: Typical Error with live SOLR nodes

2016-08-10 Thread Ritesh Kumar (Avanade)
Hi All, We have 3 ZK VM's and 3 Solr VM's with SOLR 6 and we have implemented CDCR. (windows) A dedicated drive has been setup for SOLR & ZK separately. The issue we are facing is 2 nodes are showing together and 1 node separately in the same external zookeeper. Please note that restarting ZK

Typical Error with live SOLR nodes

2016-08-10 Thread Ritesh Kumar (Avanade)
Hi All, We have 3 ZK VM's and 3 Solr VM's with SOLR 6 and we have implemented CDCR. (windows) A dedicated drive has been setup for SOLR & ZK separately. The issue we are facing is 2 nodes are showing together and 1 node separately in the same external zookeeper. Please note that restarting ZK

Re: NoNode error on -downconfig when node does exist?

2016-08-08 Thread John Bickerstaff
en you meant an underscore (_)? > >> > >> When you do the ls you use /solr6_1/configs, but you have /solr6.1 in > your > >> zk connection string chroot. > >> > >> Kevin Risden > >> > >> On Mon, Aug 8, 2016 at 4:44 PM, John Bickerstaf

Re: NoNode error on -downconfig when node does exist?

2016-08-08 Thread Erick Erickson
ou meant an underscore (_)? >> >> When you do the ls you use /solr6_1/configs, but you have /solr6.1 in your >> zk connection string chroot. >> >> Kevin Risden >> >> On Mon, Aug 8, 2016 at 4:44 PM, John Bickerstaff <j...@johnbickerstaff.com >

Re: NoNode error on -downconfig when node does exist?

2016-08-08 Thread John Bickerstaff
s you use /solr6_1/configs, but you have /solr6.1 in your > zk connection string chroot. > > Kevin Risden > > On Mon, Aug 8, 2016 at 4:44 PM, John Bickerstaff <j...@johnbickerstaff.com > > > wrote: > > > First, the caveat: I understand this is technically a zookeep

Re: NoNode error on -downconfig when node does exist?

2016-08-08 Thread Kevin Risden
t;j...@johnbickerstaff.com> wrote: > First, the caveat: I understand this is technically a zookeeper error. It > is an error that occurs when trying to deal with Solr however, so I'm > hoping someone on the list may have some insight. Also, I'm getting the > error via the zkcli.sh tool th

NoNode error on -downconfig when node does exist?

2016-08-08 Thread John Bickerstaff
First, the caveat: I understand this is technically a zookeeper error. It is an error that occurs when trying to deal with Solr however, so I'm hoping someone on the list may have some insight. Also, I'm getting the error via the zkcli.sh tool that comes with Solr... I have created

Re: solr error

2016-08-02 Thread GW
t 11:10 AM, Midas A <test.mi...@gmail.com> wrote: >> >> > curl: (52) Empty reply from server >> > what could be the case .and what should i do to minimize. >> > >> > >> > >> > >> > On Tue, Aug 2, 2016 at 10:38 AM, W

Re: solr error

2016-08-02 Thread GW
On Tue, Aug 2, 2016 at 10:38 AM, Walter Underwood <wun...@wunderwood.org > > > > wrote: > > > >> I recommend you look at the PHP documentation to find out what “HTTP > >> Error 52” means. > >> > >> You can start by searching the web for this: p

Re: solr error

2016-08-01 Thread Midas A
to minimize. > > > > > On Tue, Aug 2, 2016 at 10:38 AM, Walter Underwood <wun...@wunderwood.org> > wrote: > >> I recommend you look at the PHP documentation to find out what “HTTP >> Error 52” means. >> >> You can start by searching the web for

Re: solr error

2016-08-01 Thread Midas A
curl: (52) Empty reply from server what could be the case .and what should i do to minimize. On Tue, Aug 2, 2016 at 10:38 AM, Walter Underwood <wun...@wunderwood.org> wrote: > I recommend you look at the PHP documentation to find out what “HTTP Error > 52” means. >

Re: solr error

2016-08-01 Thread DVT
Abhishek, given the vast amount of information you write, I suspect thisis not an HTTP error code (those are three digits, and the ones starting with 200 actually indicate a success), but rather a libcurl error code. Check against this list to find out whether that's an explanation: https

Re: solr error

2016-08-01 Thread Walter Underwood
I recommend you look at the PHP documentation to find out what “HTTP Error 52” means. You can start by searching the web for this: php http error 52 wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Aug 1, 2016, at 10:04 PM, Midas A <t

Re: solr error

2016-08-01 Thread Midas A
please reply . On Tue, Aug 2, 2016 at 10:24 AM, Midas A <test.mi...@gmail.com> wrote: > Hi, > > i am connecting solr with php and getting *HTTP Error 52, and *HTTP Error > 20* error *frequently . > what should i do to minimize these issues . > > Regards, > Abhishek T > >

solr error

2016-08-01 Thread Midas A
Hi, i am connecting solr with php and getting *HTTP Error 52, and *HTTP Error 20* error *frequently . what should i do to minimize these issues . Regards, Abhishek T

Re: Block Join Parent Query Parser range query search error

2016-07-25 Thread Zheng Lin Edwin Yeo
e child record. For > > example, if I search with this query > > q=* +title:join *+{!parent > which="*content_type:parentDocument*"}range_f:[2 > > TO 8] > > > > I will get the following error: > > > > { > > "responseHeader":

Re: error indexing spatial

2016-07-25 Thread David Smiley
al format to solr 5.5.0 but i've got this error > message. > > [image: error1] > > [image: error2] > anybody can help me to solve this pls? > -- Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker LinkedIn: http://linkedin.com/in/davidwsmiley | Book: http://www.solrenterprisesearchserver.com

Re: Block Join Parent Query Parser range query search error

2016-07-25 Thread Mikhail Khludnev
d record. > > However, I am not able to do the range query for the child record. For > example, if I search with this query > q=* +title:join *+{!parent which="*content_type:parentDocument*"}range_f:[2 > TO 8] > > I will get the following error: > > { >

Block Join Parent Query Parser range query search error

2016-07-25 Thread Zheng Lin Edwin Yeo
the range query for the child record. For example, if I search with this query q=* +title:join *+{!parent which="*content_type:parentDocument*"}range_f:[2 TO 8] I will get the following error: { "responseHeader":{ "zkConnected":true, "status":400,

CoreContainer is either not initialized or shutting down error

2016-07-21 Thread shacky
Hi. I am installing a new SolrCloud cluster with Solr 6.1.0 on Debian 8 Jessie. I am using Zookeeper from official Debian repository (Zookeeperd 3.4.5+dfsg-2). I configured and bootstrapped the new cluster, but I'm still getting the "org.apache.solr.common.SolrException: Error proce

error indexing spatial

2016-07-20 Thread tkg_cangkul
hi i try to indexing spatial format to solr 5.5.0 but i've got this error message. error1 error2 anybody can help me to solve this pls?

RE: [Non-DoD Source] Re: SimplePostTool error (UNCLASSIFIED)

2016-07-15 Thread Musshorn, Kris T CTR USARMY RDECOM ARL (US)
rick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, July 15, 2016 12:30 PM To: solr-user <solr-user@lucene.apache.org> Subject: [Non-DoD Source] Re: SimplePostTool error (UNCLASSIFIED) simplePostTool is just that, simple. It's intended to get you started. It is not a full-featured w

Re: SimplePostTool error (UNCLASSIFIED)

2016-07-15 Thread Yonik Seeley
's no guarantee > that it'll handle them gracefully. HTML is not well formed XML though. Hopefully we're not using an XML parser to try and parse HTML? The error message "XML document structures must start and end within the same entity." is true for XML, but not for HTML. -Yonik

Re: SimplePostTool error (UNCLASSIFIED)

2016-07-15 Thread Erick Erickson
something robust I'd investigate Nutch (which integrates with Solr/Lucene) or similar. Best, Erick On Fri, Jul 15, 2016 at 9:01 AM, Musshorn, Kris T CTR USARMY RDECOM ARL (US) <kris.t.musshorn@mail.mil> wrote: > CLASSIFICATION: UNCLASSIFIED > > How do I correct this error when run

SimplePostTool error (UNCLASSIFIED)

2016-07-15 Thread Musshorn, Kris T CTR USARMY RDECOM ARL (US)
CLASSIFICATION: UNCLASSIFIED How do I correct this error when running the simple post tool against a website? The tool successfully indexed for about 30 mins before throwing this error and terminating. [Fatal Error] :642:15: XML document structures must start and end within the same entity

Solr 6.1.0 - Indexing Error

2016-07-14 Thread Joseph Obernberger
Hi all - I'm testing 6.1.0 on a small two shard setup (two physical machines) using HDFS for the index. I was indexing away when one of the shards started throwing this error: org.apache.solr.common.SolrException: Exception writing document id COLLECT2587102526510 to the index; possible analysis

SolrCloud + Basic Auth : Runtime error in periodic deletion of expired docs

2016-07-11 Thread greg . 5179 . pro
Hello, I need to secure solr, no access allowed except for user solr, so I tried to set-up authentication & authorization. Everything seems to work fine, only solr user can read or modify a collection, but every 5 minutes this error appears in the log file of 1 instance. 2016-07-07 1

SolrCloud + Basic Auth : Runtime error in periodic deletion of expired docs

2016-07-11 Thread greg . 5179 . pro
Hello, I need to secure solr, no access allowed except for user solr, so I tried to set-up authentication & authorization. Everything seems to work fine, only solr user can read or modify a collection, but every 5 minutes this error appears in the log file of 1 instance. 2016-07-07 1

Re: solr shutdown error

2016-07-05 Thread Shawn Heisey
On 7/2/2016 2:26 AM, Kent Mu wrote: > I do understand your explaination, but another question accurs, When I > create CloudSolrServer Connection by singleton pattern like this, and > I call shutdown, but it's OK. the solr version is 4.9.0. that's why? If SolrJ 4.9.0 allows you to call shutdown on

Re: Error when highlighting on multiValued fields

2016-07-04 Thread Zheng Lin Edwin Yeo
I found that if I set the termOffsets="false", then I can eliminate the error, and the highlighting will work normally. But what could be the reason that setting the termOffsets will cause the error on the multiValued field with fieldType="string"? Regards, Edwin On

Error when highlighting on multiValued fields

2016-07-03 Thread Zheng Lin Edwin Yeo
Hi, I'm getting this error when I tried to do highlighting search on a multiValued field. "error":{ "metadata":[ "error-class","org.apache.solr.common.SolrException", "root-error-class","org.apache.lucene.se

Re: 500 error querying solrcloud with >1 shard

2016-07-03 Thread Nuhaa All Bakry
We’re using Solr 6. I think it’s because of the Suggester component - it being not supported for distributed search. I had to specify shards=shard1 for the query to work. But even then if the other shard has nothing (I have only 1 document indexed on shard2), it still returns error below. I

Re: solr shutdown error

2016-07-02 Thread Kent Mu
e method of "shutdown" in solrj API, so I > > decided to use "shutdown" to release resources, but I got the error as > > below, It is due to singleton pattern? > > If you call shutdown, that client object can no longer be used. You > will need to make a n

Re: solr shutdown error

2016-07-02 Thread Shawn Heisey
On 7/1/2016 10:59 PM, Kent Mu wrote: > solr version: 4.9.0 I create and get a HttpSolrServer connection by > singleton pattern. I find the method of "shutdown" in solrj API, so I > decided to use "shutdown" to release resources, but I got the error as > below

solr shutdown error

2016-07-01 Thread Kent Mu
hi all, solr version: 4.9.0 I create and get a HttpSolrServer connection by singleton pattern. I find the method of "shutdown" in solrj API, so I decided to use "shutdown" to release resources, but I got the error as below, It is due to singleton pattern? *E

Re: 500 error querying solrcloud with >1 shard

2016-07-01 Thread Erick Erickson
Term Info on >>> a selected field, if I can see the value histogram, that means they're >>> indexed successfully. >>> >>> On collection A, indexing and querying both work. >>> >>> This is what return

solr shutdown error

2016-07-01 Thread 穆 俊峰
hi all, solr version: 4.9.0 I create and get a HttpSolrServer connection by singleton pattern. I find the method of "shutdown" in solrj API, so I decided to use "shutdown" to release resources, but I got the error as below, It is due to singleton pattern? E

Re: Error when searching with special characters

2016-07-01 Thread Zheng Lin Edwin Yeo
;> >>> >>> On 19 June 2016 at 08:07, Ahmet Arslan <iori...@yahoo.com> wrote: >>> >>> >>> >>> If properly escaped ampersand throws parse exception, this could be a >>> bug. >>> >>> >>> >>> On Sa

Re: error rendering solr spatial in geoserver

2016-07-01 Thread David Smiley
ialContextFactory as a result in > organizational > > package moving "com.spatial4j.core" to "org.locationtech.spatial4j". > > > > On Wed, Jun 29, 2016 at 12:44 PM tkg_cangkul <yuza.ras...@gmail.com> > wrote: > > > >> hi erick, thx for your reply

Re: Error when searching with special characters

2016-07-01 Thread Ere Maijala
with the back slash too. But I found that it does not work for defType=lucene. It will work if the defType=dismax or edismax. What could be the reason that it did not work with the default defType=lucene? Regards, Edwin On 18 June 2016 at 01:04, Ahmet Arslan <iori...@yahoo.com.inval

Re: 500 error querying solrcloud with >1 shard

2016-06-30 Thread Nuhaa All Bakry
is what returned when querying on collection B: >> >> { >> "responseHeader":{ >>"zkConnected":true, >>"status":500, >>"QTime":17, >>"params":{

Re: 500 error querying solrcloud with >1 shard

2016-06-30 Thread Erick Erickson
> "zkConnected":true, > "status":500, > "QTime":17, > "params":{ > "q":"*:*", > "indent":"on", > "wt":"

Re: Error when searching with special characters

2016-06-30 Thread Zheng Lin Edwin Yeo
it does not work for defType=lucene. > It will work if the defType=dismax or edismax. > > What could be the reason that it did not work with the default > defType=lucene? > > Regards, > Edwin > > > > On 18 June 2016 at 01:04, Ahmet Arslan <iori...@yahoo.com.invalid>

500 error querying solrcloud with >1 shard

2016-06-30 Thread nuhaa
ot;:500, "QTime":17, "params":{ "q":"*:*", "indent":"on", "wt":"json", "_":"1467275265841"}}, "error":{

Re: error rendering solr spatial in geoserver

2016-06-30 Thread Youzha
2016 at 12:44 PM tkg_cangkul <yuza.ras...@gmail.com> >> wrote: >> >> hi erick, thx for your reply. >>> >>> i've solve this problem. >>> i got this error when i use solr 6.0.0 >>> so i try to downgrade my solr to version 5.5.0 and it's su

Re: error rendering solr spatial in geoserver

2016-06-30 Thread Youzha
com> > wrote: > > > hi erick, thx for your reply. > > > > i've solve this problem. > > i got this error when i use solr 6.0.0 > > so i try to downgrade my solr to version 5.5.0 and it's successfull > > > > > > On 29/06/16 22:39, Erick Erickson wrot

Re: error rendering solr spatial in geoserver

2016-06-30 Thread Ere Maijala
rg.locationtech.spatial4j". On Wed, Jun 29, 2016 at 12:44 PM tkg_cangkul <yuza.ras...@gmail.com> wrote: hi erick, thx for your reply. i've solve this problem. i got this error when i use solr 6.0.0 so i try to downgrade my solr to version 5.5.0 and it's successfull On

Re: error rendering solr spatial in geoserver

2016-06-29 Thread David Smiley
gt; wrote: > hi erick, thx for your reply. > > i've solve this problem. > i got this error when i use solr 6.0.0 > so i try to downgrade my solr to version 5.5.0 and it's successfull > > > On 29/06/16 22:39, Erick Erickson wrote: > > There is not nearly enough information

Re: error rendering solr spatial in geoserver

2016-06-29 Thread Erick Erickson
, 2016 at 2:31 AM, tkg_cangkul <yuza.ras...@gmail.com> wrote: > hi, i try to load data spatial from solr with geoserver. > when i try to show the layer preview i've got this error message. > > [image: error] > > > anybody can help me pls? >

BasicAuth and blockUnknown cause "Exception trying to get public key from..." error

2016-06-20 Thread Aleš Gregor
Hi all, I am facing issue with BasicAuth and blockUnknown. The blockUnknown in Solr authentication settings also blocks internal solr nodes communication and it is failing on fetching public keys of node in a cluster. I am getting following errors in the log: 2016-06-20 08:43:53.968 ERROR

Re: Error when searching with special characters

2016-06-18 Thread Ahmet Arslan
scape special characters. > > Ahmet > > On Friday, June 17, 2016 10:08 AM, Zheng Lin Edwin Yeo < > edwinye...@gmail.com> wrote: > > > > Hi, > > I encountered this error when I tried to search with special characters, > like "&" and "#". &

Re: Error when searching with special characters

2016-06-18 Thread Zheng Lin Edwin Yeo
ori...@yahoo.com.invalid> wrote: > Hi, > > May be URL encoding issue? > By the way, I would use back slash to escape special characters. > > Ahmet > > On Friday, June 17, 2016 10:08 AM, Zheng Lin Edwin Yeo < > edwinye...@gmail.com> wrote: > > > > Hi,

Re: Error when searching with special characters

2016-06-17 Thread Ahmet Arslan
Hi, May be URL encoding issue? By the way, I would use back slash to escape special characters. Ahmet On Friday, June 17, 2016 10:08 AM, Zheng Lin Edwin Yeo <edwinye...@gmail.com> wrote: Hi, I encountered this error when I tried to search with special characters

Error when searching with special characters

2016-06-17 Thread Zheng Lin Edwin Yeo
Hi, I encountered this error when I tried to search with special characters, like "&" and "#". { "responseHeader":{ "status":400, "QTime":0}, "error":{ "msg":"org.apache.solr.search.SyntaxError: Canno

'solr start' cause 'unsupported TCP/TPI info selection' error when execute lsof command

2016-06-15 Thread scott.chu
The lsof command on our CentOS 5.4 64bit server is v4.78. It doesn't support `lsof -PniTCP:$SOLR_PORT -sTCP:LISTEN' format in solr script, so when run 'solr start' it show a lot of message, mainly 'unsupported TCP/TPI info selection'. I google and find this link: [SOLR-7998] Solr

Re: Solr - Error when trying to index the date field.

2016-06-14 Thread Erick Erickson
Syedabbasmehdi Rizvi wrote: >> Schema file has a field called timestamp of type date. Still it shows >> that error. > > Did you restart Solr or reload the core/collection after modifying the > schema? > > Are you absolutely sure that you are looking at the active schema fi

Re: Solr - Error when trying to index the date field.

2016-06-14 Thread Shawn Heisey
On 6/14/2016 6:09 AM, Syedabbasmehdi Rizvi wrote: > Schema file has a field called timestamp of type date. Still it shows > that error. Did you restart Solr or reload the core/collection after modifying the schema? Are you absolutely sure that you are looking at the active schema file?

RE: Solr - Error when trying to index the date field.

2016-06-14 Thread Syedabbasmehdi Rizvi
Schema file has a field called timestamp of type date. Still it shows that error. -Original Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Tuesday, June 14, 2016 5:31 PM To: solr-user@lucene.apache.org Subject: Re: Solr - Error when trying to index the date field

Re: Solr - Error when trying to index the date field.

2016-06-14 Thread Erik Hatcher
You apparently don’t have a `timestamp` field defined in your schema. The error message is: unknown field ‘timestamp’ > On Jun 14, 2016, at 5:18 AM, Syedabbasmehdi Rizvi <syedabbasmehd...@hcl.com> > wrote: > > Hi, > > I am trying to index a CSV file th

Solr - Error when trying to index the date field.

2016-06-14 Thread Syedabbasmehdi Rizvi
Hi, I am trying to index a CSV file that contains a date field. I have the date field configured in schema and config.xml But somehow, it shows an error when I try to index this file which says: SimplePostTool version 5.0.0 Posting files to [base] url http://localhost:8983/solr/polycom/update

error creating a core with Solr 5.5.1

2016-06-13 Thread Günter Hipler
Dear list, I changed to Solr 5.5.1 - before I made some extensive tests with 5.5.0 With 5.5.1 I get the exceptions copied at the bottom of this message. When I changed back to version 5.5.0 (on the same host) using the same configurations for this core the creation of the core is possible.

error creating the core with Solr 5.5.1

2016-06-13 Thread Günter Hipler
Dear list, I changed to Solr 5.5.1 - before I made some extensive tests with 5.5.0 With 5.5.1 I get the exceptions copied at the bottom of this message. When I changed back to version 5.5.0 (on the same host) using the same configurations for this core the creation of the core is possible.

Re: Error opening new searcher

2016-05-23 Thread Victor D'agostino
Hi Erick Thanks for your help, it is alright now. Have a good day Victor Message original *Sujet: *Re: Error opening new searcher *De : *Erick Erickson <erickerick...@gmail.com> *Pour : *solr-user <solr-user@lucene.apache.org> *Date : *20/05/2016 17:57 Actuall

Re: Switching zk node cause load conf error

2016-05-20 Thread Daniel Collins
tly. Is > it possible to repair the config data? > > Scott Chu,scott@udngroup.com > 2016/5/21 (週六) > - Original Message - > From: scott.chu > To: solr-user > CC: > Date: 2016/5/21 (週六) 00:44 > Subject: Switching zk node cause load conf error > > > > I

Re: Switching zk node cause load conf error

2016-05-20 Thread Scott Chu
. Is it possible to repair the config data? Scott Chu,scott@udngroup.com 2016/5/21 (週六) - Original Message - From: scott.chu To: solr-user CC: Date: 2016/5/21 (週六) 00:44 Subject: Switching zk node cause load conf error I intially start up 3 zk nodes and upload config 'cugna'. Then I

Switching zk node cause load conf error

2016-05-20 Thread Scott Chu
I intially start up 3 zk nodes and upload config 'cugna'. Then I start 2 Solrcloud nodes, create collection with 2 shards, add a lot of docs ok. Later I find 3 zk nodes occupy too many CPU and memory, so I start a standalone zk node and use Solr's zkcli to upload same config 'cugna'. This time

Re: Error opening new searcher

2016-05-20 Thread Erick Erickson
the console log from INFO to WARN but this kind of log > was not in the solr.log regular log file ! > > Regards > Victor > > Message original > *Sujet: *Re: Error opening new searcher > *De : *Shawn Heisey <apa...@elyograg.org> > *Pour : *s

Re: Error opening new searcher

2016-05-20 Thread Victor D'agostino
Hi Shawn Ok I am going to comit less often then. I have planned to set the console log from INFO to WARN but this kind of log was not in the solr.log regular log file ! Regards Victor Message original *Sujet: *Re: Error opening new searcher *De : *Shawn Heisey <

Re: Error opening new searcher

2016-05-20 Thread Shawn Heisey
rd3 r:core_node3 > x:db_shard3_replica1] o.a.s.u.p.DistributedUpdateProcessor Error > sending update to http://10.69.212.22:8983/solr > org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: > Error from server at http://10.69.212.22:8983/solr/db_shard3_replica1: > Error openi

Error opening new searcher

2016-05-20 Thread Victor D'agostino
Hi guys What doest this "try again later" log means in solr--console.log : 193899678 WARN (qtp1393423910-18329) [c:db s:shard3 r:core_node3 x:db_shard3_replica1] o.a.s.u.p.DistributedUpdateProcessor Error sending update to http://10.69.212.22

Re: Why error #400 bad request somtimes where I add doc to Solrcloud collection? [scottchu]

2016-05-20 Thread scott.chu
@udngroup.com 2016/5/20 (週五) - Original Message - From: scott(自己) To: solr-user CC: Date: 2016/5/18 (週三) 13:37 Subject: Why error #400 bad request somtimes where I add doc to Solrcloud collection? [scottchu] I add doc by running post.jar with xml files but sometimes get error

Re: Updating error while add doc to Solrcloud

2016-05-18 Thread Shawn Heisey
On 5/17/2016 12:29 AM, scott.chu wrote: > I build Solrcloud with 2 nodes, 1 shard, 2 replica. I add doc in xml format > using post.jar up to 2.85M+ no. of docs and 10gb index size. When I add more > docs. the solr.log shows: > > -- > 2016-05-17

Why error #400 bad request somtimes where I add doc to Solrcloud collection? [scottchu]

2016-05-17 Thread scott.chu
I add doc by running post.jar with xml files but sometimes get error #400(Bad Request). At first, I doubt the xml files has problem but after I stop nodes and restart them. I add same doc again and it's successful. According post.jar output below, though NMLBOym_a_UN2004_07_20160511_1018.xml

Re: Updating error while add doc to Solrcloud

2016-05-17 Thread Erick Erickson
ta' folder to 'xdata')and > restart Solrcloud. I add previous possible-error xml doc, it succeeds. So I'm > sure doc data has no problem. Is it because the index file size is too large? > If the zk nodes fails during adding doc, could it cause this updating error > sinc

Re: Updating error while add doc to Solrcloud

2016-05-17 Thread scott.chu
I clear the cugna collection data (by renaming 'data' folder to 'xdata')and restart Solrcloud. I add previous possible-error xml doc, it succeeds. So I'm sure doc data has no problem. Is it because the index file size is too large? If the zk nodes fails during adding doc, could it cause

Updating error while add doc to Solrcloud

2016-05-17 Thread scott.chu
file NMLBOym_a_UN2000_10_20160511_1014.xml to [base] SimplePostTool: WARNING: Solr returned an error #400 (Bad Request) for url: http://localhost:8983/solr/cugna/update SimplePostTool: WARNING: Response: 4003 Exception writing document id un_555917 to the index; possible ana

Re: Error

2016-05-13 Thread Erick Erickson
ove queries registered at newSearcher event if you have >> defined some. >> >> Ahmet >> >> >> >> On Wednesday, May 11, 2016 2:51 PM, Midas A <test.mi...@gmail.com> wrote: >> Hi i am getting following error >> >> org.apache.solr.common.SolrException: Error opening new searcher. >> exceeded limit of maxWarmingSearchers=2, try again later. >> >> >> >> what should i do to remove it . >>

mmseg4j cause error in Solr 6.0.0

2016-05-13 Thread scott.chu
Previously I make an configset with mmseg4j tokenizer and create a core on Solr 5.4.1 under Win7. It's successfully. Today I repeat same steps under Solr 6.0.0. When I crate collection, it return the error message: * ERROR: Failed to create collection

Re: Cross Data Center Replication - ERROR

2016-05-12 Thread Renaud Delbru
Delbru On 11/05/16 20:46, Abdel Belkasri wrote: Hi there, I am trying to configure Cross Data Center Replication using solr 6.0. I am having issue creating collections or reloading old collections with the new solrconfig.xml on both the target and source side. I keep getting error

Re: Error

2016-05-11 Thread Midas A
<test.mi...@gmail.com> wrote: > Hi i am getting following error > > org.apache.solr.common.SolrException: Error opening new searcher. > exceeded limit of maxWarmingSearchers=2, try again later. > > > > what should i do to remove it . >

Cross Data Center Replication - ERROR

2016-05-11 Thread Abdel Belkasri
Hi there, I am trying to configure Cross Data Center Replication using solr 6.0. I am having issue creating collections or reloading old collections with the new solrconfig.xml on both the target and source side. I keep getting error

Re: Error

2016-05-11 Thread Ahmet Arslan
, Midas A <test.mi...@gmail.com> wrote: Hi i am getting following error org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again later. what should i do to remove it .

Error

2016-05-11 Thread Midas A
Hi i am getting following error org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=2, try again later. what should i do to remove it .

Re: building solr with an error UNRESOLVED DEPENDENCIES

2016-05-09 Thread Erick Erickson
ot of jars. You're working on a Windows box, so I'm not quite sure where the Ivy cache will be located, but you get the idea... Best, Erick On Mon, May 9, 2016 at 6:43 PM, 黄炜文jwos <1055069...@qq.com> wrote: > when i try to compile solr 5.4.0 with src, i met an error: > >

building solr with an error UNRESOLVED DEPENDENCIES

2016-05-09 Thread ??????jwos
when i try to compile solr 5.4.0 with src, i met an error: [ivy:retrieve] report for org.apache.solr#core;working@zozt-PC test.MiniKdc produced in F:\solr-5.4.0-src (1)\solr-5.4.0\lucene\build\ivy-resolution-cache\org.apache.solr-core-test.MiniKdc.xml [ivy:retrieve] resolve done (1982ms

Error on creating new collection with existing configs

2016-05-09 Thread Jay Potharaju
Hi, I created a new config and uploaded it to zk with the name test_conf. And then created a collection which uses this config. CREATE COLLECTION: /solr/admin/collections?action=CREATE=test2=1=2=test_conf When indexing the data using DIH I get an error. org.apache.zookeeper.KeeperException

issue of the popped message "ERROR: Solr at http://xxxx:8983/solr did not come online within 30 seconds!" in Solr with basic authentication

2016-05-09 Thread tjlp
Hi, I am using Solr 5.5.0. I config the basic authentication to Solr following by http://muddyazian.blogspot.com/2013/11/how-to-require-password-authentication.html. Then when I start solr, the message "ERROR: Solr at http://:8983/solr did not come online within 30 seconds!"

Re: 11:12:25 ERROR SolrCore org.apache.solr.common.SolrException: undefined field 1948

2016-05-05 Thread Garfinkel, David
Thanks Shawn! On Thu, May 5, 2016 at 12:14 PM, Shawn Heisey wrote: > On 5/5/2016 9:52 AM, Garfinkel, David wrote: > > I'm new to administering Solr, but it is part of my DAM and I'd like to > > have a better understanding. If I understand correctly I have a field in > my >

Re: 11:12:25 ERROR SolrCore org.apache.solr.common.SolrException: undefined field 1948

2016-05-05 Thread Shawn Heisey
On 5/5/2016 9:52 AM, Garfinkel, David wrote: > I'm new to administering Solr, but it is part of my DAM and I'd like to > have a better understanding. If I understand correctly I have a field in my > schema with uuid 1948 that is causing an issue right? The data being indexed contains a field

11:12:25 ERROR SolrCore org.apache.solr.common.SolrException: undefined field 1948

2016-05-05 Thread Garfinkel, David
I'm new to administering Solr, but it is part of my DAM and I'd like to have a better understanding. If I understand correctly I have a field in my schema with uuid 1948 that is causing an issue right? -- David Garfinkel Digital Asset Management/Helpdesk/Systems Support The Museum of Modern Art

Re: Error - Too many close [count:-1]

2016-04-30 Thread Reth RM
Could you please some more background to this issue. Was it reported while indexing or querying? What is the version of solr? On Sat, Apr 30, 2016 at 12:04 AM, Vipul Gupta <vipul@gmail.com> wrote: > Solr team - Any pointers on fixing this issue ? > > [10:29:08] E

Error - Too many close [count:-1]

2016-04-29 Thread Vipul Gupta
Solr team - Any pointers on fixing this issue ? [10:29:08] ERROR 0-thread-7 o.a.s.c.SolrCore <> Too many close [count:-1] on org.apache.solr.core.SolrCore@3d6f8ad3. Please report this exception to solr-user@lucene.apache.org

solrcloud no active slice servicing hash code error

2016-04-21 Thread 李宏伟
hello,what should i do with the question? http://stackoverflow.com/questions/33073960/solr-no-active-slice-servicing-hash-code thanks。 _ 李宏伟 | 考拉FM技术部 手机:15801483916 QQ: 153563985 邮箱:l...@kaolafm.com

Error starting Solr-6.0.0 in HDFS mode (in Windows 7)

2016-04-15 Thread Rohana Rajapakse
553908 This email contains proprietary information, some or all of which may be legally privileged. It is for the intended recipient only. If an addressing or transmission error has misdirected this email, please notify the author by replying to this email. If you are not the intended recipient you may n

DIH error - Bad Request

2016-04-14 Thread Brian Narsi
out the following: DistributedUpdateProcessor Error sending update to http://ip/solr org.apache.solr.common.SolrException: Bad Request StreamingSolrClients error org.apache.solr.common.SolrException: Bad Request request: http://ip:7574/solr/collection_shard2_replica1/update?update.distrib=TOLEADER

Re: Solr 6 - AbstractSolrTestCase Error Unable to build KeyStore from file: null

2016-04-12 Thread Joe Lawson
om> > : Reply-To: solr-user@lucene.apache.org > : To: solr-user@lucene.apache.org > : Subject: Re: Solr 6 - AbstractSolrTestCase Error Unable to build > KeyStore from > : file: null > : > : Thanks for the insight. I figured that it was something like that and > : perhaps I

<    5   6   7   8   9   10   11   12   13   14   >