Re: Solr error: org.apache.solr.common.SolrException: Exception writing document id files_21122 to the index; possible analysis error.

2017-05-31 Thread Lars Müller
I think the issue is the person between keyboard and Chair. Is delete Solr and the setup and running it again with this tutorial. Now it works. https://github.com/nextcloud/nextant/wiki/Setup-your-local-Solr-as-a-Service Am 31. Mai 2017 11:37:02 vorm. schrieb Rick Leir : Lars, More info is

Re: Solr error: org.apache.solr.common.SolrException: Exception writing document id files_21122 to the index; possible analysis error.

2017-05-31 Thread Rick Leir
Lars, More info is needed! Were you able to index _any_ documents before this happened? Are you POSTing via curl or something else? What is your config? Did you change your config just before his? Is the error repeatable? Any idea why the IndexWriter would be closed? "Caused by: org.apa

Solr error: org.apache.solr.common.SolrException: Exception writing document id files_21122 to the index; possible analysis error.

2017-05-31 Thread Lars Müller
Hello, I installed Solr 6.5.1 on Ubuntu. Using it with Nextcloud 12. I get this error Message: ERROR true RequestHandlerBase org.apache.solr.common.SolrException: Exception writing document id files_21122 to the index; possible analysis error. org.apache.

Re: solr error

2016-08-02 Thread GW
K, After installing the latest PECL for Solr in PHP I found that it fails with Solr 6.1.0. This is Debian 8. Anyway, I just ended up writing a function using curl to post JSON to Solr. This is working with PHP5.6 & The latest Solrcloud No more Solr client in PHP for me lol. Parallel SQL is a rea

Re: solr error

2016-08-02 Thread GW
best to get a build document together to ensure your server is correct. testing with a simple curl get/post I use PHP and Perl all the time and have to say the overall docs suck because the technology changes fast. The coolest thing about Solrcloud is it changes fast. For instance apt-get php5-so

Re: solr error

2016-08-01 Thread Midas A
Jürgen, we are using Php solrclient and getting above exception . what could be the reason for the same please elaborate. On Tue, Aug 2, 2016 at 11:10 AM, Midas A wrote: > curl: (52) Empty reply from server > what could be the case .and what should i do to minimize. > > > > > On Tue, Aug 2, 20

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 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: php

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://curl

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 wrote: > > plea

Re: solr error

2016-08-01 Thread Midas A
please reply . On Tue, Aug 2, 2016 at 10:24 AM, Midas A 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: Solr - Error when trying to index the date field.

2016-06-14 Thread Erick Erickson
BTW, the easiest way to check what schema file you are _actually_ using is through the admin UI. Select a core, go to files>>and click on the schema file in question Best, Erick On Tue, Jun 14, 2016 at 5:53 AM, Shawn Heisey wrote: > On 6/14/2016 6:09 AM, Syedabbasmehdi Rizvi wrote: >> Schema

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? Users ar

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 > wrote: > > Hi, > > I am trying to index a CSV file that contains a date field. I have the date > field co

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 us

Re: solr error

2016-01-21 Thread Midas A
Hi, Please find attached detail logs, Please help me to figure it out. On Fri, Jan 15, 2016 at 2:50 AM, Shawn Heisey wrote: > On 1/14/2016 12:08 AM, Midas A wrote: > > we are continuously getting the error > > "null:org.eclipse.jetty.io.EofException" > > on slave . > > > > what could be the re

Re: solr error

2016-01-14 Thread Shawn Heisey
On 1/14/2016 12:08 AM, Midas A wrote: > we are continuously getting the error > "null:org.eclipse.jetty.io.EofException" > on slave . > > what could be the reason ? This error is caused by clients that disconnect the HTTP/TCP connection before Solr has responded to a request. Jetty logs this erro

Re: solr error

2016-01-13 Thread Binoy Dalal
OK. Post the entire stack trace. That way we can get an idea of what is actually throwing this exception. On Thu, 14 Jan 2016, 12:49 Midas A wrote: > when we are using solr only > > On Thu, Jan 14, 2016 at 12:41 PM, Binoy Dalal > wrote: > > > Can you post the entire stack trace? > > > > Do you

Re: solr error

