Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread realw5
static copy maybe?) >> >> >> >> org.apache.solr.handler.XmlUpdateRequestHandler.processUpdate(XmlUpdateRequestHandler.java:148) >> >> org.apache.solr.handler.XmlUpdateRequestHandler.doLegacyUpdate(XmlUpdateRequestHandler.java:386) >> >> org.apache.

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread Yonik Seeley
riginal Message > From: Yonik Seeley <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, April 17, 2008 3:28:08 PM > Subject: Re: ODD Solr Error on Update POST - XMLStreamException: ParseError > > On Thu, Apr 17, 2008 at 5:41 PM, realw5 <[E

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread Brian Johnson
Servlet.java:65) This seems to me to be the most likely culprit given what I've seen so far on this thread. I hope it helps. -- Brian - Original Message From: Yonik Seeley <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, April 17, 2008 3:28:08 PM Subject: Re: ODD

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread Yonik Seeley
On Thu, Apr 17, 2008 at 5:41 PM, realw5 <[EMAIL PROTECTED]> wrote: > Ok, so I tried tomcat 5.5, still not go. It might be helpful to note, that > when I decrease the size of the post (take fields out) I can get it to post > without error. It seems like it's barfing on a certain file size (buffer

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread realw5
Ok, so I tried tomcat 5.5, still not go. It might be helpful to note, that when I decrease the size of the post (take fields out) I can get it to post without error. It seems like it's barfing on a certain file size (buffer issue maybe??). I'm running 32-bit Ubuntu on our production system and hav

Re: ODD Solr Error on Update POST - XMLStreamException: ParseError

2008-04-17 Thread Yonik Seeley
Since you've already tried different Solr versions and different JVM versions, it's most likely Tomcat... try version 5.5. If that doesn't work, try a different OS (less likely, but it could be a libc bug or something). -Yonik On Thu, Apr 17, 2008 at 3:28 PM, realw5 <[EMAIL PROTECTED]> wrote: >