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
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=attr_fmap.content=attr_contentliteral.id=1.pdfcommit=truewaitFlush=falsewaitSearcher

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

2012-03-21 Thread Erick Erickson
Please review: http://wiki.apache.org/solr/UsingMailingLists At a minimum we need the full stack trace, solr version, etc. in order to have a clue where to start. Best Erick On Tue, Mar 20, 2012 at 12:12 PM, qingwei201314 87863...@qq.com wrote: I use the solrJ to index a pdf file.            

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

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

2012-03-20 Thread qingwei201314
I use the solrJ to index a pdf file. File file = new File(1.pdf); String urlString = constant.getUrl(); StreamingUpdateSolrServer solr = new StreamingUpdateSolrServer( urlString, 1, 1);