2016-01-13 Thread Midas A
when we are using solr only On Thu, Jan 14, 2016 at 12:41 PM, Binoy Dalal wrote: > Can you post the entire stack trace? > > Do you get this error at startup or while you're using solr? > > On Thu, 14 Jan 2016, 12:38 Midas A wrote: > > > we are continuously getting the error > > "null:org.eclips

Re: solr error

2016-01-13 Thread Binoy Dalal
Can you post the entire stack trace? Do you get this error at startup or while you're using solr? On Thu, 14 Jan 2016, 12:38 Midas A wrote: > we are continuously getting the error > "null:org.eclipse.jetty.io.EofException" > on slave . > > what could be the reason ? > -- Regards, Binoy Dalal

solr error

2016-01-13 Thread Midas A
we are continuously getting the error "null:org.eclipse.jetty.io.EofException" on slave . what could be the reason ?

Re: Solr Error Message ShutDown

2015-04-23 Thread Shawn Heisey
On 4/22/2015 8:23 AM, EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS) wrote: > Hi , We are having an issue without PROD environment and its say below > message when we access solr using browser.. > > > HTTP Status 503 - Server is shutting down or failed to initialize > __

Re: Solr Error Message ShutDown

2015-04-22 Thread Erick Erickson
What version of Solr? And do the Solr logs show anything useful? Or catalina.out? Best, Erick On Wed, Apr 22, 2015 at 7:23 AM, EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS) wrote: > Hi , We are having an issue without PROD environment and its say below > message when we access solr using browser.

Solr Error Message ShutDown

2015-04-22 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Hi , We are having an issue without PROD environment and its say below message when we access solr using browser.. HTTP Status 503 - Server is shutting down or failed to initialize type Status report message Server is shutting down or failed to initialize descrip

Re: Dovecot FTS Solr Error [urgent/serious]

2015-02-13 Thread Kevin Laurie
Hi Erik, Below link is my admin_ui output: http://postimg.org/image/4rbubv54x/ Could you confirm if the problem if my system is short of memory? Also my VPS system runs on 2GB ram, should I increase the ram/processor? Thanks Kevin On Sat, Feb 14, 2015 at 2:27 AM, Erick Erickson wrote: > Look a

Re: Dovecot FTS Solr Error [urgent/serious]

2015-02-13 Thread Erick Erickson
Look at the admin UI screen, the overview screen has this in the lower-right corner. To add more memory, you can start it like this: java -Xmx4G -Xms4G -jar start.jar Best, Erick On Fri, Feb 13, 2015 at 10:24 AM, Kevin Laurie wrote: > Hi, > how do i check the heap size for Solr java? > > i am

Re: Dovecot FTS Solr Error [urgent/serious]

2015-02-13 Thread Kevin Laurie
Hi, how do i check the heap size for Solr java? i am not very well versed with java, only using it for my mail server so appreciate if you could help thanks Kevin On Saturday, February 14, 2015, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > According to the logs, the Solr process has

Re: Dovecot FTS Solr Error [urgent/serious]

2015-02-13 Thread Shalin Shekhar Mangar
According to the logs, the Solr process has run out of memory and therefore it won't accept any more writes. What is the heap size for the Solr java process? The u...@domain.net in the logs is a red herring. Those just seem to be part of the document's id. On Fri, Feb 13, 2015 at 11:06 PM, Kevi

Dovecot FTS Solr Error [urgent/serious]

