Re: "Only one usage of each socket address" error

2009-10-02 Thread Steinar Asbjørnsen
Dato: 28. september 2009 17.07.15 GMT+02.00 Til: solr-user@lucene.apache.org Emne: Re: "Only one usage of each socket address" error I'm using the add(MyObject) command form ()in a foreach loop to add my objects to the index. In the catalina-lo

Re: "Only one usage of each socket address" error

2009-10-02 Thread Mauricio Scheffer
en 29. sep. 2009 kl. 11.15 skrev Steinar Asbjørnsen: >> >> Seems like the post in the SolrNet group: >>> http://groups.google.com/group/solrnet/browse_thread/thread/7e3034b626d3e82d?pli=1 >>> helped >>> me get trough. >>> >>> Thanks

Re: "Only one usage of each socket address" error

2009-10-02 Thread Steinar Asbjørnsen
d me get trough. Thanks you solr-user's for helping out too! Steinar Videresendt melding: Fra: Steinar Asbjørnsen Dato: 28. september 2009 17.07.15 GMT+02.00 Til: solr-user@lucene.apache.org Emne: Re: "Only one usage of each socket address" error I'm using the add(MyObject)

Re: "Only one usage of each socket address" error

2009-10-01 Thread Steinar Asbjørnsen
. september 2009 17.07.15 GMT+02.00 Til: solr-user@lucene.apache.org Emne: Re: "Only one usage of each socket address" error I'm using the add(MyObject) command form ()in a foreach loop to add my objects to the index. In the catalina-log i cannot

Fwd: "Only one usage of each socket address" error

2009-09-29 Thread Steinar Asbjørnsen
02.00 Til: solr-user@lucene.apache.org Emne: Re: "Only one usage of each socket address" error I'm using the add(MyObject) command form ()in a foreach loop to add my objects to the index. In the catalina-log i cannot see anything that helps me out. It stops at:

Re: "Only one usage of each socket address" error

2009-09-28 Thread Steinar Asbjørnsen
I'm using the add(MyObject) command form (SolrNet) in a foreach loop to add my objects to the index. In the catalina-log i cannot see anything that helps me out. It stops at: 28.sep.2009 08:58:40 org.apache.solr.update.processor.LogUpdateProcessor finish INFO: {add=[12345]} 0 187 28.sep.2009

Re: "Only one usage of each socket address" error

2009-09-28 Thread Erik Hatcher
There's nothing in that output that indicates something we can help with over in solr-user land. What is the call you're making to Solr? Did Solr log anything anomalous? Erik On Sep 28, 2009, at 4:41 AM, Steinar Asbjørnsen wrote: I just posted to the SolrNet-group since i have th

Re: "Only one usage of each socket address" error

2009-09-28 Thread Steinar Asbjørnsen
I just posted to the SolrNet-group since i have the exact same(?) problem. Hope I'm not beeing rude posting here as well (since the SolrNet-group doesn't seem as active as this mailinglist). The problem occurs when I'm running an incremental feed(self made) of a index. My post: [snip] Wha

Re: "Only one usage of each socket address" error

2009-09-17 Thread Lance Norskog
How is your data uploaded to Solr? Is it your own Java program, or shell scripts, or the DataImportHandler? Does this error appear in the Solr server log, or your program's log? How do you run Solr? In a web server like Jetty or Tomcat, or as the Jetty embedded Solr? Please post the entire excep

"Only one usage of each socket address" error

2009-09-14 Thread R. Tan
Hi guys, I'm getting an exception while in the middle of a batch indexing job. Can anybody help me figure this out? Error: Only one usage of each socket address (protocol/network address/port) is normally permitted 127.0.0.1:8080 Solr is 1.4 on Tomcat. Big thanks. Rihaed