Solr ExtractingRequestHandler - Internal server Error

2014-10-14 Thread dev09
ror that prevent it from fulfilling this request. Do you have an idea why I get this error? Thanks ! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-ExtractingRequestHandler-Internal-server-Error-tp4164174.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: org.apache.solr.common.SolrException: Internal Server Error

2012-04-10 Thread Chris Hostetter
: When I execute the code, it always meet the error: : Index starting.. : org.apache.solr.common.SolrException: Internal Server Error did you look at the Solr logs? did they give any indication what the error was? -Hoss

org.apache.solr.common.SolrException: Internal Server Error

2012-03-22 Thread qingwei201314
ACTION.COMMIT, false, false); solr.request(up); solr.blockUntilFinished(); When I execute the code, it always meet the error: Index starting.. org.apache.solr.common.SolrException: Internal Server Error Internal Server Error request: http://localhost:8080/solr/update/extract?uprefix=

RE: org.apache.solr.common.SolrException: Internal Server Error

2012-03-21 Thread Welty, Richard
-user@lucene.apache.org Subject: Re: org.apache.solr.common.SolrException: Internal Server Error Try to obtain the server trace, That should tell you what specifically the error is -- View this message in context: http://lucene.472066.n3.nabble.com/org-apache-solr-common-SolrException-Internal

Re: org.apache.solr.common.SolrException: Internal Server Error

2012-03-21 Thread vybe3142
Try to obtain the server trace, That should tell you what specifically the error is -- View this message in context: http://lucene.472066.n3.nabble.com/org-apache-solr-common-SolrException-Internal-Server-Error-tp3842862p3846821.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: org.apache.solr.common.SolrException: Internal Server Error

2012-03-21 Thread Erick Erickson
           solr.request(up); >                        solr.blockUntilFinished(); > > When I execute the code, I always get the > error:org.apache.solr.common.SolrException: Internal Server Error. > > What's wrong? Could anyone help me? > > > Thanks very much. > > -- > View this

org.apache.solr.common.SolrException: Internal Server Error

2012-03-20 Thread qingwei201314
solr.blockUntilFinished(); When I execute the code, I always get the error:org.apache.solr.common.SolrException: Internal Server Error. What's wrong? Could anyone help me? Thanks very much. -- View this message in context: http://lucene.472066.n3.nabble.com/org-apache-solr-common-So

Re: '500' : Internal server error

2012-03-07 Thread Gora Mohanty
On 7 March 2012 17:59, aditya jatnika martin wrote: > Dear Developer, > > I have a problem with solr, every time I add document the result message > always "'500' Status : Internal server error", [...] Have you looked in the Solr logs for further details on the exception? Regards, Gora

Re: [SolrCloud] Too many open files - internal server error

2012-02-29 Thread Carlos Alberto Schneider
I had this problem sometime ago, It happened on our homolog machine. There was 3 solr instances , 1 master 2 slaves, running. My Solution was: I stoped the slaves, deleted both data folders, runned an optimize and than started it again. I tried to raise the OS open file limit first, but i think i

Re: [SolrCloud] Too many open files - internal server error

2012-02-29 Thread Markus Jelsma
Thanks. They are set properly. But i misspelled the tomcat6 username in limits.conf :( On Wednesday 29 February 2012 18:08:55 Yonik Seeley wrote: > On Wed, Feb 29, 2012 at 10:32 AM, Markus Jelsma > > wrote: > > The Linux machines have proper settings for ulimit and friends, 32k open > > files a

Re: [SolrCloud] Too many open files - internal server error

2012-02-29 Thread Markus Jelsma
On Wednesday 29 February 2012 17:52:55 Sami Siren wrote: > On Wed, Feb 29, 2012 at 5:53 PM, Markus Jelsma > > wrote: > > Sami, > > > > As superuser: > > $ lsof | wc -l > > > > But, just now, i also checked the system handler and it told me: > > (error executing: ulimit -n) > > That's odd, you

Re: [SolrCloud] Too many open files - internal server error

2012-02-29 Thread Yonik Seeley
On Wed, Feb 29, 2012 at 10:32 AM, Markus Jelsma wrote: > The Linux machines have proper settings for ulimit and friends, 32k open files > allowed Maybe you can expand on this point. cat /proc/sys/fs/file-max cat /proc/sys/fs/nr_open Those take precedence over ulimit. Not sure if there are othe

Re: [SolrCloud] Too many open files - internal server error

2012-02-29 Thread Sami Siren
On Wed, Feb 29, 2012 at 5:53 PM, Markus Jelsma wrote: > Sami, > > As superuser: > $ lsof | wc -l > > But, just now, i also checked the system handler and it told me: > (error executing: ulimit -n) That's odd, you should see something like this there: "openFileDescriptorCount":131, "maxFi

Re: [SolrCloud] Too many open files - internal server error

2012-02-29 Thread Markus Jelsma
Sami, As superuser: $ lsof | wc -l But, just now, i also checked the system handler and it told me: (error executing: ulimit -n) This is rather strange, it seems. lsof | wc -l is not higher than 6k right now and ulimit -n is 32k. Is lsof not to be trusted in this case or... something else? T

Re: [SolrCloud] Too many open files - internal server error

2012-02-29 Thread Sami Siren
Hi Markus, > The Linux machines have proper settings for ulimit and friends, 32k open files > allowed so i suspect there's another limit which i am unaware of. I also > listed the number of open files while the errors were coming in but it did not > exceed 11k at any given time. How did you check

[SolrCloud] Too many open files - internal server error

2012-02-29 Thread Markus Jelsma
exing to a single high-end node but with SolrCloud things go down pretty soon. First we get a Too Many Open Files error on all nodes almost at the same time. When shutting down the indexer the nodes won't respond anymore except for an Internal Server Error. First the too many open files sta

RE: Internal Server Error

2011-04-09 Thread rahul
hi, I believe you are facing this 'Internal Server Error' while try to index the pdf files. Try adding the 'pdfbox and fontbox' jars in to your solr lib folder and try restart Tomcat once. I hope it will solve the issue. Thanks. -- View this message in context: htt

Re: Internal Server Error when indexing a pdf file

2011-01-10 Thread Grijesh.singh
Check your libraries for Tika related Jar files.Tika related files must be on classpath of solr - Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/Internal-Server-Error-when-indexing-a-pdf-file-tp2214617p2226374.html Sent from the Solr - User mailing list archive

Internal Server Error when indexing a pdf file

2011-01-07 Thread Alessandro Marino
;); up.setParam("fmap.content", "attr_content"); up.setAction(AbstractUpdateRequest.ACTION.COMMIT, true, true); solr.request(up); } } At runtime I get the exception below: org.apache.solr.common.SolrException: Internal Server Error Internal Server Error req