2015-02-13 Thread Kevin Laurie
Hi Guys, Serious help requested with dovecot and apache solr. Appreciate if someone could see the solr log outputs and tell me whats going wrong. Problem: Dovecot adm keeps reporting error as shown below:- root@mail:/var/log# doveadm index -u u...@domain.net inbox doveadm(t...@sicl.net): Error:

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-11 Thread david.w.smi...@gmail.com
wrote: > > Thank you. That was the issue. > Is am running solr with Jetty. Is there are recommended way for including > those jars in the jetty configuration? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPr

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-11 Thread mathaix
Thank you. That was the issue. Is am running solr with Jetty. Is there are recommended way for including those jars in the jetty configuration? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPrefixTree-polygon-filter-search-tp4173629p4173807.html

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread Guido Medina
/spatial4j/blob/master/src/main/java/com/spatial4j/core/io/WktShapeParser.java -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPrefixTree-polygon-filter-search-tp4173629p4173650.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread david.w.smi...@gmail.com
w this message in context: > http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPrefixTree-polygon-filter-search-tp4173629p4173650.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread mathaix
in context: http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPrefixTree-polygon-filter-search-tp4173629p4173650.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread mathaix
xt.readShapeFromWkt(SpatialContext.java:294) at org.apache.solr.schema.AbstractSpatialFieldType.parseShape(AbstractSpatialFieldType.java:170) ... 46 more Any help on this would be appreciated. thanks, Mathew -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPr

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Tim Dunphy
Hi Alexandre, OK some good progress was made based on this advice. Thanks! I think we're in the home stretch with the data import. Not there yet. But hopefully close. > Two problems: > 1) You have (span) elements in your solrconfig.xml. They just > do not belong there. The original tutorial sc

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Alexandre Rafalovitch
Two problems: 1) You have (span) elements in your solrconfig.xml. They just do not belong there. The original tutorial screwed up. Your element should be on the same level as the other elements in that example. 2) You also seem to have another random piece of data configuration in the solrconfig.x

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Tim Dunphy
Hi Alexandre, Thanks so much for your input and examples! Ok so here's what I've done so far with no luck as of yet unfortunately. Inside of solrconfig.xml I put the following: ** As you can see, I've replaced the relative paths with absolute ones. So as of now, m

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Alexandre Rafalovitch
That tutorial seems to be somewhat dodgy. You need at least one more step of adding DIH library in solrconfig.xml: https://github.com/apache/lucene-solr/blob/lucene_solr_4_10_2/solr/example/example-DIH/solr/db/conf/solrconfig.xml#L75 (I recommend using absolute path though). Also, you should not n

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Tim Dunphy
Hi Alex, > I thought the "" > and the ending span were broken email thing but they seem to be in the > solrconfig.xml file as well. I would start from removing those and > leaving just the actual definition. Thanks for your response! OK so I tried your suggestion of removing those span tags li

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Alexandre Rafalovitch
Well, I thought the "" and the ending span were broken email thing but they seem to be in the solrconfig.xml file as well. I would start from removing those and leaving just the actual definition. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newslette

Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Tim Dunphy
Hey guys, I'm real new at working with Solr. But I need to get up to speed and I appreciate your bearing with me. I've installed solr 4 and am running it under tomcat 7. The install went perfectly fine and everything seems to work, up to a point. I've even automated the installation with puppet

Re: SOLR error on distributed query

2014-06-12 Thread Diego Marchi
Thanks Hoss for your reply... yeah I thought so... and I don't think it's even possible to add the id field to the document missing it, right? Also because some of the fields are not stored and it is my understanding that it is one of the requirements to have the update query work... right? But s

Re: SOLR error on distributed query

2014-06-12 Thread Chris Hostetter
: > set with the latest solr version. (Now we are running version 4.8 - the : > current schema has a uniqueid field set, while it wasn't present in the : > earlier versions. This unique field is unsurprisingly called "id" but not : > all the documents have it.) this is going to be the source of a

SOLR error on distributed query

2014-06-12 Thread Diego Marchi
Il giorno giovedì 12 giugno 2014 11:31:07 UTC-7, Diego Marchi ha scritto: > > > Hi all, > > I have a distributed environment in SOLR with 4 cores. Each core has > approx 100m documents. We are maintaining the database of documents since > version 2 of solr I think, so many documents do not respect

Re: Solr Error msg

2014-02-10 Thread Erick Erickson
Seems like this would be a more appropriate question for ht eYaCy folks. Best, Erick On Sun, Feb 9, 2014 at 7:15 PM, Smoking Wheels wrote: > Hi this is the error running on YaCy 1.67 9868. > I put my computer into standby last night then upgraded Yacy after resume. > > Regards > > Greg Smith >

Solr Error msg

2014-02-09 Thread Smoking Wheels
Hi this is the error running on YaCy 1.67 9868. I put my computer into standby last night then upgraded Yacy after resume. Regards Greg Smith W 2014/02/09 11:25:53 ConcurrentLog null java.lang.NullPointerException at net.yacy.cora.federate.solr.connector.SolrServerConnector.commit(Solr

Re: Apache solr error

2013-05-16 Thread Shawn Heisey
On 5/16/2013 6:30 AM, Nilesh Gaikwad wrote: Number of documents in index: 0 Number of pending deletions: 0 The search index is generated by running cron <#12>. *0%* of the site content has been sent to the server. There are 3587 items left to send. But as I can see, there should be around 4000

Re: SOLR Error: Document is missing mandatory uniqueKey field

2013-05-11 Thread zaheer.java
Thank you for your feedback Shawn. Looking closely into the error made me realize that it was indeed an application error and not related to SolrJ or SOLR. -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Error-Document-is-missing-mandatory-uniqueKey-field

Re: SOLR Error: Document is missing mandatory uniqueKey field

2013-05-09 Thread Shawn Heisey
On 5/9/2013 7:44 PM, zaheer.java wrote: > I repeatedly get this error while adding documents to SOLR using SOLRJ > "Document is missing mandatory uniqueKey field: orderItemKey". This field > is defined as uniqueKey in the Document Schema. I've made sure that I'm > passing this field from Java by l

SOLR Error: Document is missing mandatory uniqueKey field

2013-05-09 Thread zaheer.java
s suggested somwhere, I've tried upgrading from 4.0 to 4.3, and also made the field as "required=false". Please help me debug or get a resolution to this problem. -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Error-Document-is-missing-mandatory-uniqueKey

Re: SOLR Error: Document is missing mandatory uniqueKey field

2013-05-09 Thread zaheer.java
) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:722) -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Error-Document-is-missing-mandatory-uniqueKey-field-tp4062177p4062178.html Sent from the Solr - User mailing lis

