Re: SolrJ | IOException while Indexing a PDF document with additional fields

2013-01-03 Thread uwe72
wasn't it the stacetrace in my posting before? It is the same behavior when i use the HttpSolrServer.java here is the console output of the solr server: 03.01.2013 11:32:31 org.apache.solr.core.SolrDeletionPolicy updateCommits INFO: newest commit = 1 03.01.2013 11:32:31 org.apache.solr.update.pr

Re: SolrJ | IOException while Indexing a PDF document with additional fields

2013-01-02 Thread Lance Norskog
You did not include the stack trace. Oops. Try using fewer threads with the concurrent uploader, or use the single-threaded one. On 01/01/2013 03:55 PM, uwe72 wrote: the problem occurrs when i add a lot of values to a multivalue field. id i add just a few, then it works. this is the full sta

Re: SolrJ - IOException

2012-10-08 Thread Briggs Thompson
On Fri, Oct 5, 2012 at 4:35 PM, Sushil jain >> wrote: >> > If you need to use solr in an embedded application, this is the >> recommended >> > approach. It allows you to work with the same interface whether or not >> you >> > have access to HTTP. >&

Re: SolrJ - IOException

2012-10-08 Thread Briggs Thompson
l Platform Services > >> Product Engineering │ Apollo Group, Inc. > >> 1225 W. Washington St. | AZ23 | Tempe, AZ 85281 > >> Phone: 602.713.2417 | Email: balaji.gan...@apollogrp.edu >> balaji.gan...@apollogrp.edu> > >> > >> P Go

Re: SolrJ - IOException

2012-10-05 Thread Erick Erickson
; 1225 W. Washington St. | AZ23 | Tempe, AZ 85281 >> Phone: 602.713.2417 | Email: balaji.gan...@apollogrp.edu> balaji.gan...@apollogrp.edu> >> >> P Go Green. Don't Print. Moreover soft copies can be indexed by algorithms. >> >> From: Sushil jain [via

Re: SolrJ - IOException

2012-10-05 Thread Sushil jain
Friday, October 05, 2012 1:23 PM > To: Balaji Gandhi > Subject: Re: SolrJ - IOException > > Yes, I'd recommend EmbeddedSolrServer, because it doesn't require any web > server for read/write/update/delete operations. > > On Sat, Oct 6, 2012 at 1:48 AM, balaji.gandhi > <

RE: SolrJ - IOException

2012-10-05 Thread balaji.gandhi
, 2012 1:23 PM To: Balaji Gandhi Subject: Re: SolrJ - IOException Yes, I'd recommend EmbeddedSolrServer, because it doesn't require any web server for read/write/update/delete operations. On Sat, Oct 6, 2012 at 1:48 AM, balaji.gandhi <[hidden email]>wrote: > Sushil, > > 30

Re: SolrJ - IOException

2012-10-05 Thread Sushil jain
| Email: balaji.gan...@apollogrp.edu balaji.gan...@apollogrp.edu> > > P Go Green. Don't Print. Moreover soft copies can be indexed by algorithms. > > From: Sushil jain [via Lucene] [mailto: > ml-node+s472066n4012172...@n3.nabble.com] > Sent: Friday, October 05, 2012 1:14 PM > To: B

RE: SolrJ - IOException

2012-10-05 Thread balaji.gandhi
October 05, 2012 1:14 PM To: Balaji Gandhi Subject: Re: SolrJ - IOException Balaji, What is 30 TPS ? Toke, You should use EmbeddedSolrServer Instead. On Fri, Oct 5, 2012 at 11:42 PM, balaji.gandhi <[hidden email]>wrote: > Hi Toke, > > Were you able to find anything on this issue

Re: SolrJ - IOException

2012-10-05 Thread Sushil jain
il: balaji.gan...@apollogrp.edu balaji.gan...@apollogrp.edu> > > P Go Green. Don't Print. Moreover soft copies can be indexed by algorithms. > > From: Toke Eskildsen [via Lucene] [mailto: > ml-node+s472066n4010082...@n3.nabble.com] > Sent: Tuesday, September 25, 2012 12:19 AM > To: Bal

RE: SolrJ - IOException

2012-10-05 Thread balaji.gandhi
066n4010082...@n3.nabble.com] Sent: Tuesday, September 25, 2012 12:19 AM To: Balaji Gandhi Subject: Re: SolrJ - IOException On Tue, 2012-09-25 at 01:50 +0200, balaji.gandhi wrote: > I am encountering this error randomly (under load) when posting to Solr > using SolrJ. > > Has anyone enco

Re: SolrJ - IOException

2012-10-02 Thread Rozdev29
mailto:balaji.gan...@apollogrp.edu> > > P Go Green. Don't Print. Moreover soft copies can be indexed by algorithms. > > From: Balaji Gandhi > Sent: Thursday, September 27, 2012 10:52 AM > To: 'Toke Eskildsen [via Lucene]' > Subject: RE: SolrJ - IOException

RE: SolrJ - IOException

2012-10-02 Thread balaji.gandhi
7;Toke Eskildsen [via Lucene]' Subject: RE: SolrJ - IOException Here is the stack trace:- org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server: org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSol

RE: SolrJ - IOException

2012-09-27 Thread balaji.gandhi
e.com] Sent: Tuesday, September 25, 2012 12:19 AM To: Balaji Gandhi Subject: Re: SolrJ - IOException On Tue, 2012-09-25 at 01:50 +0200, balaji.gandhi wrote: > I am encountering this error randomly (under load) when posting to Solr > using SolrJ. > > Has anyone enco

RE: SolrJ - IOException

2012-09-27 Thread balaji.gandhi
: balaji.gan...@apollogrp.edu<mailto:balaji.gan...@apollogrp.edu> P Go Green. Don't Print. Moreover soft copies can be indexed by algorithms. From: roz dev [via Lucene] [mailto:ml-node+s472066n4010037...@n3.nabble.com] Sent: Monday, September 24, 2012 5:46 PM To: Balaji Gandhi Subject

Re: SolrJ - IOException

2012-09-25 Thread Toke Eskildsen
On Tue, 2012-09-25 at 01:50 +0200, balaji.gandhi wrote: > I am encountering this error randomly (under load) when posting to Solr > using SolrJ. > > Has anyone encountered a similar error? > > org.apache.solr.client.solrj.SolrServerException: IOException occured when > talking to server at: http:

Re: SolrJ - IOException

2012-09-24 Thread roz dev
I have seen this happening We retry and that works. Is your solr server stalled? On Mon, Sep 24, 2012 at 4:50 PM, balaji.gandhi wrote: > Hi, > > I am encountering this error randomly (under load) when posting to Solr > using SolrJ. > > Has anyone encountered a similar error? > > org.apache.solr.