RE: Internal Server Error

2010-04-13 Thread Sandhya Agarwal
somebody plz tell me how I can get the remote streaming using solrj API work. Thanks, Sandhya -Original Message- From: Lance Norskog [mailto:goks...@gmail.com] Sent: Wednesday, April 14, 2010 8:57 AM To: solr-user@lucene.apache.org Subject: Re: Internal Server Error The extracting stuff

Re: Internal Server Error

2010-04-13 Thread Lance Norskog
ateRequest.setParam("extractOnly","true"); >> >> NamedList result = solrServerSession.request(contentUpdateRequest); >> >> This is throwing the following error : >> >> org.apache.solr.common.SolrException: Internal Server Error >> >>

Re: Internal Server Error

2010-04-13 Thread Andrea Gazzarini
s throwing the following error : org.apache.solr.common.SolrException: Internal Server Error Internal Server Error request: http://localhost:8080/solr/update/extract?extractOnly=true&wt=javabin&version=1 [Apr 13, 2010 4:25:23 PM (IndexThread-1_9)]:at org.apache.solr.client.so

Internal Server Error

2010-04-13 Thread Sandhya Agarwal
true"); NamedList result = solrServerSession.request(contentUpdateRequest); This is throwing the following error : org.apache.solr.common.SolrException: Internal Server Error Internal Server Error request: http://localhost:8080/solr/update/extract?extractOnly=true&wt=javabin&version=1 [Apr 13, 201

Re: Message = "The remote server returned an error: (500) Internal Server Error."

2008-03-31 Thread Ryan McKinley
avoid this problem ryan On Mar 28, 2008, at 2:35 AM, farhanali wrote: Hi: when i post XML file to solr,data is indexed but if after a week or two i again post the same file to solr i usually get this error "The remote server returned an error: (500) Internal Server Error." i

Message = "The remote server returned an error: (500) Internal Server Error."

2008-03-27 Thread farhanali
Hi: when i post XML file to solr,data is indexed but if after a week or two i again post the same file to solr i usually get this error "The remote server returned an error: (500) Internal Server Error." i dont know what is the problem. if i create a new instance of solr and place &q

Re: Internal Server Error and waitSearcher="false" for commit/optimize

2007-10-11 Thread Jason Rennie
Many thanks for your reply, Yonik. On 10/11/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > > Caused by: org.apache.solr.common.SolrException: Internal Server Error > > Is there a longer stack trace somewhere concerning the internal server > error? I shouldn'

Re: Internal Server Error and waitSearcher="false" for commit/optimize

2007-10-11 Thread Yonik Seeley
ting query > at org.apache.solr.client.solrj.request.QueryRequest.process( > QueryRequest.java:86) > at org.apache.solr.client.solrj.impl.BaseSolrServer.query( > BaseSolrServer.java:99) > ... > Caused by: org.apache.solr.common.SolrException: Internal Server Error Is there a longer stack trace somewhere co

Internal Server Error and waitSearcher="false" for commit/optimize

2007-10-10 Thread Jason Rennie
at org.apache.solr.client.solrj.impl.BaseSolrServer.query( BaseSolrServer.java:99) ... Caused by: org.apache.solr.common.SolrException: Internal Server Error I'm guessing that this might be due to solr being in the middle of a commit or optimize. Could solr throw an exception like that in this