'CException' with message 'Solr error: "0" Status: Communication Error'

2012-11-23 Thread John Kim
...@mail.gmail.com%3E Here is my Stack trace: 2012-11-20 11:26:51: All expired documents deleted. 2012-11-20 11:26:52: i: 0 range: 1 2012-11-20 11:26:59: range: 1 - total indexed: 1321 2012-11-20 11:26:59: i: 1 range: 1 exception 'CException' with message 'Solr error: "0&qu

Re: solr error, cannot run PhraseQuery

2012-07-02 Thread Ahmet Arslan
> http://172.17.100.16:/solr/collection1/select?q=name:(4U > OR Cabs)^12.8 > category:(4U OR Cabs)^1.6 subcategory:(4U OR Cabs)^0.4 > description:(4U OR > Cabs)^0.1 > > the above query is throwing the the following error > > field "subcategory" was indexed with > Field.omitTermFreqAndPosition

solr error, cannot run PhraseQuery

2012-07-02 Thread jimmon
Cabs) etc it works. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-error-cannot-run-PhraseQuery-tp3992469.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr error when querying.

2012-05-24 Thread Sami Siren
ception: Could not > compile stylesheet >        at > com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(Unknown > Source) >        at > org.apache.solr.util.xslt.TransformerProvider.getTemplates(TransformerProvider.java:110) >        ... 26 more > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr-error-when-querying-tp3985677.html > Sent from the Solr - User mailing list archive at Nabble.com.

solr error when querying.

2012-05-23 Thread watson
10) ... 26 more -- View this message in context: http://lucene.472066.n3.nabble.com/solr-error-when-querying-tp3985677.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr error after relacing schema.xml

2012-05-01 Thread BillB1951
PROBLEM RESOLVED. Solr 3.6.0 changed where it looks for stopwords_en.txt (now in sub-directory /lang) . Schema.xml generated by Haystack 2.0.0 beta need to be edited. Everthing working now. - BillB1951 -- View this message in context: http://lucene.472066.n3.nabble.com/solr-error-after

Re: solr error after relacing schema.xml

2012-04-26 Thread BillB1951
If so , where? - BillB1951 -- View this message in context: http://lucene.472066.n3.nabble.com/solr-error-after-relacing-schema-xml-tp3940133p3942303.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr error after relacing schema.xml

2012-04-26 Thread Lance Norskog
rJetty#Logging > > On Apr 26, 2012, at 1:33 PM, BillB1951 wrote: > >> It does not appear that any logfiles were created. >> >> >> - >> BillB1951 >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/solr-error-after-r

Re: solr error after relacing schema.xml

2012-04-26 Thread Mark Miller
is message in context: > http://lucene.472066.n3.nabble.com/solr-error-after-relacing-schema-xml-tp3940133p3941997.html > Sent from the Solr - User mailing list archive at Nabble.com. - Mark Miller lucidimagination.com

Re: solr error after relacing schema.xml

2012-04-26 Thread BillB1951
It does not appear that any logfiles were created. - BillB1951 -- View this message in context: http://lucene.472066.n3.nabble.com/solr-error-after-relacing-schema-xml-tp3940133p3941997.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr error after relacing schema.xml

