Re: unable to create new native thread while importing

2012-11-02 Thread Chris Brown
Thanks for that, I didn't know I could see the thread dump so easily. That does appear to have been the problem - I wasn't flushing my input and the underlining api held the connection open-and-not-reusable until garbage collection. Chris... On 12-11-02 1:05 PM, "Alexandre Rafalovitch" wrote: >

Re: unable to create new native thread while importing

2012-11-02 Thread Alexandre Rafalovitch
Have you tried doing a thread dump and seeing how many threads you have and what they are doing. Maybe a connection is not being closed somehow. Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of natur

unable to create new native thread while importing

2012-11-02 Thread Chris Brown
I'm having a problem importing data into Solr 4.0 (the same error happens in 3.6.1). Here is the Error I get: 2012-11-02 09:50:07.265:WARN:oejs.AbstractConnector: java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.