2012-04-26 Thread Mark Miller
er configuration errors, change: > > false > > in solr.xml > > - > org.apache.solr.common.SolrException: No cores were created, please > check the logs for errors > > what am I doing wrong. > > ----- > BillB1951 > -- > View this message in context:

solr error after relacing schema.xml

2012-04-26 Thread BillB1951
ing wrong. - BillB1951 -- View this message in context: http://lucene.472066.n3.nabble.com/solr-error-after-relacing-schema-xml-tp3940133p3940133.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Error

2012-01-09 Thread Rohit
Hi, I am getting the following error when I try executing a query in my solr, am not able to figure our how to fix the issue. SEVERE: java.lang.ArrayIndexOutOfBoundsException: -1 at org.apache.lucene.util.packed.Packed64.get(Packed64.java:186) at org.apach

Re: SOLR error with custom FacetComponent

2011-10-04 Thread Ravi Bulusu
> The field names will be populated into a data store (like memcache) and > facets have to be driven from that data store. > > I need to write a Custom FacetComponent which picks up the facet fields > from the data store. > Thanks for your response. > > -Ravi Bulusu >

Re: SOLR error with custom FacetComponent

2011-09-26 Thread Chris Hostetter
: : Unfortunately the facet fields are not static. The field are dynamic SOLR : fields and are generated by different applications. : The field names will be populated into a data store (like memcache) and : facets have to be driven from that data store. : : I need to write a Custom FacetComponen

Re: SOLR error with custom FacetComponent

2011-09-24 Thread Ravi Bulusu
picks up the facet fields from the data store. Thanks for your response. -Ravi Bulusu Subject: Re: SOLR error with custom FacetComponent From: Erik Hatcher Date: 2011-09-21 18:18 Why create a custom facet component for this? Simply add lines like this to your request handler(s

Re: SOLR error with custom FacetComponent

2011-09-21 Thread Erik Hatcher
Why create a custom facet component for this? Simply add lines like this to your request handler(s): manu_exact either in defaults or appends sections. Erik On Sep 21, 2011, at 14:00 , Ravi Bulusu wrote: > Hi All, > > > I'm trying to write a custom SOLR facet component

SOLR error with custom FacetComponent

2011-09-21 Thread Ravi Bulusu
Hi All, I'm trying to write a custom SOLR facet component and I'm getting some errors when I deploy my code into the SOLR server. Can you please let me know what Im doing wrong? I appreciate your help on this issue. Thanks. *Issue* I'm getting an error saying "Error instantiating SearchCompone

Re: Solr Error

2011-02-07 Thread Grijesh
What is your index size and Ram you have? - Thanx: Grijesh http://lucidimagination.com -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Error-tp2442417p2443597.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Error

2011-02-07 Thread Prasad Joshi
I have already allocated abt 2gb -Xmx2048m. Regards, Prasad On 7 February 2011 18:17, Ahmet Arslan wrote: > > > Pl share your insights on the error. > > java.lang.OutOfMemoryError: Java heap space > > What happens if you increase the Java heap space? > java -Xmx1g -jar start.jar > > > > >

Re: Solr Error

2011-02-07 Thread Ahmet Arslan
> Pl share your insights on the error. > java.lang.OutOfMemoryError: Java heap space What happens if you increase the Java heap space? java -Xmx1g -jar start.jar

Solr Error

2011-02-07 Thread Prasad Joshi
Pl share your insights on the error. Regards, Prasad java.lang.OutOfMemoryError: Java heap space Exception in thread "Timer-1" at org.mortbay.util.URIUtil. decodePath(URIUtil.java:285) at org.mortbay.jetty.HttpURI.getDecodedPath(HttpURI.java:395) at org.mortbay.jetty.HttpConnectio

Re: How do I get the solr error response as XML instead of HTML

2010-10-13 Thread Chris Hostetter
: solr errors come back as HTML instead of XM or JSON : : Is it possible to get the response to come back as XML or JSON, or at : least something I could show to an end user? At the moment, Solr just relies on the Servlet Container to generate the error response, so you'd have to customize it at

Re: How do I get the solr error response as XML instead of HTML

2010-10-07 Thread Otis Gospodnetic
K > To: solr-user@lucene.apache.org > Sent: Thu, October 7, 2010 8:07:35 PM > Subject: How do I get the solr error response as XML instead of HTML > > solr errors come back as HTML instead of XM or JSON > > Is it possible to get the response to come back as XML or JSON, or

Re: How do I get the solr error response as XML instead of HTML

2010-10-07 Thread Lance Norskog
You are using the standard parser. The Dismax parser is intended to accept just about any input string and do something understandable with it. Dismax is the usual parser for user queries, and Standard is the usual for complex generated queries. On Thu, Oct 7, 2010 at 5:07 PM, Scott K wrote: > so

How do I get the solr error response as XML instead of HTML

2010-10-07 Thread Scott K
solr errors come back as HTML instead of XM or JSON Is it possible to get the response to come back as XML or JSON, or at least something I could show to an end user? Is there a way to tell solr to ignore unparseable terms and still return a result, ideally with a warning so the end user doesn't

Re: Local Solr - Error creating document with DIH

2008-12-30 Thread MapYours
at >> org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:334) >>at >> org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:386) >>at >> org.apache.solr.handler.dataimport.DataImporter$1.run(DataImporter.java:377) >> >> Here i

Re: Local Solr - Error creating document with DIH

2008-12-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
porter.java:377) > > Here is my schema: > > > > > > > > > > stored="true"/> > > > > incident_num > > > location > > -- > View this message in context: > http://www.nabble.com/Local-Solr---Error-creating-document-with-DIH-tp21211133p21211133.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- --Noble Paul

Local Solr - Error creating document with DIH

2008-12-29 Thread MapYours
: incident_num location -- View this message in context: http://www.nabble.com/Local-Solr---Error-creating-document-with-DIH-tp21211133p21211133.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread realw5
static copy maybe?) >> >> >> >> org.apache.solr.handler.XmlUpdateRequestHandler.processUpdate(XmlUpdateRequestHandler.java:148) >> >> org.apache.solr.handler.XmlUpdateRequestHandler.doLegacyUpdate(XmlUpdateRequestHandler.java:386) >> >> org.apache.

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread Yonik Seeley
riginal Message > From: Yonik Seeley <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, April 17, 2008 3:28:08 PM > Subject: Re: ODD Solr Error on Update POST - XMLStreamException: ParseError > > On Thu, Apr 17, 2008 at 5:41 PM, realw5 <[E

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread Brian Johnson
Servlet.java:65) This seems to me to be the most likely culprit given what I've seen so far on this thread. I hope it helps. -- Brian - Original Message From: Yonik Seeley <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, April 17, 2008 3:28:08 PM Subject: Re: ODD

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread Yonik Seeley
On Thu, Apr 17, 2008 at 5:41 PM, realw5 <[EMAIL PROTECTED]> wrote: > Ok, so I tried tomcat 5.5, still not go. It might be helpful to note, that > when I decrease the size of the post (take fields out) I can get it to post > without error. It seems like it's barfing on a certain file size (buffer

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread realw5
ot;searchKeyword">koehler > name="searchKeyword">kohel kohler >> discount kohler plumbing >> > name="searchKeyword">kohler.com > name="searchKeyword">koler > name="searchKeyword">kolher www >> kohler

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread Yonik Seeley
andle > Faucets 5877 name="categoryName">Kitchen Faucets name="searchKeyword">kitchen faucets com name="categoryId">5879 Pullout > Spray kitchen faucets com name="categoryId">5893 Pullout > Spray kitchen faucets com

ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread realw5
able to run find on 64bit systems, so I doubt that's the cause. I've made sure I'm posting in UTF-8, and that tomcat is setup for UTF-8 as well. Any help would be apperciated! Dan -- View this message in context: http://www.nabble.com/ODD-Solr-Error-on-Update-POST---XMLStreamExc

Re: Trying to debug a solr error

2007-02-01 Thread Chris Hostetter
: I am getting the following error from Solr when my application is deployed : on Tomcat on Redhat, but everything works well on Tomcat on XP. Can anyone : point me in a direction of the cause? FYI: leting us know what action you were performing when an error is triggered is helpful. based on my

Trying to debug a solr error

2007-02-01 Thread Phil Rosen
I am getting the following error from Solr when my application is deployed on Tomcat on Redhat, but everything works well on Tomcat on XP. Can anyone point me in a direction of the cause? The schemas for the two deployments are identical, but the error persists! Thanks in advance, Phill